Home
last modified time | relevance | path

Searched refs:LOOP_TYPE_DEFAULT (Results 1 - 25 of 36) sorted by relevance

12

/foundation/communication/dsoftbus/tests/core/common/message_handler/fuzztest/messagehandler_fuzzer/
H A Dmessagehandler_fuzzer.cpp27 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in DoMessageHandlerFuzz()
28 SetLooper(LOOP_TYPE_DEFAULT, looper); in DoMessageHandlerFuzz()
/foundation/communication/dsoftbus/adapter/common/bus_center/driver/
H A Dlnn_hdf_driver_monitor.c88 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyWlanStateChangeEvent, in ProcessWlanEvent()
134 LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), DelayInitFunction, NULL, BIND_HDF_DELAY); in DelayInitFunction()
143 LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), DelayInitFunction, NULL, BIND_HDF_DELAY); in DelayInitFunction()
152 return LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), DelayInitFunction, NULL, BIND_HDF_DELAY); in LnnInitDriverMonitorImpl()
/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/
H A Dlnn_wifiservice_monitor.cpp139 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyWlanStateChangeEvent, in OnReceiveEvent()
220 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyWlanStateChangeEvent, in UpdateLocalWifiActiveCapability()
247 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyWlanStateChangeEvent, in UpdateLocalWifiConnCapability()
278 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in LnnSubscribeWifiService()
288 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in LnnInitWifiServiceMonitorImpl()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c259 if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), RequestEnableDiscovery, NULL, time) != in LnnRequestBleDiscoveryProcess()
353 if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), HbDelaySetHighScanParam, NULL, 0) != SOFTBUS_OK) { in HbHandleBleStateChange()
356 if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), HbDelaySetNormalScanParam, NULL, in HbHandleBleStateChange()
536 LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), HbDelayConditionChanged, NULL, in HbScreenOnOnceTryCloudSync()
632 GetLooper(LOOP_TYPE_DEFAULT), HbDelaySetHighScanParam, NULL, HB_CLOUD_SYNC_DELAY_LEN); in HbScreenLockChangeEventHandler()
633 LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), HbDelaySetNormalScanParam, NULL, in HbScreenLockChangeEventHandler()
635 LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), HbDelayConditionChanged, NULL, in HbScreenLockChangeEventHandler()
665 GetLooper(LOOP_TYPE_DEFAULT), HbDelaySetHighScanParam, NULL, HB_CLOUD_SYNC_DELAY_LEN); in HbAccountStateChangeEventHandler()
666 LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), HbDelaySetNormalScanParam, NULL, in HbAccountStateChangeEventHandler()
668 LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), HbDelayConditionChange in HbAccountStateChangeEventHandler()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_common.c142 CreateAndPostMsgDelay(GetLooper(LOOP_TYPE_DEFAULT), ReportStatisticEvtPeriod, MS_OF_DAY); in ReportStatisticEvtPeriod()
171 return CreateAndPostMsgDelay(GetLooper(LOOP_TYPE_DEFAULT), ReportStatisticEvtPeriod, MS_OF_DAY); in InitSoftbusSysEvt()
/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp148 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in LnnSubscribeCommonEvent()
159 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in LnnInitCommonEventMonitorImpl()
/foundation/communication/dsoftbus/adapter/common/bus_center/boot_event/
H A Dlnn_boot_event_monitor.cpp46 if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), ProcessBootEvent, NULL, 0) != SOFTBUS_OK) { in AccountBootEventCb()
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_manager.c153 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in BusCenterServerDelayInit()
164 int32_t ret = LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), BusCenterServerDelayInit, in StartDelayInit()
/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h63 LOOP_TYPE_DEFAULT = 1, enumerator
/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H A Dmessage_handler_test.c51 g_networkingHandler.looper = GetLooper(LOOP_TYPE_DEFAULT); in TestMessageHandler()
/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c76 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyBtStateChangeEvent, in LnnOnBtStateChanged()
H A Dlnn_netmanager_listener.cpp204 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in LnnInitNetManagerMonitorImpl()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
H A Dlnn_decision_db.c344 (void)LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), CompleteUpdateTrustedDevInfo, NULL); in InsertTrustedDevInfoRecord()
389 (void)LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), CompleteUpdateTrustedDevInfo, NULL); in RemoveTrustedDevInfoRecord()
476 if (LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), InsertTrustedDevInfoRecord, in LnnInsertSpecificTrustedDevInfo()
510 if (LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), RemoveTrustedDevInfoRecord, in LnnDeleteSpecificTrustedDevInfo()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_system_ability_monitor.cpp75 ret = LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), RetryRegTrustListener, nullptr, in OnAddSystemAbility()
H A Dauth_connection.c370 if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), AsyncCallDeviceIdReceived, request, 0) != in HandleDataReceivedProcess()
508 if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), AsyncCallDeviceIdReceived, request, in HandleRepeatDeviceIdDataDelay()
H A Dauth_common.c461 g_authHandler.looper = GetLooper(LOOP_TYPE_DEFAULT); in AuthCommonInit()
/foundation/communication/dsoftbus/adapter/common/net/hdi/common/
H A Dsoftbus_adapter_wlan_extend.c70 if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), GetOneChannelMeasResult, NULL, in ExcuteChannelMeas()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_p2p_info.c321 int32_t rc = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), ProcessSyncP2pInfo, NULL); in LnnSyncP2pInfo()
331 int32_t rc = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), ProcessSyncWifiDirectAddr, NULL); in LnnSyncWifiDirectAddr()
H A Dlnn_devicename_info.c420 int32_t ret = LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), UpdataLocalFromSetting, NULL, 0); in AccountBootEventHandle()
459 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in UpdataLocalFromSetting()
H A Dlnn_sync_info_manager.c245 (void)LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), in CloseUnusedChannel()
375 (void)LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), in AddChannelInfoNode()
1005 (void)LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), in SendSyncInfoByNewChannel()
H A Dlnn_net_builder_init.c671 if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), OnLnnProcessNotTrustedMsgDelay, in OnDeviceNotTrusted()
708 LnnGetNetBuilder()->looper = GetLooper(LOOP_TYPE_DEFAULT); in InitNetBuilderLooper()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_broadcast.c157 g_bcDumphandler.looper = GetLooper(LOOP_TYPE_DEFAULT); in SoftbusBroadcastDumpLooperInit()
/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c484 {LOOP_TYPE_DEFAULT, NULL},
579 SetLooper(LOOP_TYPE_DEFAULT, looper); in LooperInit()
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c264 fsm->looper = looper == NULL ? GetLooper(LOOP_TYPE_DEFAULT) : looper; in LnnFsmInit()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c599 int32_t ret = LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), LaneInitChannelRatingDelay, in LaneDelayInit()

Completed in 17 milliseconds

12