Searched refs:stopCmd (Results 1 – 3 of 3) sorted by relevance
102 std::string stopCmd = "kill " + std::to_string(g_pid); in StopProcess() local103 system(stopCmd.c_str()); in StopProcess()
97 std::string stopCmd = "/system/bin/aa force-stop " + bundleName; in StopTestHap() local98 (void)ExecuteCommands(stopCmd); in StopTestHap()
181 const char *stopCmd = "ohos.ctl.stop=hdc -t"; in TestParamEvent() local182 PostTrigger(EVENT_TRIGGER_PARAM, stopCmd, strlen(stopCmd)); in TestParamEvent()