Home
last modified time | relevance | path

Searched refs:GetNciTagProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/include/
H A Dnfc_service.h69 std::weak_ptr<NCI::INciTagInterface> GetNciTagProxy(void);
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp54 nciTagProxy_ = nfcService_->GetNciTagProxy(); in TagDispatcher()
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp68 std::weak_ptr<NCI::INciTagInterface> NfcService::GetNciTagProxy(void) in GetNciTagProxy() function in OHOS::NFC::NfcService
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp37 nciTagProxy_ = service->GetNciTagProxy(); in TagSession()