Home
last modified time | relevance | path

Searched refs:CMDSTR_SOFTWARE_VERSION (Results 1 - 7 of 7) sorted by relevance

/developtools/hdc/src/host/
H A Dmain.cpp52 registerCommand.push_back(CMDSTR_SOFTWARE_VERSION); in IsRegisterCommand()
476 } else if (!strncmp(commands.c_str(), CMDSTR_SOFTWARE_VERSION.c_str(), CMDSTR_SOFTWARE_VERSION.size()) || in main()
H A Dext_client.cpp66 if (!strncmp(command.c_str(), CMDSTR_SOFTWARE_VERSION.c_str(), CMDSTR_SOFTWARE_VERSION.size())) { in ExecuteCommand()
H A Dtranslate.cpp320 } else if (!strcmp(input.c_str(), CMDSTR_SOFTWARE_VERSION.c_str())) { in String2FormatCommand()
H A Dclient.cpp176 vecNoConnectKeyCommand.push_back(CMDSTR_SOFTWARE_VERSION); in AutoConnectKey()
H A Dserver_for_client.cpp862 !strcmp(reinterpret_cast<char *>(bufPtr), CMDSTR_SOFTWARE_VERSION.c_str()) || in ReadChannel()
/developtools/hdc/src/test/
H A Dut_command.cpp144 TestRunClient(debugServerPort, "", CMDSTR_SOFTWARE_VERSION.c_str()); in TestRuntimeCommand()
/developtools/hdc/src/common/
H A Ddefine.h136 const string CMDSTR_SOFTWARE_VERSION = "version"; member

Completed in 7 milliseconds