Searched defs:cmd_name (Results 1 – 4 of 4) sorted by relevance
50 void RegisterCommand(const std::string& cmd_name, in RegisterCommand()55 void UnRegisterCommand(const std::string& cmd_name) { in UnRegisterCommand()59 std::unique_ptr<Command> CreateCommandInstance(const std::string& cmd_name) { in CreateCommandInstance()
74 for (auto& cmd_name : GetAllCommandNames()) { in PrintShortHelp() local
75 const char *cmd_name; member
338 const char* cmd_name = legacy_protocol ? "PROP_MSG_SETPROP" : "PROP_MSG_SETPROP2"; in handle_property_set() local