Lines Matching refs:nfcService_
49 std::weak_ptr<NfcService> nfcService_ {};
56 nfcService_(nfcService),
123 std::weak_ptr<NfcService> nfcService_ {};
130 nfcService_(nfcService),
163 std::weak_ptr<NfcService> nfcService_ {};
170 nfcService_(nfcService),
199 std::weak_ptr<NfcService> nfcService_ {};
206 nfcService_(nfcService),
228 : EventHandler(runner), nfcService_(service)
271 screenSubscriber_ = std::make_shared<ScreenChangedReceiver>(nfcService_, subscribeInfo);
294 pkgSubscriber_ = std::make_shared<PackageChangedReceiver>(nfcService_, subscribeInfo);
315 shutdownSubscriber_ = std::make_shared<ShutdownEventReceiver>(nfcService_, subscribeInfo);
336 dataShareSubscriber_ = std::make_shared<DataShareChangedReceiver>(nfcService_, subscribeInfo);
412 nfcService_.lock()->HandleShutdown();