Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
H A Dtranslate.cpp333 } else if (!strncmp(input.c_str(), CMDSTR_CHECK_DEVICE.c_str(), CMDSTR_CHECK_DEVICE.size())) { in String2FormatCommand()
334 outCmd->parameters = input.c_str() + CMDSTR_CHECK_DEVICE.size() + 1; // with ' ' in String2FormatCommand()
H A Dmain.cpp57 registerCommand.push_back(CMDSTR_CHECK_DEVICE); in IsRegisterCommand()
H A Dclient.cpp182 vecNoConnectKeyCommand.push_back(CMDSTR_CHECK_DEVICE); in AutoConnectKey()
/developtools/hdc/src/common/
H A Ddefine.h144 const string CMDSTR_CHECK_DEVICE = "checkdevice"; member

Completed in 4 milliseconds