Lines Matching refs:weak_ptr
31 std::weak_ptr<NfcService> service);
36 void Intialize(std::weak_ptr<TAG::TagDispatcher> tagDispatcher,
37 std::weak_ptr<CeService> ceService,
38 std::weak_ptr<NfcPollingManager> nfcPollingManager,
39 std::weak_ptr<NfcRoutingManager> nfcRoutingManager,
40 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy);
67 std::weak_ptr<NfcService> nfcService_ {};
68 std::weak_ptr<TAG::TagDispatcher> tagDispatcher_ {};
69 std::weak_ptr<CeService> ceService_ {};
70 std::weak_ptr<NfcPollingManager> nfcPollingManager_ {};
71 std::weak_ptr<NfcRoutingManager> nfcRoutingManager_ {};
72 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy_ {};