Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp119 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_WIFI && in startBugreport()
Ddumpstate.h203 BUGREPORT_WIFI = android::os::IDumpstate::BUGREPORT_MODE_WIFI, enumerator
Ddumpstate.cpp2170 case Dumpstate::BugreportMode::BUGREPORT_WIFI: in GetDumpstateHalModeHidl()
2191 case Dumpstate::BugreportMode::BUGREPORT_WIFI: in GetDumpstateHalModeAidl()
2671 case Dumpstate::BugreportMode::BUGREPORT_WIFI: in ModeToString()
2708 case Dumpstate::BugreportMode::BUGREPORT_WIFI: in SetOptionsFromMode()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp312 options_.Initialize(Dumpstate::BugreportMode::BUGREPORT_WIFI, fd, fd, false); in TEST_F()