Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
H A Dmain.cpp58 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()
481 !strncmp(commands.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in main()
H A Dclient.cpp183 vecNoConnectKeyCommand.push_back(CMDSTR_WAIT_FOR); in AutoConnectKey()
193 if (this->command != CMDSTR_WAIT_FOR) { in AutoConnectKey()
600 if (this->command == CMDSTR_WAIT_FOR && !connectKey.empty()) { in PreHandshake()
728 if (!strncmp(this->command.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in WaitFor()
H A Dtranslate.cpp336 } else if (!strncmp(input.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in String2FormatCommand()
H A Dext_client.cpp106 } else if (!strncmp(command.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in ExecuteCommand()
/developtools/hdc/src/common/
H A Ddefine.h145 const string CMDSTR_WAIT_FOR = "wait"; member

Completed in 5 milliseconds