Home
last modified time | relevance | path

Searched defs: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 Dwifi_event_subscriber_manager.cpp137 …WifiTimer::TimerCallback timeoutCallBack = std::bind(&WifiEventSubscriberManager::RegisterCesEvent… in RegisterCesEvent() local
820 WifiTimer::TimerCallback timeoutCallBack = in RegisterNotificationEvent() local
994 …WifiTimer::TimerCallback timeoutCallBack = std::bind(&WifiEventSubscriberManager::RegisterAssetEve… in RegisterAssetEvent() local
1075 WifiTimer::TimerCallback timeoutCallBack = in RegisterNetworkStateChangeEvent() local
1131 WifiTimer::TimerCallback timeoutCallBack = in RegisterWifiScanChangeEvent() local
1190 WifiTimer::TimerCallback timeoutCallBack = [this]() { this->RegisterSettingsEnterEvent(); }; in RegisterSettingsEnterEvent() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp621 TimerAction timeoutCallBack = [this](TimerId timerId) { return TimeoutCallBack(timerId); }; in StartTimer() local