Home
last modified time | relevance | path

Searched refs:CMDSTR_LIST_TARGETS (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/host/
Dclient.cpp151 vecNoConnectKeyCommand.push_back(CMDSTR_LIST_TARGETS); in AutoConnectKey()
504 …} else if (!strncmp(this->command.c_str(), CMDSTR_LIST_TARGETS.c_str(), CMDSTR_LIST_TARGETS.size()… in ListTargetsAll()
507 if (!strncmp(this->command.c_str(), CMDSTR_LIST_TARGETS.c_str(), CMDSTR_LIST_TARGETS.size())) { in ListTargetsAll()
Dmain.cpp54 registerCommand.push_back(CMDSTR_LIST_TARGETS); in IsRegisterCommand()
467 if (!strncmp(commands.c_str(), CMDSTR_LIST_TARGETS.c_str(), CMDSTR_LIST_TARGETS.size())) { in main()
Dtranslate.cpp298 … } else if (!strncmp(input.c_str(), CMDSTR_LIST_TARGETS.c_str(), CMDSTR_LIST_TARGETS.size())) { in String2FormatCommand()
Dext_client.cpp78 } else if (!strncmp(command.c_str(), CMDSTR_LIST_TARGETS.c_str(), CMDSTR_LIST_TARGETS.size())) { in ExecuteCommand()
/developtools/hdc/src/common/
Ddefine.h86 const string CMDSTR_LIST_TARGETS = "list targets"; variable
/developtools/hdc/src/test/
Dut_command.cpp150 TestRunClient(debugServerPort, "", CMDSTR_LIST_TARGETS.c_str()); in TestRuntimeCommand()