Searched refs:CMDSTR_WAIT_FOR (Results 1 - 5 of 5) sorted by relevance
/developtools/hdc/src/host/ |
H A D | main.cpp | 58 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 D | client.cpp | 183 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 D | translate.cpp | 336 } else if (!strncmp(input.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in String2FormatCommand()
|
H A D | ext_client.cpp | 106 } else if (!strncmp(command.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in ExecuteCommand()
|
/developtools/hdc/src/common/ |
H A D | define.h | 145 const string CMDSTR_WAIT_FOR = "wait"; member
|
Completed in 5 milliseconds