Home
last modified time | relevance | path

Searched refs:GnssCommonEventSubscriber (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_common_event_subscriber.h33 class GnssCommonEventSubscriber : public OHOS::EventFwk::CommonEventSubscriber {
35 … explicit GnssCommonEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo) in GnssCommonEventSubscriber() function
37 ~GnssCommonEventSubscriber() {} in ~GnssCommonEventSubscriber()
H A Dagnss_ni_manager.h83 std::shared_ptr<GnssCommonEventSubscriber> subscriber_ = nullptr;
84 std::shared_ptr<GnssCommonEventSubscriber> niResponseSubscriber_ = nullptr;
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_common_event_subscriber.cpp24 void GnssCommonEventSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData &data) in OnReceiveEvent()
H A Dagnss_ni_manager.cpp91 subscriber_ = std::make_shared<GnssCommonEventSubscriber>(subscriberInfo); in RegisterAgnssNiEvent()
113 niResponseSubscriber_ = std::make_shared<GnssCommonEventSubscriber>(subscriberInfo); in RegisterNiResponseEvent()
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp1190 std::shared_ptr<GnssCommonEventSubscriber> subscriber =
1191 std::make_shared<GnssCommonEventSubscriber>(subscriberInfo);
1212 std::shared_ptr<GnssCommonEventSubscriber> subscriber =
1213 std::make_shared<GnssCommonEventSubscriber>(subscriberInfo);
1234 std::shared_ptr<GnssCommonEventSubscriber> subscriber =
1235 std::make_shared<GnssCommonEventSubscriber>(subscriberInfo);
1256 std::shared_ptr<GnssCommonEventSubscriber> subscriber =
1257 std::make_shared<GnssCommonEventSubscriber>(subscriberInfo);
1278 std::shared_ptr<GnssCommonEventSubscriber> subscriber =
1279 std::make_shared<GnssCommonEventSubscriber>(subscriberInfo);