Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Dparcel.cpp171 // ValidateReadData only works in basic type read. It doesn't work when read remote object.
173 bool Parcel::ValidateReadData([[maybe_unused]]size_t upperBound) in ValidateReadData() function in OHOS::Parcel
673 if (isValidate && !ValidateReadData(upperBound)) { in ReadBuffer()
782 if (!ValidateReadData(upperBound)) { in Read()
827 if (!ValidateReadData(upperBound)) { in ReadBuffer()
844 if (!ValidateReadData(upperBound)) { in BasicReadBuffer()
861 if (!ValidateReadData(upperBound)) { in ReadUnpadBuffer()
/commonlibrary/c_utils/base/include/
H A Dparcel.h839 bool ValidateReadData(size_t upperBound);

Completed in 4 milliseconds