Searched refs:readableBytes (Results 1 – 1 of 1) sorted by relevance
236 int readableBytes = static_cast<int>(parcel->msgParcel->GetReadableBytes()); in OH_IPCParcel_ReadBuffer() local237 if (len <= 0 || len > readableBytes) { in OH_IPCParcel_ReadBuffer()238 … ZLOGE(LOG_LABEL, "read buf len:%{public}d invalid! ReadableBytes:%{public}d", len, readableBytes); in OH_IPCParcel_ReadBuffer()