Home
last modified time | relevance | path

Searched refs:DetectNdefInfo (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_tag_proxy.cpp231 bool NciTagProxy::DetectNdefInfo(uint32_t tagDiscId, std::vector<int>& ndefInfo) in DetectNdefInfo() function in OHOS::NFC::NCI::NciTagProxy
234 return nciTagInterface_->DetectNdefInfo(tagDiscId, ndefInfo); in DetectNdefInfo()
H A Dnci_tag_proxy.h141 bool DetectNdefInfo(uint32_t tagDiscId, std::vector<int>& ndefInfo) override;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_tag_impl_default.cpp150 bool NciTagImplDefault::DetectNdefInfo(uint32_t tagDiscId, std::vector<int> &ndefInfo) in DetectNdefInfo() function in OHOS::NFC::NCI::NciTagImplDefault
154 return tag->DetectNdefInfo(ndefInfo); in DetectNdefInfo()
H A Dtag_host.cpp528 if (TagNciAdapterRw::GetInstance().DetectNdefInfo(ndefInfo)) { in FindNdefTech()
625 bool TagHost::DetectNdefInfo(std::vector<int>& ndefInfo) in DetectNdefInfo() function in OHOS::NFC::NCI::TagHost
630 bool result = TagNciAdapterRw::GetInstance().DetectNdefInfo(ndefInfo); in DetectNdefInfo()
H A Dtag_nci_adapter_rw.cpp719 bool TagNciAdapterRw::DetectNdefInfo(std::vector<int>& ndefInfo) in Reselect() function in OHOS::NFC::NCI::TagNciAdapterRw
H A Dtag_nci_adapter.cpp1083 bool TagNciAdapter::DetectNdefInfo(std::vector<int>& ndefInfo) in DetectNdefInfo() function in OHOS::NFC::NCI::TagNciAdapter
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_tag_interface.h149 virtual bool DetectNdefInfo(uint32_t tagDiscId, std::vector<int>& ndefInfo) = 0;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_tag_impl_default.h42 bool DetectNdefInfo(uint32_t tagDiscId, std::vector<int> &ndefInfo) override;
H A Dtag_nci_adapter_rw.h59 bool DetectNdefInfo(std::vector<int>& ndefInfo);
H A Dtag_host.h89 bool DetectNdefInfo(std::vector<int>& ndefInfo);
H A Dtag_nci_adapter.h86 bool DetectNdefInfo(std::vector<int>& ndefInfo);
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H A Dtag_host_test.cpp145 EXPECT_FALSE(tag_->DetectNdefInfo(ndefInfo));
H A Dtag_nci_adapter_test.cpp179 EXPECT_TRUE(!adapterObj->DetectNdefInfo(ndefInfo));
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/
H A Dnci_tag_proxy_test.cpp265 bool detectNdefInfo = nciTagProxy->DetectNdefInfo(tagDiscId, ndefInfo);
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nci_adapter_test/ncitagproxy/ncitagproxy_fuzzer/
H A Dncitagproxy_fuzz.cpp175 nciTagProxy->DetectNdefInfo(tagDiscId[0], ndefInfo); in FuzzDetectNdefInfo()
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp240 return nciTagProxy_.lock()->DetectNdefInfo(tagRfDiscId, ndefInfo); in IsNdef()