/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/ |
H A D | message_handler_test.c | 78 g_networkingHandler.looper->PostMessageDelay(g_networkingHandler.looper, msg4, CASE_FOUR_POST_DELAY); in TestMessageHandler() 88 g_networkingHandler.looper->PostMessageDelay(g_networkingHandler.looper, msg3, CASE_THREE_POST_DELAY); in TestMessageHandler()
|
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_broadcast.c | 63 g_bcDumphandler.looper->PostMessageDelay(g_bcDumphandler.looper, msg, delayMillis); in ExecuteBroadcastTask() 86 g_bcDumphandler.looper->PostMessageDelay(g_bcDumphandler.looper, msg, delayMillis); in SoftbusRegBroadcastDumpTask()
|
/foundation/communication/dsoftbus/core/common/include/ |
H A D | message_handler.h | 35 void (*PostMessageDelay)(const SoftBusLooper *looper, SoftBusMessage *msg, uint64_t delayMillis); member
|
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_common.c | 135 looper->PostMessageDelay(looper, message, delayMillis); in CreateAndPostMsgDelay()
|
/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_async_callback_utils.c | 132 looper->PostMessageDelay(looper, &info->msg, delayMillis); in LnnAsyncCallbackDelayHelper()
|
H A D | lnn_state_machine.c | 336 if (fsm->looper->PostMessageDelay == NULL) { in LnnFsmPostMessageDelay() 337 LNN_LOGE(LNN_STATE, "PostMessageDelay is null"); in LnnFsmPostMessageDelay() 340 fsm->looper->PostMessageDelay(fsm->looper, msg, delayMillis); in LnnFsmPostMessageDelay()
|
/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | connection_br_connection_test.cpp | 63 void PostMessageDelay(const SoftBusLooper *looper, SoftBusMessage *msg, uint64_t delayMillis) in PostMessageDelay() function 559 g_brManagerAsyncHandler.handler.looper->PostMessageDelay = PostMessageDelay; in HWTEST_F() 935 g_brManagerAsyncHandler.handler.looper->PostMessageDelay = MessageDelay; in HWTEST_F() 1195 g_brManagerAsyncHandler.handler.looper->PostMessageDelay = PostMessageDelay; in HWTEST_F() 1220 g_brManagerAsyncHandler.handler.looper->PostMessageDelay = PostMessageDelay; in HWTEST_F() 1240 g_brManagerAsyncHandler.handler.looper->PostMessageDelay = PostMessageDelay; in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_common.c | 56 g_authHandler.looper->PostMessageDelay == NULL || g_authHandler.looper->RemoveMessageCustom == NULL) { in IsAuthHandlerInit() 120 g_authHandler.looper->PostMessageDelay(g_authHandler.looper, msg, delayMs); in PostAuthEvent()
|
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_conn_common.c | 109 wrapper->handler.looper->PostMessageDelay(wrapper->handler.looper, msg, delayMillis); in ConnPostMsgToLooper()
|
/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() 82 g_notifyHandler.looper->PostMessageDelay(g_notifyHandler.looper, msg, delayMillis); in PostMessageToHandlerDelay()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_conflict.c | 74 g_linkConflictLoopHandler.looper->PostMessageDelay(g_linkConflictLoopHandler.looper, msg, delayMillis); in LinkConflictPostMsgToHandler()
|
H A D | lnn_trans_lane.c | 151 g_laneLoopHandler.looper->PostMessageDelay(g_laneLoopHandler.looper, msg, delayMillis); in LnnLanePostMsgToHandler()
|
/foundation/communication/dsoftbus/core/common/message_handler/ |
H A D | message_handler.c | 463 looper->PostMessageDelay = LooperPostMessageDelay; in CreateNewLooper()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_pipeline.c | 339 g_manager.looper->PostMessageDelay(g_manager.looper, msg, DELAY_CLOSE_CHANNEL_MS); in TransProxyPipelineCloseChannelDelay()
|
H A D | softbus_proxychannel_transceiver.c | 256 g_transLoopHandler.looper->PostMessageDelay(g_transLoopHandler.looper, msg, delayTime); in TransProxyPostAuthNegoMsgToLooperDelay()
|
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 988 looper->PostMessageDelay(looper, message, delayMillis);
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 1618 g_discBleHandler.looper->PostMessageDelay(g_discBleHandler.looper, msg, BLE_MSG_TIME_OUT); in StartTimeout()
|