Searched refs:GnssCommonEventSubscriber (Results 1 – 5 of 5) sorted by relevance
33 class GnssCommonEventSubscriber : public OHOS::EventFwk::CommonEventSubscriber {35 … explicit GnssCommonEventSubscriber(const OHOS::EventFwk::CommonEventSubscribeInfo &subscriberInfo) in GnssCommonEventSubscriber() function37 ~GnssCommonEventSubscriber() {} in ~GnssCommonEventSubscriber()
83 std::shared_ptr<GnssCommonEventSubscriber> subscriber_ = nullptr;84 std::shared_ptr<GnssCommonEventSubscriber> niResponseSubscriber_ = nullptr;
24 void GnssCommonEventSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData &data) in OnReceiveEvent()
91 subscriber_ = std::make_shared<GnssCommonEventSubscriber>(subscriberInfo); in RegisterAgnssNiEvent()113 niResponseSubscriber_ = std::make_shared<GnssCommonEventSubscriber>(subscriberInfo); in RegisterNiResponseEvent()
1190 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);