Home
last modified time | relevance | path

Searched refs:CMDSTR_CONNECT_TARGET (Results 1 – 5 of 5) sorted by relevance

/developtools/hdc/src/host/
Dtranslate.cpp320 … } else if (!strncmp(input.c_str(), CMDSTR_CONNECT_TARGET.c_str(), CMDSTR_CONNECT_TARGET.size())) { in String2FormatCommand()
321 outCmd->parameters = input.c_str() + CMDSTR_CONNECT_TARGET.size() + 1; // with ' ' in String2FormatCommand()
Dmain.cpp58 registerCommand.push_back(CMDSTR_CONNECT_TARGET); in IsRegisterCommand()
483 …} else if (!strncmp(commands.c_str(), CMDSTR_CONNECT_TARGET.c_str(), CMDSTR_CONNECT_TARGET.size())… in main()
Dext_client.cpp76 …} else if (!strncmp(command.c_str(), CMDSTR_CONNECT_TARGET.c_str(), CMDSTR_CONNECT_TARGET.size()))… in ExecuteCommand()
Dclient.cpp153 vecNoConnectKeyCommand.push_back(CMDSTR_CONNECT_TARGET); in AutoConnectKey()
/developtools/hdc/src/common/
Ddefine.h90 const string CMDSTR_CONNECT_TARGET = "tconn"; variable