Searched refs:CMDSTR_WAIT_FOR (Results 1 – 5 of 5) sorted by relevance
/developtools/hdc/src/host/ |
D | main.cpp | 56 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()
|
D | translate.cpp | 316 } else if (!strncmp(input.c_str(), CMDSTR_WAIT_FOR.c_str(), CMDSTR_WAIT_FOR.size())) { in String2FormatCommand()
|
D | client.cpp | 155 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()
|
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/ |
D | define.h | 89 const string CMDSTR_WAIT_FOR = "wait"; variable
|