/base/update/updater/services/script/script_instruction/ |
D | script_updateprocesser.cpp | 33 env.PostMessage("set_progress", content); in Execute() 51 env.PostMessage("show_progress", content); in Execute() 60 env.PostMessage("ui_log", message); in Execute()
|
/base/update/updater/test/unittest/script/script_instruction/ |
D | script_instruction_unittest.h | 25 void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() function
|
D | script_updateprocesser_unittest.cpp | 38 virtual void PostMessage(const std::string &cmd, std::string content) in PostMessage() function in __anon936c5dcf0111::UTestProcessorScriptEnv
|
D | basic_instruction_unittest.cpp | 47 MOCK_METHOD2(PostMessage, void(const std::string &cmd, std::string content));
|
/base/update/updater/services/include/applypatch/ |
D | updater_env.h | 38 virtual void PostMessage(const std::string &cmd, std::string content);
|
/base/update/updater/services/applypatch/ |
D | transfer_manager.cpp | 96 globalParams->env->PostMessage("set_progress", in CommandsParser() 169 globalParams->env->PostMessage("retry_update", cmd); in CheckResult()
|
/base/update/updater/test/unittest/updater_binary/ |
D | update_binary_unittest.h | 29 void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() function
|
/base/update/updater/services/include/script/ |
D | script_instruction.h | 45 virtual void PostMessage(const std::string &cmd, std::string content) = 0;
|
/base/update/updater/services/updater_binary/ |
D | update_processor.cpp | 53 void UpdaterEnv::PostMessage(const std::string &cmd, std::string content) in PostMessage() function in Updater::UpdaterEnv 122 …writer->GetUpdaterEnv()->PostMessage("set_progress", std::to_string((float)readSize_ / totalSize_)… in RawImageWriteProcessor()
|
D | update_image_block.cpp | 414 env.PostMessage("ui_log", message); in Execute()
|
/base/update/updater/test/unittest/script/ |
D | script_unittest.cpp | 146 virtual void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() function in __anon029f3c320111::UTestScriptEnv
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | napi_webview_controller.h | 97 static napi_value PostMessage(napi_env env, napi_callback_info info);
|
D | napi_webview_controller.cpp | 66 DECLARE_NAPI_FUNCTION("postMessage", NapiWebviewController::PostMessage), in Init() 549 napi_value NapiWebviewController::PostMessage(napi_env env, napi_callback_info info) in PostMessage() function in OHOS::NWeb::NapiWebviewController
|
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/ |
D | extractandexecutescript_fuzzer.cpp | 106 virtual void PostMessage(const std::string &cmd, std::string content) {} in PostMessage() function in UTestScriptEnv
|