Home
last modified time | relevance | path

Searched refs:wifiNotificationSubsciber_ (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.cpp804 if (wifiNotificationSubsciber_) { in RegisterNotificationEvent()
816 wifiNotificationSubsciber_ = std::make_shared<NotificationEventSubscriber>(subscriberInfo); in RegisterNotificationEvent()
817 if (!EventFwk::CommonEventManager::SubscribeCommonEvent(wifiNotificationSubsciber_)) { in RegisterNotificationEvent()
819 wifiNotificationSubsciber_ = nullptr; in RegisterNotificationEvent()
835 if (!wifiNotificationSubsciber_) { in UnRegisterNotificationEvent()
838 if (!EventFwk::CommonEventManager::UnSubscribeCommonEvent(wifiNotificationSubsciber_)) { in UnRegisterNotificationEvent()
841 wifiNotificationSubsciber_ = nullptr; in UnRegisterNotificationEvent()
H A Dwifi_event_subscriber_manager.h177 std::shared_ptr<NotificationEventSubscriber> wifiNotificationSubsciber_ = nullptr; variable