Home
last modified time | relevance | path

Searched refs:CMDSTR_WAIT_FOR (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/src/host/
Dmain.cpp56 registerCommand.push_back(CMDSTR_WAIT_FOR); in IsRegisterCommand()
90 if (cmd == v || !strncmp(cmd, CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in IsRegisterCommand()
480 !strncmp(commands.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in main()
Dtranslate.cpp316 } else if (!strncmp(input.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in String2FormatCommand()
Dclient.cpp155 vecNoConnectKeyCommand.push_back(CMDSTR_WAIT_FOR); in AutoConnectKey()
635 if (!strncmp(this->command.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in WaitFor()
Dext_client.cpp106 } else if (!strncmp(command.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in ExecuteCommand()
/developtools/hdc/src/common/
Ddefine.h89 const string CMDSTR_WAIT_FOR = "wait"; variable