Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine.h91 const string CMDSTR_CONNECT_ANY = "any"; variable
/developtools/hdc/src/test/
Dut_command.cpp153 TestRunClient(debugServerPort, "", CMDSTR_CONNECT_ANY.c_str()); in TestRuntimeCommand()
/developtools/hdc/src/host/
Dtranslate.cpp310 } else if (!strcmp(input.c_str(), CMDSTR_CONNECT_ANY.c_str())) { in String2FormatCommand()
Dmain.cpp58 registerCommand.push_back(CMDSTR_CONNECT_ANY); in IsRegisterCommand()
Dclient.cpp169 key = CMDSTR_CONNECT_ANY; in AutoConnectKey()
Dserver_for_client.cpp690 if (hChannel->connectKey == CMDSTR_CONNECT_ANY) { in CheckAutoFillTarget()