Searched refs:RemoveMessage (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | connect_server_manager.cpp | 37 using RemoveMessage = void (*)(int32_t instanceId); typedef 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()
|
/ohos5.0/drivers/hdf_core/framework/utils/include/ |
H A D | hdf_message_task.h | 27 void (*RemoveMessage)(struct HdfMessageTask *task, struct HdfMessage *msg); member
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/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_T… in TestMessageHandler()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | connect_server_manager.cpp | 57 using RemoveMessage = void (*)(int32_t); typedef 348 …auto removeMessage = reinterpret_cast<RemoveMessage>(dlsym(handlerConnectServerSo_, "RemoveMessage… in RemoveInstance()
|
/ohos5.0/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()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_state_machine.c | 341 fsm->looper->RemoveMessage(fsm->looper, &fsm->handler, what); in LnnFsmRemoveMessageByType()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/ |
H A D | message_handler.c | 464 looper->RemoveMessage = LooperRemoveMessage; in CreateNewLooper()
|