Searched refs:wifiNotificationSubsciber_ (Results 1 – 2 of 2) sorted by relevance
804 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()
177 std::shared_ptr<NotificationEventSubscriber> wifiNotificationSubsciber_ = nullptr; variable