Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/include/
H A Dparcel.h535 const uint8_t *ReadUnpadBuffer(size_t length);
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp325 FUZZ_LOGI("ReadUnpadBuffer");
327 parcel.ReadUnpadBuffer(bufferSize);
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp1339 reinterpret_cast<const struct Padded *>(parcel.ReadUnpadBuffer(sizeof(struct Padded))); in BENCHMARK_F()
1348 reinterpret_cast<const struct Unpadded *>(parcel.ReadUnpadBuffer(sizeof(struct Unpadded))); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1411 reinterpret_cast<const struct Padded *>(parcel.ReadUnpadBuffer(sizeof(struct Padded))); in HWTEST_F()
1418 reinterpret_cast<const struct Unpadded *>(parcel.ReadUnpadBuffer(sizeof(struct Unpadded))); in HWTEST_F()
/commonlibrary/c_utils/base/src/
H A Dparcel.cpp855 const uint8_t *Parcel::ReadUnpadBuffer(size_t length) in ReadUnpadBuffer() function in OHOS::Parcel

Completed in 13 milliseconds