Home
last modified time | relevance | path

Searched refs:GetConnectedTech (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_tag_proxy.cpp56 uint32_t NciTagProxy::GetConnectedTech(uint32_t tagDiscId) in GetConnectedTech() function in OHOS::NFC::NCI::NciTagProxy
59 return nciTagInterface_->GetConnectedTech(tagDiscId); in GetConnectedTech()
H A Dnci_tag_proxy.h44 uint32_t GetConnectedTech(uint32_t tagDiscId) override;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_tag_impl_default.cpp37 uint32_t NciTagImplDefault::GetConnectedTech(uint32_t tagDiscId) in GetConnectedTech() function in OHOS::NFC::NCI::NciTagImplDefault
41 return tag->GetConnectedTech(); in GetConnectedTech()
H A Dtag_host.cpp640 uint32_t TagHost::GetConnectedTech() in GetConnectedTech() function in OHOS::NFC::NCI::TagHost
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_tag_interface.h52 virtual uint32_t GetConnectedTech(uint32_t tagDiscId) = 0;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_tag_impl_default.h29 uint32_t GetConnectedTech(uint32_t tagDiscId) override;
H A Dtag_host.h77 uint32_t GetConnectedTech();
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H A Dtag_host_test.cpp125 … EXPECT_FALSE(tag_->GetConnectedTech() == static_cast<int>(KITS::TagTechnology::NFC_ISODEP_TECH));
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp156 if (static_cast<int>(nciTagProxy_.lock()->GetConnectedTech(tagDiscId)) == in HandleTagFound()
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/
H A Dnci_tag_proxy_test.cpp90 int getConnectedTech = nciTagProxy->GetConnectedTech(tagDiscId);
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nci_adapter_test/ncitagproxy/ncitagproxy_fuzzer/
H A Dncitagproxy_fuzz.cpp61 nciTagProxy->GetConnectedTech(tagDiscId[0]); in FuzzGetConnectedTech()
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp258 GetMaxTransceiveLength(nciTagProxy_.lock()->GetConnectedTech(tagRfDiscId), maxSize); in SendRawFrame()