Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine.h160 const string CMDSTR_LIST_JDWP = "jpid"; variable
/developtools/hdc/src/host/
Dext_client.cpp93 } else if (!strncmp(command.c_str(), CMDSTR_LIST_JDWP.c_str(), CMDSTR_LIST_JDWP.size())) { in ExecuteCommand()
Dtranslate.cpp358 } else if (!strcmp(input.c_str(), CMDSTR_LIST_JDWP.c_str())) { in String2FormatCommand()
Dmain.cpp76 registerCommand.push_back(CMDSTR_LIST_JDWP); in IsRegisterCommand()