Home
last modified time | relevance | path

Searched refs:StashCommandFn (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_process.h50 class StashCommandFn : public CommandFunction {
52 StashCommandFn() {} in StashCommandFn() function
53 ~StashCommandFn() override {} in ~StashCommandFn()
H A Dcommand_function.cpp31 { "stash", []() { return std::make_unique<StashCommandFn>(); } } in RegistBlockUpdateCommandFunction()
H A Dcommand_process.cpp200 CommandResult StashCommandFn::Execute(const Command &params) in Execute()