Enumerations
enum class 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_tvalue)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_thistogram_size,const uint64_t *values,uint64_toverflow)Defined at line 560 of file ../../src/devices/nand/drivers/nand/tests/nand-test.cc
-
void ExpectMetricsMatch (const ReadMetrics & expected, const zx::vmo & inspect_vmo)Defined at line 577 of file ../../src/devices/nand/drivers/nand/tests/nand-test.cc