Home
last modified time | relevance | path

Searched defs:PostMessage (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/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
H A Dscript_updateprocesser_unittest.cpp40 virtual void PostMessage(const std::string &cmd, std::string content) in PostMessage() function in __anonbac285850110::UTestProcessorScriptEnv
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_thread_looper_impl.cpp123 void ThreadLooperImpl::PostMessage(const std::shared_ptr<ThreadLooperMessage>& message, int param) in PostMessage() function in OHOS::Rosen::ThreadLooperImpl
130 void ThreadLooperImpl::PostMessage(int64_t delay, const std::shared_ptr<ThreadLooperMessage>& messa… in PostMessage() function in OHOS::Rosen::ThreadLooperImpl
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/jsthread/
H A Djs_thread.cpp78 int JSThread::PostMessage(const AbilityInnerMsg *msg) in PostMessage() function in OHOS::ACELite::JSThread
/ohos5.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
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h34 void (*PostMessage)(const SoftBusLooper *looper, SoftBusMessage *msg); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.cpp50 bool A2dpCodecThread::PostMessage(const utility::Message msg, const A2dpEncoderInitPeerParams &peer… in PostMessage() function in OHOS::bluetooth::A2dpCodecThread
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/
H A Dams_thread.cpp116 int AMSThread::PostMessage(const AMSMessage *message) in PostMessage() function in OHOS::ACELite::AMSThread
/ohos5.0/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 __anonf49137a80110::UTestScriptEnv
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp481 void JSWebMessagePort::PostMessage(const JSCallbackInfo& args) in PostMessage() function in OHOS::Ace::Framework::JSWebMessagePort
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp168 static void PostMessage(Worker *worker, void *message) in PostMessage() function in Commonlibrary::Concurrent::WorkerModule::WorkersTest
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp440 napi_value Worker::PostMessage(napi_env env, napi_callback_info cbinfo) in PostMessage() function in Commonlibrary::Concurrent::WorkerModule::Worker
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp1939 napi_value NapiWebviewController::PostMessage(napi_env env, napi_callback_info info) in PostMessage() function in OHOS::NWeb::NapiWebviewController
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp158 void WebMessagePortOhos::PostMessage(std::string& data) in PostMessage() function in OHOS::Ace::WebMessagePortOhos