Searched refs:GetMaxTransceiveLength (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | itag_session.h | 144 virtual int GetMaxTransceiveLength(int technology, int &maxSize) = 0;
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | tag_session_proxy.h | 41 int GetMaxTransceiveLength(int technology, int &maxSize) override;
|
H A D | basic_tag_session.cpp | 155 return tagSession->GetMaxTransceiveLength(static_cast<int>(tagTechnology_), maxSize); in GetMaxSendCommandLength()
|
H A D | tag_session_proxy.cpp | 146 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 D | tag_session.h | 171 int GetMaxTransceiveLength(int technology, int &maxSize) override;
|
H A D | tag_session.cpp | 258 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 D | tag_session_stub.cpp | 328 int statusCode = GetMaxTransceiveLength(tech, maxSize); in HandleGetMaxTransceiveLength()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/ |
H A D | tag_session_test.cpp | 107 int result = tagSession->GetMaxTransceiveLength(technology, maxSize); 122 int result = tagSession->GetMaxTransceiveLength(technology, maxSize); 137 int result = tagSession->GetMaxTransceiveLength(technology, maxSize);
|