/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | connect_server_manager.cpp | 37 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 D | handler.h | 42 void RemoveMessage(const Message &msg);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/ |
H A D | handler.h | 42 void RemoveMessage(const Message &msg);
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
H A D | message_looper.h | 43 void RemoveMessage(const MsgInfo &msg);
|
H A D | hi_state_machine.cpp | 257 m_looper->RemoveMessage(msg); in RemoveEvent()
|
H A D | message_looper.cpp | 319 void MessageLooper::RemoveMessage(const MsgInfo &msg) in RemoveMessage() function in OHOS::MessageLooper
|
/foundation/communication/dsoftbus/core/common/include/ |
H A D | message_handler.h | 36 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 D | rtsp_channel_manager.cpp | 113 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 D | rtsp_channel_manager.cpp | 113 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 D | message_handler_test.c | 89 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 D | cast_session_state.cpp | 273 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 D | cast_session_impl.cpp | 580 RemoveMessage(Message(static_cast<int>(MessageId::MSG_CONNECT_TIMEOUT))); in Stop()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/ |
H A D | cast_session_state.cpp | 273 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 D | cast_session_impl.cpp | 580 RemoveMessage(Message(static_cast<int>(MessageId::MSG_CONNECT_TIMEOUT))); in Stop()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/ |
H A D | handler.cpp | 123 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 D | handler.cpp | 123 void Handler::RemoveMessage(const Message &msg) in RemoveMessage() function in OHOS::CastEngine::CastEngineService::Handler
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | connect_server_manager.cpp | 57 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 D | lnn_state_machine.c | 346 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 D | bus_center_event.c | 93 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 D | message_handler.c | 464 looper->RemoveMessage = LooperRemoveMessage; in CreateNewLooper()
|