Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h74 class SimSubscriber : public OHOS::EventFwk::CommonEventSubscriber {
76 explicit SimSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &info);
77 ~SimSubscriber() override = default;
85 std::shared_ptr<SimSubscriber> simSubscriber_;
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp267 simSubscriber_ = std::make_shared<SimSubscriber>(subscriberInfo); in SubscribeSimEvent()
382 CountryCodeManager::SimSubscriber::SimSubscriber( in SimSubscriber() function in OHOS::Location::CountryCodeManager::SimSubscriber
389 void CountryCodeManager::SimSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData& event) in OnReceiveEvent()
/ohos5.0/base/location/test/location_locator/source/
H A Dcountry_code_manager_test.cpp317 auto simSubscriber = std::make_shared<CountryCodeManager::SimSubscriber>(subscriberInfo);