Home
last modified time | relevance | path

Searched refs:isValidate (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/include/
H A Dparcel.h522 const uint8_t *ReadBuffer(size_t length, bool isValidate);
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp661 const uint8_t *Parcel::ReadBuffer(size_t length, bool isValidate) in ReadBuffer() argument
667 if (isValidate && !ValidateReadData(upperBound)) { in ReadBuffer()