Searched refs:CurrentRouterCommand (Results 1 – 3 of 3) sorted by relevance
41 typeMap["CurrentRouter"] = &CommandLineFactory::CreateObject<CurrentRouterCommand>; in InitCommandMap()
282 class CurrentRouterCommand : public CommandLine {284 … CurrentRouterCommand(CommandType commandType, const Json::Value& arg, const LocalSocket& socket);285 ~CurrentRouterCommand() override {} in ~CurrentRouterCommand()
678 CurrentRouterCommand::CurrentRouterCommand(CommandType commandType, const Json::Value& arg, const L… in CurrentRouterCommand() function in CurrentRouterCommand683 void CurrentRouterCommand::RunGet() in RunGet()