Searched refs:GetCommandFunction (Results 1 – 4 of 4) sorted by relevance
40 …CommandFunction* cf = CommandFunctionFactory::GetInstance().GetCommandFunction(cmd->GetCommandHead… in TestCommandFnExec()107 …CommandFunction* cf = CommandFunctionFactory::GetInstance().GetCommandFunction(cmd->GetCommandHead…
32 CommandFunction* GetCommandFunction(std::string command);
44 CommandFunction* CommandFunctionFactory::GetCommandFunction(std::string command) in GetCommandFunction() function in Updater::CommandFunctionFactory
39 …CommandFunction* cf = CommandFunctionFactory::GetInstance().GetCommandFunction(cmd.GetCommandHead(… in CommandsExecute()