Home
last modified time | relevance | path

Searched refs:SectionExists (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp206 void SectionExists(const std::string& sectionName, int minsize) { in SectionExists() function in android::os::dumpstate::BugreportSectionTest
251 SectionExists("DUMPSYS CRITICAL - SurfaceFlinger", /* bytes= */ 10000); in TEST_F()
255 SectionExists("DUMPSYS CRITICAL - activity", /* bytes= */ 5000); in TEST_F()
256 SectionExists("DUMPSYS - activity", /* bytes= */ 10000); in TEST_F()
260 SectionExists("DUMPSYS CRITICAL - cpuinfo", /* bytes= */ 1000); in TEST_F()
264 SectionExists("DUMPSYS CRITICAL - window", /* bytes= */ 20000); in TEST_F()
268 SectionExists("DUMPSYS HIGH - connectivity", /* bytes= */ 5000); in TEST_F()
269 SectionExists("DUMPSYS - connectivity", /* bytes= */ 5000); in TEST_F()
273 SectionExists("DUMPSYS HIGH - meminfo", /* bytes= */ 100000); in TEST_F()
277 SectionExists("DUMPSYS - batterystats", /* bytes= */ 1000); in TEST_F()
[all …]