Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_function.cpp54 std::unique_ptr<CommandFunction> commandFunction) in RegistCommandFunction() argument
56 commandFunctionMap_.emplace(command, std::move(commandFunction)); in RegistCommandFunction()
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dcommand_function.h33 … void RegistCommandFunction(std::string command, std::unique_ptr<CommandFunction> commandFunction);