Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dmain.cpp53 registerCommand.push_back(CMDSTR_TARGET_DISCOVER); in IsRegisterCommand()
478 … !strncmp(commands.c_str(), CMDSTR_TARGET_DISCOVER.c_str(), CMDSTR_TARGET_DISCOVER.size()) || in main()
Dext_client.cpp70 …} else if (!strncmp(command.c_str(), CMDSTR_TARGET_DISCOVER.c_str(), CMDSTR_TARGET_DISCOVER.size()… in ExecuteCommand()
Dtranslate.cpp296 } else if (!strcmp(input.c_str(), CMDSTR_TARGET_DISCOVER.c_str())) { in String2FormatCommand()
Dclient.cpp150 vecNoConnectKeyCommand.push_back(CMDSTR_TARGET_DISCOVER); in AutoConnectKey()
/developtools/hdc/src/common/
Ddefine.h80 const string CMDSTR_TARGET_DISCOVER = "discover"; variable
/developtools/hdc/src/test/
Dut_command.cpp147 TestRunClient(debugServerPort, "", CMDSTR_TARGET_DISCOVER.c_str()); in TestRuntimeCommand()