Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_ability.h240 std::shared_ptr<LocatorEventSubscriber> locatorEventSubscriber_; variable
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp1863 locatorAbility->locatorEventSubscriber_ = nullptr;
1875 locatorAbility->locatorEventSubscriber_ = nullptr;
1881 …locatorAbility->locatorEventSubscriber_ = std::make_shared<LocatorEventSubscriber>(subscriberInfo);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp209 if (locatorEventSubscriber_ == nullptr) { in OnRemoveSystemAbility()
213 … bool result = OHOS::EventFwk::CommonEventManager::UnSubscribeCommonEvent(locatorEventSubscriber_); in OnRemoveSystemAbility()
1252 locatorEventSubscriber_ = std::make_shared<LocatorEventSubscriber>(subscriberInfo); in RegisterAction()
1254 bool result = OHOS::EventFwk::CommonEventManager::SubscribeCommonEvent(locatorEventSubscriber_); in RegisterAction()