/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_thread_looper_impl_test.cpp | 133 threadlooperimpl_->PostMessage(message, 0); in HWTEST_F() 134 threadlooperimpl_->PostMessage(0, message, 0); in HWTEST_F() 150 threadlooperimpl_->PostMessage(0, message, 0); in HWTEST_F() 171 threadlooperimpl_->PostMessage(message, 0); in HWTEST_F() 174 threadlooperimpl_->PostMessage(0, message, 0); in HWTEST_F() 188 threadlooperimpl_->PostMessage(0, message, 0); in HWTEST_F() 190 threadlooperimpl_->PostMessage(message, 0); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_thread_handler_generic.cpp | 74 looper_->PostMessage(msg->GetMessageHandler(), param); in PostTask() 85 looper_->PostMessage(nsecs, msg->GetMessageHandler(), param); in PostTaskDelay()
|
H A D | rs_thread_looper_impl.h | 47 void PostMessage(const std::shared_ptr<ThreadLooperMessage>& message, int param); 48 void PostMessage(int64_t delay, const std::shared_ptr<ThreadLooperMessage>& message, int param);
|
H A D | rs_thread_looper_impl.cpp | 123 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>& message, int param) in PostMessage() function in OHOS::Rosen::ThreadLooperImpl
|
/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/ |
H A D | message_handler_test.c | 62 g_networkingHandler.looper->PostMessage(g_networkingHandler.looper, msg); in TestMessageHandler() 99 g_networkingHandler.looper->PostMessage(g_networkingHandler.looper, msg2); in TestMessageHandler()
|
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/jsthread/ |
H A D | js_thread.cpp | 75 PostMessage(msg); in PostCommand() 78 int JSThread::PostMessage(const AbilityInnerMsg *msg) in PostMessage() function in OHOS::ACELite::JSThread
|
H A D | js_thread.h | 47 int PostMessage(const AbilityInnerMsg *msg);
|
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/ |
H A D | message_queue_utils.cpp | 57 eventLoopOwner->PostMessage(message); in PutMessage()
|
/foundation/communication/dsoftbus/core/common/include/ |
H A D | message_handler.h | 34 void (*PostMessage)(const SoftBusLooper *looper, SoftBusMessage *msg); member
|
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/ |
H A D | ams_thread.cpp | 60 return g_amsInstance->PostMessage(message); in StartAbility() 72 return g_amsInstance->PostMessage(message); in TerminateAbility() 116 int AMSThread::PostMessage(const AMSMessage *message) in PostMessage() function in OHOS::ACELite::AMSThread
|
H A D | ams_thread.h | 71 int PostMessage(const AMSMessage *message);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_codec_thread.cpp | 50 bool A2dpCodecThread::PostMessage(const utility::Message msg, const A2dpEncoderInitPeerParams &peerParams, in PostMessage() function in OHOS::bluetooth::A2dpCodecThread 211 PostMessage(msg, peerParams, nullptr, nullptr); in SignalingTimeoutCallback()
|
H A D | a2dp_codec_thread.h | 103 * @brief PostMessage to A2dpCodecThread's dispatcher. 107 bool PostMessage(const utility::Message msg, const A2dpEncoderInitPeerParams &peerParams, A2dpCodecConfig *config,
|
/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_async_callback_utils.c | 114 looper->PostMessage(looper, &info->msg); in LnnAsyncCallbackHelper()
|
H A D | lnn_state_machine.c | 231 if (fsm->looper->PostMessage == NULL) { in PostMessageToFsm() 232 LNN_LOGE(LNN_STATE, "PostMessage is null"); in PostMessageToFsm() 235 fsm->looper->PostMessage(fsm->looper, msg); in PostMessageToFsm()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_transceiver.c | 272 g_transLoopHandler.looper->PostMessage(g_transLoopHandler.looper, msg); in TransProxyPostResetPeerMsgToLoop() 288 g_transLoopHandler.looper->PostMessage(g_transLoopHandler.looper, msg); in TransProxyPostHandshakeMsgToLoop() 299 g_transLoopHandler.looper->PostMessage(g_transLoopHandler.looper, msg); in TransProxyPostDisConnectMsgToLoop() 316 g_transLoopHandler.looper->PostMessage(g_transLoopHandler.looper, msg); in TransProxyPostKeepAliveMsgToLoop() 333 g_transLoopHandler.looper->PostMessage(g_transLoopHandler.looper, msg); in TransProxyPostOpenFailMsgToLoop() 350 g_transLoopHandler.looper->PostMessage(g_transLoopHandler.looper, msg); in TransProxyPostOpenClosedMsgToLoop()
|
H A D | softbus_proxychannel_pipeline.c | 226 g_manager.looper->PostMessage(g_manager.looper, msg); in TransProxyPipelineOpenChannel() 395 g_manager.looper->PostMessage(g_manager.looper, msg); in TransProxyPipelineOnChannelOpened() 461 g_manager.looper->PostMessage(g_manager.looper, msg); in TransProxyPipelineOnChannelOpenFailed()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_common.c | 55 if (g_authHandler.looper == NULL || g_authHandler.looper->PostMessage == NULL || in IsAuthHandlerInit() 118 g_authHandler.looper->PostMessage(g_authHandler.looper, msg); in PostAuthEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web_controller.cpp | 316 JSClass<JSWebMessagePort>::CustomMethod("postMessageEvent", &JSWebMessagePort::PostMessage); in JSBind() 321 void PostMessage(const JSCallbackInfo& args); 481 void JSWebMessagePort::PostMessage(const JSCallbackInfo& args) in PostMessage() function in OHOS::Ace::Framework::JSWebMessagePort 494 port_->PostMessage(data); in PostMessage()
|
/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_event.c | 74 if (g_notifyHandler.looper->PostMessage == NULL || g_notifyHandler.looper->PostMessageDelay == NULL) { in PostMessageToHandlerDelay() 80 g_notifyHandler.looper->PostMessage(g_notifyHandler.looper, msg); in PostMessageToHandlerDelay()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_conflict.c | 72 g_linkConflictLoopHandler.looper->PostMessage(g_linkConflictLoopHandler.looper, msg); in LinkConflictPostMsgToHandler()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_property.h | 161 virtual void PostMessage(std::string& data) = 0;
|
/foundation/communication/dsoftbus/core/common/message_handler/ |
H A D | message_handler.c | 462 looper->PostMessage = LooperPostMessage; in CreateNewLooper()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/time_sync/src/ |
H A D | lnn_time_sync_manager.c | 464 g_timeSyncCtrl.looper->PostMessage(g_timeSyncCtrl.looper, msg); in PostMessageToHandler()
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 625 g_discBleHandler.looper->PostMessage(g_discBleHandler.looper, msg); in BtOnStateChanged() 1339 g_discBleHandler.looper->PostMessage(g_discBleHandler.looper, msg); in ProcessBleDiscFunc() 1564 g_discBleHandler.looper->PostMessage(g_discBleHandler.looper, msg); in ReplyPassiveNonBroadcast()
|