Searched refs:networkSubscriber_ (Results 1 – 2 of 2) sorted by relevance
46 networkSubscriber_ = nullptr; in CountryCodeManager()285 if (networkSubscriber_ == nullptr) { in SubscribeNetworkStatusEvent()286 networkSubscriber_ = std::make_shared<NetworkSubscriber>(subscriberInfo); in SubscribeNetworkStatusEvent()289 bool result = EventFwk::CommonEventManager::SubscribeCommonEvent(networkSubscriber_); in SubscribeNetworkStatusEvent()328 if (networkSubscriber_) { in UnsubscribeNetworkStatusEvent()329 OHOS::EventFwk::CommonEventManager::UnSubscribeCommonEvent(networkSubscriber_); in UnsubscribeNetworkStatusEvent()
86 std::shared_ptr<NetworkSubscriber> networkSubscriber_; variable