Home
last modified time | relevance | path

Searched refs:networkSubscriber_ (Results 1 - 2 of 2) sorted by relevance

/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp46 networkSubscriber_ = nullptr; in CountryCodeManager()
283 if (networkSubscriber_ == nullptr) { in SubscribeNetworkStatusEvent()
284 networkSubscriber_ = std::make_shared<NetworkSubscriber>(subscriberInfo); in SubscribeNetworkStatusEvent()
287 bool result = EventFwk::CommonEventManager::SubscribeCommonEvent(networkSubscriber_); in SubscribeNetworkStatusEvent()
326 if (networkSubscriber_) { in UnsubscribeNetworkStatusEvent()
327 OHOS::EventFwk::CommonEventManager::UnSubscribeCommonEvent(networkSubscriber_); in UnsubscribeNetworkStatusEvent()
/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h86 std::shared_ptr<NetworkSubscriber> networkSubscriber_; member in OHOS::Location::CountryCodeManager

Completed in 2 milliseconds