Home
last modified time | relevance | path

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

/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp45 simSubscriber_ = nullptr; in CountryCodeManager()
264 if (simSubscriber_ == nullptr) { in SubscribeSimEvent()
265 simSubscriber_ = std::make_shared<SimSubscriber>(subscriberInfo); in SubscribeSimEvent()
268 bool result = EventFwk::CommonEventManager::SubscribeCommonEvent(simSubscriber_); in SubscribeSimEvent()
317 if (simSubscriber_) { in UnsubscribeSimEvent()
318 return OHOS::EventFwk::CommonEventManager::UnSubscribeCommonEvent(simSubscriber_); in UnsubscribeSimEvent()
/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h85 std::shared_ptr<SimSubscriber> simSubscriber_; member in OHOS::Location::CountryCodeManager

Completed in 2 milliseconds