Home
last modified time | relevance | path

Searched refs:RegistCommandFunction (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_function.cpp34 CommandFunctionFactory::GetInstance().RegistCommandFunction(iter.first, iter.second()); in RegistBlockUpdateCommandFunction()
53 void CommandFunctionFactory::RegistCommandFunction(std::string command, in RegistCommandFunction() function in Updater::CommandFunctionFactory
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dcommand_function.h33 … void RegistCommandFunction(std::string command, std::unique_ptr<CommandFunction> commandFunction);