Home
last modified time | relevance | path

Searched refs:MAX_PAYLOAD_SIZE (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.h91 static const long int MAX_PAYLOAD_SIZE = 10 * (1 << 20); // 10MB member in OHOS::NFC::KITS::final
H A Dndef_message.cpp284 if (layout.payloadLength > MAX_PAYLOAD_SIZE) { in IsRecordLayoutLengthInvalid()
459 if (NfcSdkCommon::GetHexStrBytesLen(payload) > MAX_PAYLOAD_SIZE) { in ParseRecord()
460 ErrorLog("ParseRecord, payload > MAX_PAYLOAD_SIZE"); in ParseRecord()

Completed in 2 milliseconds