Home
last modified time | relevance | path

Searched refs:LocatorEventSubscriber (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_event_subscriber.cpp26 LocatorEventSubscriber::LocatorEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &info) in LocatorEventSubscriber() function in OHOS::Location::LocatorEventSubscriber
29 LocatorEventSubscriber::~LocatorEventSubscriber() {} in ~LocatorEventSubscriber()
31 void LocatorEventSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData& event) in OnReceiveEvent()
H A Dlocator_ability.cpp1252 locatorEventSubscriber_ = std::make_shared<LocatorEventSubscriber>(subscriberInfo); in RegisterAction()
1275 locationPrivacyEventSubscriber_ = std::make_shared<LocatorEventSubscriber>(subscriberInfo); in RegisterLocationPrivacyAction()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_event_subscriber.h28 class LocatorEventSubscriber : public OHOS::EventFwk::CommonEventSubscriber {
30 explicit LocatorEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &info);
31 ~LocatorEventSubscriber() override;
H A Dlocator_ability.h240 std::shared_ptr<LocatorEventSubscriber> locatorEventSubscriber_;
241 std::shared_ptr<LocatorEventSubscriber> locationPrivacyEventSubscriber_;
/ohos5.0/base/location/test/location_common/source/
H A Dlocation_common_test.cpp501 auto locatorEventSubscriber = std::make_shared<LocatorEventSubscriber>(subscriberInfo);
519 auto locatorEventSubscriber = std::make_shared<LocatorEventSubscriber>(subscriberInfo);
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp1881 …locatorAbility->locatorEventSubscriber_ = std::make_shared<LocatorEventSubscriber>(subscriberInfo);