Home
last modified time | relevance | path

Searched refs:GetIsoDepMaxTransceiveLength (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_tag_impl_default.cpp211 uint32_t NciTagImplDefault::GetIsoDepMaxTransceiveLength() in GetIsoDepMaxTransceiveLength() function in OHOS::NFC::NCI::NciTagImplDefault
213 return TagNativeImpl::GetInstance().GetIsoDepMaxTransceiveLength(); in GetIsoDepMaxTransceiveLength()
218 return TagNativeImpl::GetInstance().GetIsoDepMaxTransceiveLength() > ISO_DEP_FRAME_MAX_LEN; in IsExtendedLengthApduSupported()
H A Dtag_native_impl.cpp129 uint32_t TagNativeImpl::GetIsoDepMaxTransceiveLength() in GetIsoDepMaxTransceiveLength() function in OHOS::NFC::NCI::TagNativeImpl
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_tag_proxy.cpp316 uint32_t NciTagProxy::GetIsoDepMaxTransceiveLength() in GetIsoDepMaxTransceiveLength() function in OHOS::NFC::NCI::NciTagProxy
319 return nciTagInterface_->GetIsoDepMaxTransceiveLength(); in GetIsoDepMaxTransceiveLength()
H A Dnci_tag_proxy.h188 uint32_t GetIsoDepMaxTransceiveLength() override;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dtag_native_impl.h70 uint32_t GetIsoDepMaxTransceiveLength();
H A Dnci_tag_impl_default.h49 uint32_t GetIsoDepMaxTransceiveLength() override;
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_tag_interface.h197 virtual uint32_t GetIsoDepMaxTransceiveLength() = 0;
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/
H A Dnci_tag_proxy_test.cpp321 int getIsoDepMaxTransceiveLength = nciTagProxy->GetIsoDepMaxTransceiveLength();