Searched refs:CMDSTR_SERVICE_KILL (Results 1 - 5 of 5) sorted by relevance
/developtools/hdc/src/host/ |
H A D | main.cpp | 66 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 D | ext_client.cpp | 74 } else if (!strncmp(command.c_str(), CMDSTR_SERVICE_KILL.c_str(), CMDSTR_SERVICE_KILL.size())) { in ExecuteCommand()
|
H A D | client.cpp | 147 } else if (!strncmp(thisClass->command.c_str(), CMDSTR_SERVICE_KILL.c_str(), CMDSTR_SERVICE_KILL.size())) { in DoCtrlServiceWork()
|
/developtools/hdc/src/test/ |
H A D | ut_command.cpp | 156 TestRunClient(debugServerPort, "", CMDSTR_SERVICE_KILL.c_str()); in TestRuntimeCommand()
|
/developtools/hdc/src/common/ |
H A D | define.h | 140 const string CMDSTR_SERVICE_KILL = "kill"; member
|
Completed in 5 milliseconds