/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/ |
H A D | nci_tag_proxy.cpp | 231 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 D | nci_tag_proxy.h | 141 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 D | nci_tag_impl_default.cpp | 150 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 D | tag_host.cpp | 528 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 D | tag_nci_adapter_rw.cpp | 719 bool TagNciAdapterRw::DetectNdefInfo(std::vector<int>& ndefInfo) in Reselect() function in OHOS::NFC::NCI::TagNciAdapterRw
|
H A D | tag_nci_adapter.cpp | 1083 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 D | inci_tag_interface.h | 149 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 D | nci_tag_impl_default.h | 42 bool DetectNdefInfo(uint32_t tagDiscId, std::vector<int> &ndefInfo) override;
|
H A D | tag_nci_adapter_rw.h | 59 bool DetectNdefInfo(std::vector<int>& ndefInfo);
|
H A D | tag_host.h | 89 bool DetectNdefInfo(std::vector<int>& ndefInfo);
|
H A D | tag_nci_adapter.h | 86 bool DetectNdefInfo(std::vector<int>& ndefInfo);
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_adapter_test/ |
H A D | tag_host_test.cpp | 145 EXPECT_FALSE(tag_->DetectNdefInfo(ndefInfo));
|
H A D | tag_nci_adapter_test.cpp | 179 EXPECT_TRUE(!adapterObj->DetectNdefInfo(ndefInfo));
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/ |
H A D | nci_tag_proxy_test.cpp | 265 bool detectNdefInfo = nciTagProxy->DetectNdefInfo(tagDiscId, ndefInfo);
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nci_adapter_test/ncitagproxy/ncitagproxy_fuzzer/ |
H A D | ncitagproxy_fuzz.cpp | 175 nciTagProxy->DetectNdefInfo(tagDiscId[0], ndefInfo); in FuzzDetectNdefInfo()
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session.cpp | 240 return nciTagProxy_.lock()->DetectNdefInfo(tagRfDiscId, ndefInfo); in IsNdef()
|