Home
last modified time | relevance | path

Searched refs:SimSubscriber (Results 1 – 2 of 2) sorted by relevance

/base/location/services/location_locator/locator/include/
Dcountry_code_manager.h72 class SimSubscriber : public OHOS::EventFwk::CommonEventSubscriber {
74 explicit SimSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &info);
75 ~SimSubscriber() override = default;
83 std::shared_ptr<SimSubscriber> simSubscriber_;
/base/location/services/location_locator/locator/source/
Dcountry_code_manager.cpp270 simSubscriber_ = std::make_shared<SimSubscriber>(subscriberInfo); in SubscribeSimEvent()
385 CountryCodeManager::SimSubscriber::SimSubscriber( in SimSubscriber() function in OHOS::Location::CountryCodeManager::SimSubscriber
392 void CountryCodeManager::SimSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData& event) in OnReceiveEvent()