Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/integration/
Dprocess_utils.cpp47 RunShellCommand(StringPrintf("pgrep -c ^%s$", process_name), &output); in IsProcessRunning()
70 RunShellCommand("stop wificond"); in EnterDevModeOrDie()
72 RunShellCommand("stop"); in EnterDevModeOrDie()
74 RunShellCommand("start wificond"); in EnterDevModeOrDie()
86 RunShellCommand("stop wificond"); in ExitDevMode()
88 RunShellCommand("start"); in ExitDevMode()
90 RunShellCommand("start wificond"); in ExitDevMode()
Dlife_cycle_test.cpp24 using android::wificond::tests::integration::RunShellCommand;
37 RunShellCommand("stop wificond"); in TEST()
45 RunShellCommand("start wificond"); in TEST()
/system/connectivity/wificond/tests/
Dshell_unittest.cpp21 using android::wificond::tests::integration::RunShellCommand;
29 int result = RunShellCommand("echo hello world", &output); in TEST()
Dshell_utils.h30 int RunShellCommand(const std::string& shell_command,
Dshell_utils.cpp59 int RunShellCommand(const std::string& shell_command, std::string* output) { in RunShellCommand() function