Home
last modified time | relevance | path

Searched refs:WriteImageData (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/
H A Dfms_form_js_info_base_test.cpp265 auto result = formJsInfo.WriteImageData(parcel);
281 auto result = formJsInfo.WriteImageData(parcel);
297 auto result = formJsInfo.WriteImageData(parcel);
319 auto result = formJsInfo.WriteImageData(parcel);
341 auto result = formJsInfo.WriteImageData(parcel);
362 auto result = formJsInfo.WriteImageData(parcel);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/
H A Dfms_form_js_info_test.cpp173 auto result = formJsInfo.WriteImageData(parcel);
195 auto result = formJsInfo.WriteImageData(parcel);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_js_info.cpp139 if (!WriteImageData(parcel)) { in WriteObjects()
149 bool FormJsInfo::WriteImageData(Parcel &parcel) const in WriteImageData() function in OHOS::AppExecFwk::FormJsInfo
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formjsinfo_fuzzer/
H A Dformjsinfo_fuzzer.cpp42 return formJsInfo.WriteImageData(parcel); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_js_info.h58 bool WriteImageData(Parcel &parcel) const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp322 bool PixelMap::WriteImageData(Parcel &parcel, size_t size) const in WriteImageData() function in OHOS::Media::PixelMap
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h259 bool WriteImageData(Parcel &parcel, size_t size) const;
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h477 bool WriteImageData(Parcel &parcel, size_t size) const;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2006 bool PixelMap::WriteImageData(Parcel &parcel, size_t size) const in WriteImageData() function in OHOS::Media::PixelMap
2246 if (!WriteImageData(parcel, bufferSize)) { in WriteMemInfoToParcel()
2252 if (!WriteImageData(parcel, bufferSize)) { in WriteMemInfoToParcel()