Home
last modified time | relevance | path

Searched refs:CMDSTR_SERVICE_KILL (Results 1 - 5 of 5) sorted by relevance

/developtools/hdc/src/host/
H A Dmain.cpp66 registerCommand.push_back(CMDSTR_SERVICE_KILL); in IsRegisterCommand()
205 !strncmp(commands.c_str(), CMDSTR_SERVICE_KILL.c_str(), CMDSTR_SERVICE_KILL.size()) || in RunClientMode()
480 !strncmp(commands.c_str(), CMDSTR_SERVICE_KILL.c_str(), CMDSTR_SERVICE_KILL.size()) || in main()
H A Dext_client.cpp74 } else if (!strncmp(command.c_str(), CMDSTR_SERVICE_KILL.c_str(), CMDSTR_SERVICE_KILL.size())) { in ExecuteCommand()
H A Dclient.cpp147 } else if (!strncmp(thisClass->command.c_str(), CMDSTR_SERVICE_KILL.c_str(), CMDSTR_SERVICE_KILL.size())) { in DoCtrlServiceWork()
/developtools/hdc/src/test/
H A Dut_command.cpp156 TestRunClient(debugServerPort, "", CMDSTR_SERVICE_KILL.c_str()); in TestRuntimeCommand()
/developtools/hdc/src/common/
H A Ddefine.h140 const string CMDSTR_SERVICE_KILL = "kill"; member

Completed in 5 milliseconds