Home
last modified time | relevance | path

Searched refs:NetworkSubscriber (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h66 class NetworkSubscriber : public OHOS::EventFwk::CommonEventSubscriber {
68 explicit NetworkSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &info);
69 ~NetworkSubscriber() override = default;
86 std::shared_ptr<NetworkSubscriber> networkSubscriber_;
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp286 networkSubscriber_ = std::make_shared<NetworkSubscriber>(subscriberInfo); in SubscribeNetworkStatusEvent()
364 CountryCodeManager::NetworkSubscriber::NetworkSubscriber( in NetworkSubscriber() function in OHOS::Location::CountryCodeManager::NetworkSubscriber
371 void CountryCodeManager::NetworkSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData& e… in OnReceiveEvent()
/ohos5.0/base/location/test/location_locator/source/
H A Dcountry_code_manager_test.cpp302 … auto networkSubscriber = std::make_shared<CountryCodeManager::NetworkSubscriber>(subscriberInfo);