Searched refs:timeoutCallBack (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_event_subscriber_manager.cpp | 137 …WifiTimer::TimerCallback timeoutCallBack = std::bind(&WifiEventSubscriberManager::RegisterCesEvent… in RegisterCesEvent() local 138 … WifiTimer::GetInstance()->Register(timeoutCallBack, cesTimerId, TIMEOUT_EVENT_SUBSCRIBER, false); in RegisterCesEvent() 820 WifiTimer::TimerCallback timeoutCallBack = in RegisterNotificationEvent() local 822 …WifiTimer::GetInstance()->Register(timeoutCallBack, notificationTimerId, TIMEOUT_EVENT_SUBSCRIBER,… in RegisterNotificationEvent() 994 …WifiTimer::TimerCallback timeoutCallBack = std::bind(&WifiEventSubscriberManager::RegisterAssetEve… in RegisterAssetEvent() local 995 … WifiTimer::GetInstance()->Register(timeoutCallBack, assetMgrId, TIMEOUT_EVENT_SUBSCRIBER, false); in RegisterAssetEvent() 1075 WifiTimer::TimerCallback timeoutCallBack = in RegisterNetworkStateChangeEvent() local 1131 WifiTimer::TimerCallback timeoutCallBack = in RegisterWifiScanChangeEvent() local 1133 …WifiTimer::GetInstance()->Register(timeoutCallBack, wifiScanChangeTimerId, TIMEOUT_EVENT_SUBSCRIBE… in RegisterWifiScanChangeEvent() 1190 WifiTimer::TimerCallback timeoutCallBack = [this]() { this->RegisterSettingsEnterEvent(); }; in RegisterSettingsEnterEvent() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | remote_executor.cpp | 621 TimerAction timeoutCallBack = [this](TimerId timerId) { return TimeoutCallBack(timerId); }; in StartTimer() local 622 int errCode = RuntimeContext::GetInstance()->SetTimer(timeout, timeoutCallBack, [this]() { in StartTimer()
|