Searched refs:WriteUnpadBuffer (Results 1 - 15 of 15) sorted by relevance
/foundation/multimedia/image_framework/mock/native/src/ |
H A D | parcel.cpp | 42 bool Parcel::WriteUnpadBuffer(const void *data, size_t size) in WriteUnpadBuffer() function in OHOS::Parcel
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | mock_parcel_test.cpp | 61 * @tc.desc: test WriteUnpadBuffer
70 bool wub = parcel.WriteUnpadBuffer(data, size);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/screen_manager/ |
H A D | rs_screen_data_test.cpp | 83 ASSERT_TRUE(parcel.WriteUnpadBuffer(buffer, parcel.GetMaxCapacity())); in HWTEST_F()
|
H A D | rs_screen_capability_test.cpp | 81 ASSERT_TRUE(parcel.WriteUnpadBuffer(buffer, parcel.GetMaxCapacity())); in HWTEST_F()
|
H A D | rs_screen_hdr_capability_test.cpp | 79 ASSERT_TRUE(parcel.WriteUnpadBuffer(buffer, parcel.GetMaxCapacity())); in HWTEST_F()
|
H A D | rs_screen_props_test.cpp | 78 ASSERT_TRUE(parcel.WriteUnpadBuffer(buffer, parcel.GetMaxCapacity())); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_marshalling_helper.h | 92 return parcel.WriteUnpadBuffer(&val, sizeof(T)); in Marshalling() 122 return parcel.WriteUnpadBuffer(val, count * sizeof(T)); in MarshallingArray()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_mask_test.cpp | 373 ASSERT_TRUE(parcel.WriteUnpadBuffer(buffer, parcel.GetMaxCapacity())); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | parcel.cpp | 143 bool Parcel::WriteUnpadBuffer(const void *data, size_t size) in WriteUnpadBuffer() function in OHOS::Parcel
|
H A D | parcel.h | 315 bool WriteUnpadBuffer(const void *data, size_t size);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/ |
H A D | rs_render_modifier_test.cpp | 146 ASSERT_TRUE(parcel1.WriteUnpadBuffer(buffer, parcel1.GetMaxCapacity())); in HWTEST_F()
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | message_parcel.cpp | 391 return WriteUnpadBuffer(data, size); in WriteRawData()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | exif_metadata.cpp | 825 if (!parcel.WriteUnpadBuffer(exifData.get(), size)) { in Marshalling()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 2191 return parcel.WriteUnpadBuffer(data, size); in WriteToParcel()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 2017 return parcel.WriteUnpadBuffer(data, size); in WriteImageData()
|
Completed in 57 milliseconds