Searched refs:CMDSTR_TARGET_DISCOVER (Results 1 – 6 of 6) sorted by relevance
53 registerCommand.push_back(CMDSTR_TARGET_DISCOVER); in IsRegisterCommand()478 … !strncmp(commands.c_str(), CMDSTR_TARGET_DISCOVER.c_str(), CMDSTR_TARGET_DISCOVER.size()) || in main()
70 …} else if (!strncmp(command.c_str(), CMDSTR_TARGET_DISCOVER.c_str(), CMDSTR_TARGET_DISCOVER.size()… in ExecuteCommand()
296 } else if (!strcmp(input.c_str(), CMDSTR_TARGET_DISCOVER.c_str())) { in String2FormatCommand()
150 vecNoConnectKeyCommand.push_back(CMDSTR_TARGET_DISCOVER); in AutoConnectKey()
80 const string CMDSTR_TARGET_DISCOVER = "discover"; variable
147 TestRunClient(debugServerPort, "", CMDSTR_TARGET_DISCOVER.c_str()); in TestRuntimeCommand()