Lines Matching refs:NfcService
41 class NfcService final : public NCI::INciTagInterface::ITagListener,
44 public std::enable_shared_from_this<NfcService> {
46 NfcService();
47 ~NfcService() override;
48 NfcService& operator=(const NfcService&) = delete;
49 NfcService(const NfcService&) = delete;
51 std::weak_ptr<NfcService> GetInstance() const;
110 std::weak_ptr<NfcService> nfcService_ {};