Enumerations

enum OperationType
Name Value
kRead 0
kWrite 1
kErase 2

Defined at line 51 of file ../../src/devices/nand/drivers/nand/tests/nand-test.cc

Records

Functions

  • void ExpectUintPropertyMatches (const inspect::Hierarchy * hierarchy, const std::string & property_name, uint64_t value)

    Defined at line 553 of file ../../src/devices/nand/drivers/nand/tests/nand-test.cc

  • void ExpectUintHistogramMatches (const inspect::Hierarchy * hierarchy, const std::string & property_name, uint64_t histogram_size, const uint64_t * values, uint64_t overflow)

    Defined at line 560 of file ../../src/devices/nand/drivers/nand/tests/nand-test.cc

  • void ExpectMetricsMatch (const ReadMetrics & expectedconst zx::vmo & inspect_vmo)

    Defined at line 577 of file ../../src/devices/nand/drivers/nand/tests/nand-test.cc