Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Ditag_session.h144 virtual int GetMaxTransceiveLength(int technology, int &maxSize) = 0;
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dtag_session_proxy.h41 int GetMaxTransceiveLength(int technology, int &maxSize) override;
H A Dbasic_tag_session.cpp155 return tagSession->GetMaxTransceiveLength(static_cast<int>(tagTechnology_), maxSize); in GetMaxSendCommandLength()
H A Dtag_session_proxy.cpp146 int TagSessionProxy::GetMaxTransceiveLength(int technology, int &maxSize) in GetMaxTransceiveLength() function in OHOS::NFC::TAG::TagSessionProxy
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.h171 int GetMaxTransceiveLength(int technology, int &maxSize) override;
H A Dtag_session.cpp258 GetMaxTransceiveLength(nciTagProxy_.lock()->GetConnectedTech(tagRfDiscId), maxSize); in SendRawFrame()
378 int TagSession::GetMaxTransceiveLength(int technology, int &maxSize) in GetMaxTransceiveLength() function in OHOS::NFC::TAG::TagSession
H A Dtag_session_stub.cpp328 int statusCode = GetMaxTransceiveLength(tech, maxSize); in HandleGetMaxTransceiveLength()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp107 int result = tagSession->GetMaxTransceiveLength(technology, maxSize);
122 int result = tagSession->GetMaxTransceiveLength(technology, maxSize);
137 int result = tagSession->GetMaxTransceiveLength(technology, maxSize);