/foundation/communication/dsoftbus/adapter/common/bus_center/driver/ |
H A D | lnn_hdf_driver_monitor.c | 88 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/tests/core/adapter/unittest/ |
H A D | lnn_settingdata_event_monitor_deps_mock.cpp | 40 SoftBusLooper *GetLooper(int32_t looper) in GetLooper() function 42 return GetSettingDataEventMonitorDepsInterface()->GetLooper(looper); in GetLooper()
|
H A D | lnn_settingdata_event_monitor_deps_mock.h | 32 virtual SoftBusLooper *GetLooper(int32_t looper) = 0; 43 MOCK_METHOD1(GetLooper, SoftBusLooper * (int));
|
H A D | lnn_settingdata_event_monitor_test.cpp | 129 EXPECT_CALL(SettingDataEventMonitorMock, GetLooper(_)).WillRepeatedly(Return(&loop)); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/adapter/common/src/ |
H A D | lnn_wifiservice_monitor_mock.cpp | 41 SoftBusLooper *GetLooper(int32_t looper) in GetLooper() function 43 return GetLnnWifiServiceMonitorInterface()->GetLooper(looper); in GetLooper()
|
/foundation/communication/dsoftbus/tests/adapter/common/include/ |
H A D | lnn_wifiservice_monitor_mock.h | 32 virtual SoftBusLooper *GetLooper(int32_t looper) = 0; 45 MOCK_METHOD1(GetLooper, SoftBusLooper*(int32_t));
|
/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/ |
H A D | lnn_wifiservice_monitor.cpp | 139 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/tests/core/bus_center/service/unittest/ |
H A D | bus_center_manager_deps_mock.cpp | 45 SoftBusLooper *GetLooper(int32_t looper) in GetLooper() function 47 return GetBusCenterManagerDepsInterface()->GetLooper(looper); in GetLooper()
|
H A D | bus_center_manager_deps_mock.h | 32 virtual SoftBusLooper *GetLooper(int32_t looper); 63 MOCK_METHOD1(GetLooper, SoftBusLooper * (int));
|
/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_manager.c | 153 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in BusCenterServerDelayInit() 164 int32_t ret = LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), BusCenterServerDelayInit, in StartDelayInit() 252 SoftBusLooper *looper = GetLooper(LOOP_TYPE_LNN); in LnnDeinitLnnLooper()
|
/foundation/communication/dsoftbus/tests/core/common/message_handler/fuzztest/messagehandler_fuzzer/ |
H A D | messagehandler_fuzzer.cpp | 27 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in DoMessageHandlerFuzz()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_ctrl.c | 259 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_DEFAUL in HbAccountStateChangeEventHandler() [all...] |
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_common.c | 142 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 D | lnn_common_event_monitor.cpp | 148 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 D | lnn_boot_event_monitor.cpp | 46 if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), ProcessBootEvent, NULL, 0) != SOFTBUS_OK) { in AccountBootEventCb()
|
/foundation/communication/dsoftbus/core/common/include/ |
H A D | message_handler.h | 68 SoftBusLooper *GetLooper(int looper);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | paint.cpp | 110 blurDrawLooper_ = brush.GetLooper(); in AttachBrush() 135 blurDrawLooper_ = pen.GetLooper(); in AttachPen() 230 std::shared_ptr<BlurDrawLooper> Paint::GetLooper() const in GetLooper() function in OHOS::Rosen::Drawing::Paint
|
H A D | pen.cpp | 237 std::shared_ptr<BlurDrawLooper> Pen::GetLooper() const in GetLooper() function in OHOS::Rosen::Drawing::Pen 239 return brush_.GetLooper(); in GetLooper()
|
H A D | core_canvas.cpp | 56 std::shared_ptr looper = paintPen_.GetLooper(); \ 70 std::shared_ptr looper = paintBrush_.GetLooper(); \ 82 std::shared_ptr looper = paintPen_.GetLooper(); \ 99 std::shared_ptr looper = paint.GetLooper(); in GetLooperPaint()
|
/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/ |
H A D | message_handler_test.c | 51 g_networkingHandler.looper = GetLooper(LOOP_TYPE_DEFAULT); in TestMessageHandler()
|
/foundation/communication/dsoftbus/adapter/common/bus_center/network/ |
H A D | lnn_bt_monitor.c | 76 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyBtStateChangeEvent, in LnnOnBtStateChanged()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/ |
H A D | lnn_decision_db.c | 344 (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/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | brush.h | 268 std::shared_ptr<BlurDrawLooper> GetLooper() const;
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_hichain_system_ability_monitor.cpp | 75 ret = LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), RetryRegTrustListener, nullptr, in OnAddSystemAbility()
|
/foundation/communication/dsoftbus/adapter/common/net/hdi/common/ |
H A D | softbus_adapter_wlan_extend.c | 70 if (LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), GetOneChannelMeasResult, NULL, in ExcuteChannelMeas()
|