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
-
class FakeNand -
class FakeRawNand -
class FixtureConfig -
class LastOperation -
class NandDriverTest -
class NandDriverTest_Erase_Test -
class NandDriverTest_FetchFromCacheWithNullPayloads_Test -
class NandDriverTest_InsertToCacheWithNullPayloads_Test -
class NandDriverTest_QueryMultiple_Test -
class NandDriverTest_Query_Test -
class NandDriverTest_QueueOne_Test -
class NandDriverTest_ReadCacheFailedRetry_Test -
class NandDriverTest_ReadCacheForPoorECC_Test -
class NandDriverTest_ReadCachePurgeOnErase_Test -
class NandDriverTest_ReadMetrics_Test -
class NandDriverTest_ReadWriteVmoOffsets_Test -
class NandDriverTest_ReadWrite_Test -
class NandDriverTest_StartStop_Test -
class NandTestEnvironment -
class NandpartTest -
class NandpartTestEnvironment -
class NandpartTest_OnePartition_Test -
class Operation -
class ReadMetrics -
class TestNandDriver
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