Home
last modified time | relevance | path

Searched refs:RemoveMessage (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dconnect_server_manager.cpp37 using RemoveMessage = void (*)(int32_t instanceId);
45 RemoveMessage g_removeMessage = nullptr;
99 g_removeMessage = reinterpret_cast<RemoveMessage>(dlsym(handlerConnectServerSo_, "RemoveMessage")); in InitFunc()
110 g_removeMessage = reinterpret_cast<RemoveMessage>(&Toolchain::RemoveMessage); in InitFunc()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dhandler.h42 void RemoveMessage(const Message &msg);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dhandler.h42 void RemoveMessage(const Message &msg);
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmessage_looper.h43 void RemoveMessage(const MsgInfo &msg);
H A Dhi_state_machine.cpp257 m_looper->RemoveMessage(msg); in RemoveEvent()
H A Dmessage_looper.cpp319 void MessageLooper::RemoveMessage(const MsgInfo &msg) in RemoveMessage() function in OHOS::MessageLooper
/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h36 void (*RemoveMessage)(const SoftBusLooper *looper, const SoftBusHandler *handler, int32_t what); member
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_channel_manager.cpp113 RemoveMessage(Message(static_cast<int>(RtspState::MSG_NEG_TIMEOUT))); in StopSession()
211 RemoveMessage(Message(static_cast<int>(RtspState::MSG_NEG_TIMEOUT))); in CfgNegTimeout()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_channel_manager.cpp113 RemoveMessage(Message(static_cast<int>(RtspState::MSG_NEG_TIMEOUT))); in StopSession()
211 RemoveMessage(Message(static_cast<int>(RtspState::MSG_NEG_TIMEOUT))); in CfgNegTimeout()
/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H A Dmessage_handler_test.c89 g_networkingHandler.looper->RemoveMessage(g_networkingHandler.looper, &g_networkingHandler, CASE_THREE_WHAT); in TestMessageHandler()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_state.cpp273 session->RemoveMessage(Message(static_cast<int>(MessageId::MSG_CONNECT_TIMEOUT))); in HandleSetupSuccessMessage()
289 session->RemoveMessage(Message(static_cast<int>(MessageId::MSG_CONNECT_TIMEOUT))); in HandleDisconnectMessage()
312 session->RemoveMessage(Message(static_cast<int>(MessageId::MSG_CONNECT_TIMEOUT))); in HandleRenderReadyMessage()
H A Dcast_session_impl.cpp580 RemoveMessage(Message(static_cast<int>(MessageId::MSG_CONNECT_TIMEOUT))); in Stop()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_state.cpp273 session->RemoveMessage(Message(static_cast<int>(MessageId::MSG_CONNECT_TIMEOUT))); in HandleSetupSuccessMessage()
289 session->RemoveMessage(Message(static_cast<int>(MessageId::MSG_CONNECT_TIMEOUT))); in HandleDisconnectMessage()
312 session->RemoveMessage(Message(static_cast<int>(MessageId::MSG_CONNECT_TIMEOUT))); in HandleRenderReadyMessage()
H A Dcast_session_impl.cpp580 RemoveMessage(Message(static_cast<int>(MessageId::MSG_CONNECT_TIMEOUT))); in Stop()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dhandler.cpp123 void Handler::RemoveMessage(const Message &msg) in RemoveMessage() function in OHOS::CastEngine::CastEngineService::Handler
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dhandler.cpp123 void Handler::RemoveMessage(const Message &msg) in RemoveMessage() function in OHOS::CastEngine::CastEngineService::Handler
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.cpp57 using RemoveMessage = void (*)(int32_t);
340 auto removeMessage = reinterpret_cast<RemoveMessage>(dlsym(handlerConnectServerSo_, "RemoveMessage")); in RemoveInstance()
342 TAG_LOGE(AAFwkTag::JSRUNTIME, "null RemoveMessage"); in RemoveInstance()
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c346 if (fsm == NULL || fsm->looper == NULL || fsm->looper->RemoveMessage == NULL) { in LnnFsmRemoveMessageByType()
349 fsm->looper->RemoveMessage(fsm->looper, &fsm->handler, what); in LnnFsmRemoveMessageByType()
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c93 if (g_notifyHandler.looper->RemoveMessage == NULL) { in RemoveNotifyMessage()
97 g_notifyHandler.looper->RemoveMessage(g_notifyHandler.looper, &g_notifyHandler, what); in RemoveNotifyMessage()
/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c464 looper->RemoveMessage = LooperRemoveMessage; in CreateNewLooper()

Completed in 15 milliseconds