Home
last modified time | relevance | path

Searched refs:CMDSTR_SERVICE_START (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/src/host/
H A Dmain.cpp67 registerCommand.push_back(CMDSTR_SERVICE_START); in IsRegisterCommand()
204 if (!strncmp(commands.c_str(), CMDSTR_SERVICE_START.c_str(), CMDSTR_SERVICE_START.size()) || in RunClientMode()
479 !strncmp(commands.c_str(), CMDSTR_SERVICE_START.c_str(), CMDSTR_SERVICE_START.size()) || in main()
H A Dext_client.cpp72 } else if (!strncmp(command.c_str(), CMDSTR_SERVICE_START.c_str(), CMDSTR_SERVICE_START.size())) { in ExecuteCommand()
H A Dclient.cpp145 if (!strncmp(thisClass->command.c_str(), CMDSTR_SERVICE_START.c_str(), CMDSTR_SERVICE_START.size())) { in DoCtrlServiceWork()
/developtools/hdc/src/common/
H A Ddefine.h139 const string CMDSTR_SERVICE_START = "start"; member

Completed in 5 milliseconds