Searched refs:WriteUnpadBuffer (Results 1 - 5 of 5) sorted by relevance
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/ |
H A D | parcel_benchmark_test.cpp | 1229 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 D | utils_parcel_test.cpp | 1319 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 D | parcel.h | 332 bool WriteUnpadBuffer(const void *data, size_t size);
|
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/ |
H A D | parcel_fuzzer.cpp | 218 FUZZ_LOGI("WriteUnpadBuffer"); 222 parcel.WriteUnpadBuffer(buffer, writtenBytes);
|
/commonlibrary/c_utils/base/src/ |
H A D | parcel.cpp | 442 bool Parcel::WriteUnpadBuffer(const void *data, size_t size) in WriteUnpadBuffer() function in OHOS::Parcel
|
Completed in 12 milliseconds