Searched refs:BUGREPORT_FULL (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | DumpstateService.cpp | 143 if (bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_FULL && in startBugreport()
|
D | dumpstate.h | 198 BUGREPORT_FULL = android::os::IDumpstate::BUGREPORT_MODE_FULL, enumerator
|
D | dumpstate.cpp | 2391 case Dumpstate::BugreportMode::BUGREPORT_FULL: in GetDumpstateHalModeHidl() 2413 case Dumpstate::BugreportMode::BUGREPORT_FULL: in GetDumpstateHalModeAidl() 2897 case Dumpstate::BugreportMode::BUGREPORT_FULL: in ModeToString() 2928 case Dumpstate::BugreportMode::BUGREPORT_FULL: in SetOptionsFromMode()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_test.cpp | 242 options_.Initialize(Dumpstate::BugreportMode::BUGREPORT_FULL, 0, fd, fd, true, false); in TEST_F() 494 Dumpstate::BugreportMode::BUGREPORT_FULL, flags, fd, fd, true, false); in TEST_F() 499 Dumpstate::BugreportMode::BUGREPORT_FULL, 0, fd, fd, true, false); in TEST_F()
|