Home
last modified time | relevance | path

Searched refs:PostMessageFunction (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/update/updater/services/include/applypatch/
H A Dupdater_env.h35 …UpdaterEnv(Hpackage::PkgManager::PkgManagerPtr pkgManager, PostMessageFunction postMessage, bool r… in UpdaterEnv()
46 virtual PostMessageFunction GetPostmsgFunc() in GetPostmsgFunc()
52 PostMessageFunction postMessage_ = nullptr;
/ohos5.0/base/update/updater/services/include/updater/
H A Dupdater.h36 using PostMessageFunction = std::function<void(const char *cmd, const char *content)>; variable
89 PostMessageFunction postMessage);
/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_instruction_unittest.h42 virtual Updater::PostMessageFunction GetPostmsgFunc() in GetPostmsgFunc()
H A Dbasic_instruction_unittest.cpp46 virtual PostMessageFunction GetPostmsgFunc() in GetPostmsgFunc()
/ohos5.0/base/update/updater/test/unittest/updater_binary/
H A Dupdate_binary_unittest.h51 virtual Updater::PostMessageFunction GetPostmsgFunc() in GetPostmsgFunc()
/ohos5.0/base/update/updater/services/include/script/
H A Dscript_instruction.h50 virtual Updater::PostMessageFunction GetPostmsgFunc() = 0;
/ohos5.0/base/update/updater/test/fuzztest/scriptmanager_fuzzer/
H A Dscriptmanager_fuzzer.cpp204 virtual PostMessageFunction GetPostmsgFunc() in GetPostmsgFunc()
/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_unittest.cpp209 virtual PostMessageFunction GetPostmsgFunc() in GetPostmsgFunc()
/ohos5.0/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
H A Dextractandexecutescript_fuzzer.cpp128 virtual PostMessageFunction GetPostmsgFunc() in GetPostmsgFunc()
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp409 PostMessageFunction postMessage = nullptr; in RestoreOriginalFile()
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp385 PostMessageFunction postMessage) in ExecUpdate()