Home
last modified time | relevance | path

Searched refs:PostMessage (Results 1 - 19 of 19) sorted by relevance

/base/update/updater/services/script/script_instruction/
H A Dscript_updateprocesser.cpp37 env.PostMessage("set_progress", content); in Execute()
61 env.PostMessage("show_progress", content); in Execute()
73 env.PostMessage("ui_log", message); in Execute()
/base/update/updater/services/applypatch/
H A Dupdate_progress.cpp67 env->PostMessage("set_progress", std::to_string(totalProgress)); in OtaUpdateProgressThread()
78 env->PostMessage("show_progress", content); in CreateProgressThread()
H A Dtransfer_manager.cpp193 transferParams_->env->PostMessage("retry_update", IO_FAILED_REBOOT); in CheckResult()
/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_instruction_unittest.h25 void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() function in Uscript::UTestScriptEnv
H A Dscript_updateprocesser_unittest.cpp40 virtual void PostMessage(const std::string &cmd, std::string content) in PostMessage() function in __anon4013::UTestProcessorScriptEnv
H A Dbasic_instruction_unittest.cpp51 MOCK_METHOD2(PostMessage, void(const std::string &cmd, std::string content));
/base/update/updater/services/include/applypatch/
H A Dupdater_env.h39 virtual void PostMessage(const std::string &cmd, std::string content);
/base/update/updater/test/unittest/applypatch_test/
H A Dupdate_progress_unittest.cpp46 virtual void PostMessage(const std::string &cmd, std::string content) in PostMessage() function in OHOS::UTestPostProgressEnv
/base/update/updater/services/include/script/
H A Dscript_instruction.h46 virtual void PostMessage(const std::string &cmd, std::string content) = 0;
/base/update/updater/test/unittest/updater_binary/
H A Dupdate_binary_unittest.h29 void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() function in UpdaterUt::UTestBinaryEnv
/base/update/updater/test/fuzztest/scriptmanager_fuzzer/
H A Dscriptmanager_fuzzer.cpp192 virtual void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() function in OHOS::FuzzTestScriptEnv
/base/update/updater/test/unittest/script/
H A Dscript_unittest.cpp188 virtual void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() function in __anon4015::UTestScriptEnv
/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp65 void UpdaterEnv::PostMessage(const std::string &cmd, std::string content) in PostMessage() function in Updater::UpdaterEnv
141 writer->GetUpdaterEnv()->PostMessage("set_progress", std::to_string((float)readSize_ / totalSize_)); in RawImageWriteProcessor()
H A Dupdate_image_block.cpp468 env.PostMessage("ui_log", message); in Execute()
559 env.PostMessage(UPDATER_RETRY_TAG, VERIFY_FAILED_REBOOT); in ExecReadShaInfo()
H A Dupdate_image_patch.cpp302 env.PostMessage(UPDATER_RETRY_TAG, VERIFY_FAILED_REBOOT); in ExecuteShaCheck()
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
H A Dextractandexecutescript_fuzzer.cpp107 virtual void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() function in UTestScriptEnv
/base/update/updater/services/flow_update/update_bin/
H A Dcomponent_processor.cpp282 writer->GetUpdaterEnv()->PostMessage(UPDATER_RETRY_TAG, IO_FAILED_REBOOT); in RawImageWriteProcessor()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h145 static napi_value PostMessage(napi_env env, napi_callback_info info);
H A Dnapi_webview_controller.cpp537 DECLARE_NAPI_FUNCTION("postMessage", NapiWebviewController::PostMessage), in Init()
1941 napi_value NapiWebviewController::PostMessage(napi_env env, napi_callback_info info) in PostMessage() function in OHOS::NWeb::NapiWebviewController

Completed in 21 milliseconds