Home
last modified time | relevance | path

Searched refs:PostMessageDelay (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H A Dmessage_handler_test.c78 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 Dsoftbus_hidumper_broadcast.c63 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 Dmessage_handler.h35 void (*PostMessageDelay)(const SoftBusLooper *looper, SoftBusMessage *msg, uint64_t delayMillis); member
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_common.c135 looper->PostMessageDelay(looper, message, delayMillis); in CreateAndPostMsgDelay()
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_async_callback_utils.c132 looper->PostMessageDelay(looper, &info->msg, delayMillis); in LnnAsyncCallbackDelayHelper()
H A Dlnn_state_machine.c336 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 Dconnection_br_connection_test.cpp63 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 Dauth_common.c56 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 Dsoftbus_conn_common.c109 wrapper->handler.looper->PostMessageDelay(wrapper->handler.looper, msg, delayMillis); in ConnPostMsgToLooper()
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c74 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 Dlnn_lane_link_conflict.c74 g_linkConflictLoopHandler.looper->PostMessageDelay(g_linkConflictLoopHandler.looper, msg, delayMillis); in LinkConflictPostMsgToHandler()
H A Dlnn_trans_lane.c151 g_laneLoopHandler.looper->PostMessageDelay(g_laneLoopHandler.looper, msg, delayMillis); in LnnLanePostMsgToHandler()
/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c463 looper->PostMessageDelay = LooperPostMessageDelay; in CreateNewLooper()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_pipeline.c339 g_manager.looper->PostMessageDelay(g_manager.looper, msg, DELAY_CLOSE_CHANNEL_MS); in TransProxyPipelineCloseChannelDelay()
H A Dsoftbus_proxychannel_transceiver.c256 g_transLoopHandler.looper->PostMessageDelay(g_transLoopHandler.looper, msg, delayTime); in TransProxyPostAuthNegoMsgToLooperDelay()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp988 looper->PostMessageDelay(looper, message, delayMillis);
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c1618 g_discBleHandler.looper->PostMessageDelay(g_discBleHandler.looper, msg, BLE_MSG_TIME_OUT); in StartTimeout()

Completed in 18 milliseconds