Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp1229 bool ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strLenThreshd.data()), minNewCapacity); in BENCHMARK_F()
1236 ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strLessThreshd.data()), minNewCapacity); in BENCHMARK_F()
1242 ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strNoMaxCap.data()), minNewCapacity); in BENCHMARK_F()
1248 ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strExtThreshd.data()), minNewCapacity); in BENCHMARK_F()
1254 ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strCapThreshd.data()), minNewCapacity); in BENCHMARK_F()
1335 result = parcel.WriteUnpadBuffer(static_cast<const void *>(&pad), sizeof(struct Padded)); in BENCHMARK_F()
1344 result = parcel.WriteUnpadBuffer(static_cast<const void *>(&unpad), sizeof(struct Unpadded)); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1319 bool ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strLenThreshd.data()), minNewCapacity); in HWTEST_F()
1326 ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strLessThreshd.data()), minNewCapacity); in HWTEST_F()
1332 ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strNoMaxCap.data()), minNewCapacity); in HWTEST_F()
1338 ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strExtThreshd.data()), minNewCapacity); in HWTEST_F()
1344 ret = parcel.WriteUnpadBuffer(static_cast<const void *>(strCapThreshd.data()), minNewCapacity); in HWTEST_F()
1408 result = parcel.WriteUnpadBuffer(static_cast<const void *>(&pad), sizeof(struct Padded)); in HWTEST_F()
1415 result = parcel.WriteUnpadBuffer(static_cast<const void *>(&unpad), sizeof(struct Unpadded)); in HWTEST_F()
/commonlibrary/c_utils/base/include/
H A Dparcel.h332 bool WriteUnpadBuffer(const void *data, size_t size);
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp218 FUZZ_LOGI("WriteUnpadBuffer");
222 parcel.WriteUnpadBuffer(buffer, writtenBytes);
/commonlibrary/c_utils/base/src/
H A Dparcel.cpp442 bool Parcel::WriteUnpadBuffer(const void *data, size_t size) in WriteUnpadBuffer() function in OHOS::Parcel

Completed in 13 milliseconds