Home
last modified time | relevance | path

Searched refs:CheckOffsets (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dparcel.h673 bool CheckOffsets();
678 * Call `CheckOffsets()` first to check whether it is valid to read an
683 * @note A null pointer will be returned if `CheckOffsets()` fails
871 if (!this->CheckOffsets()) { in ReadObject()
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp353 PARCEL_NO_INPUT_WITH_RETURN(bool, CheckOffsets),
/commonlibrary/c_utils/base/src/
H A Dparcel.cpp269 bool Parcel::CheckOffsets() in CheckOffsets() function in OHOS::Parcel
273 UTILS_LOGD("CheckOffsets Invalid obj, obj size overflow. objSize:%{public}zu, dataSize:%{public}zu", in CheckOffsets()
287 UTILS_LOGW("CheckOffsets Invalid obj: obj not found."); in CheckOffsets()
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp304 * @tc.desc: test parcel CheckOffsets, WriteRemoteObject, RewindRead and
313 bool result = parcel.CheckOffsets(); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp306 * @tc.desc: test parcel CheckOffsets, WriteRemoteObject, RewindRead and
313 bool result = parcel.CheckOffsets(); in HWTEST_F()

Completed in 12 milliseconds