Home
last modified time | relevance | path

Searched refs:GetLooper (Results 1 - 25 of 70) sorted by relevance

123

/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/tests/core/adapter/unittest/
H A Dlnn_settingdata_event_monitor_deps_mock.cpp40 SoftBusLooper *GetLooper(int32_t looper) in GetLooper() function
42 return GetSettingDataEventMonitorDepsInterface()->GetLooper(looper); in GetLooper()
H A Dlnn_settingdata_event_monitor_deps_mock.h32 virtual SoftBusLooper *GetLooper(int32_t looper) = 0;
43 MOCK_METHOD1(GetLooper, SoftBusLooper * (int));
H A Dlnn_settingdata_event_monitor_test.cpp129 EXPECT_CALL(SettingDataEventMonitorMock, GetLooper(_)).WillRepeatedly(Return(&loop)); in HWTEST_F()
/foundation/communication/dsoftbus/tests/adapter/common/src/
H A Dlnn_wifiservice_monitor_mock.cpp41 SoftBusLooper *GetLooper(int32_t looper) in GetLooper() function
43 return GetLnnWifiServiceMonitorInterface()->GetLooper(looper); in GetLooper()
/foundation/communication/dsoftbus/tests/adapter/common/include/
H A Dlnn_wifiservice_monitor_mock.h32 virtual SoftBusLooper *GetLooper(int32_t looper) = 0;
45 MOCK_METHOD1(GetLooper, SoftBusLooper*(int32_t));
/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/tests/core/bus_center/service/unittest/
H A Dbus_center_manager_deps_mock.cpp45 SoftBusLooper *GetLooper(int32_t looper) in GetLooper() function
47 return GetBusCenterManagerDepsInterface()->GetLooper(looper); in GetLooper()
H A Dbus_center_manager_deps_mock.h32 virtual SoftBusLooper *GetLooper(int32_t looper);
63 MOCK_METHOD1(GetLooper, SoftBusLooper * (int));
/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()
252 SoftBusLooper *looper = GetLooper(LOOP_TYPE_LNN); in LnnDeinitLnnLooper()
/foundation/communication/dsoftbus/tests/core/common/message_handler/fuzztest/messagehandler_fuzzer/
H A Dmessagehandler_fuzzer.cpp27 SoftBusLooper *looper = GetLooper(LOOP_TYPE_DEFAULT); in DoMessageHandlerFuzz()
/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_DEFAUL 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/common/include/
H A Dmessage_handler.h68 SoftBusLooper *GetLooper(int looper);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpaint.cpp110 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 Dpen.cpp237 std::shared_ptr<BlurDrawLooper> Pen::GetLooper() const in GetLooper() function in OHOS::Rosen::Drawing::Pen
239 return brush_.GetLooper(); in GetLooper()
H A Dcore_canvas.cpp56 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 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()
/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/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dbrush.h268 std::shared_ptr<BlurDrawLooper> GetLooper() const;
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_system_ability_monitor.cpp75 ret = LnnAsyncCallbackDelayHelper(GetLooper(LOOP_TYPE_DEFAULT), RetryRegTrustListener, nullptr, in OnAddSystemAbility()
/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()

Completed in 11 milliseconds

123