Home
last modified time | relevance | path

Searched refs:CMDSTR_CHECK_DEVICE (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/host/
Dtranslate.cpp313 … } else if (!strncmp(input.c_str(), CMDSTR_CHECK_DEVICE.c_str(), CMDSTR_CHECK_DEVICE.size())) { in String2FormatCommand()
314 outCmd->parameters = input.c_str() + CMDSTR_CHECK_DEVICE.size() + 1; // with ' ' in String2FormatCommand()
Dmain.cpp55 registerCommand.push_back(CMDSTR_CHECK_DEVICE); in IsRegisterCommand()
Dclient.cpp154 vecNoConnectKeyCommand.push_back(CMDSTR_CHECK_DEVICE); in AutoConnectKey()
/developtools/hdc/src/common/
Ddefine.h88 const string CMDSTR_CHECK_DEVICE = "checkdevice"; variable