Searched refs:RunShellCommand (Results 1 – 5 of 5) sorted by relevance
47 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()
24 using android::wificond::tests::integration::RunShellCommand;37 RunShellCommand("stop wificond"); in TEST()45 RunShellCommand("start wificond"); in TEST()
21 using android::wificond::tests::integration::RunShellCommand;29 int result = RunShellCommand("echo hello world", &output); in TEST()
30 int RunShellCommand(const std::string& shell_command,
59 int RunShellCommand(const std::string& shell_command, std::string* output) { in RunShellCommand() function