Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dmain.cpp66 registerCommand.push_back(CMDSTR_SERVICE_START); in IsRegisterCommand()
210 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()
Dext_client.cpp72 … } else if (!strncmp(command.c_str(), CMDSTR_SERVICE_START.c_str(), CMDSTR_SERVICE_START.size())) { in ExecuteCommand()
Dclient.cpp117 …if (!strncmp(thisClass->command.c_str(), CMDSTR_SERVICE_START.c_str(), CMDSTR_SERVICE_START.size()… in DoCtrlServiceWork()
/developtools/hdc/src/common/
Ddefine.h81 const string CMDSTR_SERVICE_START = "start"; variable