Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dcommandsfunction_unittest.cpp40 …CommandFunction* cf = CommandFunctionFactory::GetInstance().GetCommandFunction(cmd->GetCommandHead… in TestCommandFnExec()
107 …CommandFunction* cf = CommandFunctionFactory::GetInstance().GetCommandFunction(cmd->GetCommandHead…
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dcommand_function.h32 CommandFunction* GetCommandFunction(std::string command);
/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_function.cpp44 CommandFunction* CommandFunctionFactory::GetCommandFunction(std::string command) in GetCommandFunction() function in Updater::CommandFunctionFactory
H A Dtransfer_manager.cpp39 …CommandFunction* cf = CommandFunctionFactory::GetInstance().GetCommandFunction(cmd.GetCommandHead(… in CommandsExecute()