Searched refs:SectionExists (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 351 void SectionExists(const std::string& sectionName, int minsize) { in SectionExists() function in android::os::dumpstate::BugreportSectionTest 397 SectionExists("CRITICAL SurfaceFlinger", /* bytes= */ 10000); in TEST_F() 401 SectionExists("CRITICAL activity", /* bytes= */ 5000); in TEST_F() 402 SectionExists("activity", /* bytes= */ 10000); in TEST_F() 406 SectionExists("CRITICAL cpuinfo", /* bytes= */ 1000); in TEST_F() 410 SectionExists("CRITICAL window", /* bytes= */ 20000); in TEST_F() 414 SectionExists("connectivity", /* bytes= */ 5000); in TEST_F() 418 SectionExists("HIGH meminfo", /* bytes= */ 100000); in TEST_F() 422 SectionExists("batterystats", /* bytes= */ 1000); in TEST_F() 426 SectionExists("wifi", /* bytes= */ 100000); in TEST_F()
|