Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/mock/native/src/
H A Dparcel.cpp42 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 Dmock_parcel_test.cpp61 * @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 Drs_screen_data_test.cpp83 ASSERT_TRUE(parcel.WriteUnpadBuffer(buffer, parcel.GetMaxCapacity())); in HWTEST_F()
H A Drs_screen_capability_test.cpp81 ASSERT_TRUE(parcel.WriteUnpadBuffer(buffer, parcel.GetMaxCapacity())); in HWTEST_F()
H A Drs_screen_hdr_capability_test.cpp79 ASSERT_TRUE(parcel.WriteUnpadBuffer(buffer, parcel.GetMaxCapacity())); in HWTEST_F()
H A Drs_screen_props_test.cpp78 ASSERT_TRUE(parcel.WriteUnpadBuffer(buffer, parcel.GetMaxCapacity())); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_marshalling_helper.h92 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 Drs_mask_test.cpp373 ASSERT_TRUE(parcel.WriteUnpadBuffer(buffer, parcel.GetMaxCapacity())); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp143 bool Parcel::WriteUnpadBuffer(const void *data, size_t size) in WriteUnpadBuffer() function in OHOS::Parcel
H A Dparcel.h315 bool WriteUnpadBuffer(const void *data, size_t size);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp146 ASSERT_TRUE(parcel1.WriteUnpadBuffer(buffer, parcel1.GetMaxCapacity())); in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dmessage_parcel.cpp391 return WriteUnpadBuffer(data, size); in WriteRawData()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata.cpp825 if (!parcel.WriteUnpadBuffer(exifData.get(), size)) { in Marshalling()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp2191 return parcel.WriteUnpadBuffer(data, size); in WriteToParcel()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2017 return parcel.WriteUnpadBuffer(data, size); in WriteImageData()

Completed in 57 milliseconds