Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/
Dfms_form_js_info_base_test.cpp382 formJsInfo.ReadImageData(parcel);
405 formJsInfo.ReadImageData(parcel);
429 formJsInfo.ReadImageData(parcel);
449 formJsInfo.ReadImageData(parcel);
469 formJsInfo.ReadImageData(parcel);
/foundation/ability/form_fwk/test/fuzztest/formjsinfo_fuzzer/
Dformjsinfo_fuzzer.cpp40 formJsInfo.ReadImageData(parcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/inner_api/include/
Dform_js_info.h57 void ReadImageData(Parcel &parcel);
/foundation/ability/form_fwk/interfaces/inner_api/src/
Dform_js_info.cpp53 ReadImageData(parcel); in ReadFromParcel()
178 void FormJsInfo::ReadImageData(Parcel &parcel) in ReadImageData() function in OHOS::AppExecFwk::FormJsInfo
/foundation/ability/form_fwk/test/fuzztest/formhostcaller_fuzzer/
Dformhostcaller_fuzzer.cpp44 formJsInfo.ReadImageData(parcel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/
Dfms_form_js_info_test.cpp213 formJsInfo.ReadImageData(parcel);
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
Dpixel_map.h260 static uint8_t *ReadImageData(Parcel &parcel, int32_t size);
/foundation/multimedia/image_framework/interfaces/innerkits/include/
Dpixel_map.h331 static uint8_t *ReadImageData(Parcel &parcel, int32_t size);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
Dpixel_map.cpp1587 uint8_t *PixelMap::ReadImageData(Parcel &parcel, int32_t bufferSize) in ReadImageData() function in OHOS::Media::PixelMap
1968 base = ReadImageData(parcel, bufferSize); in Unmarshalling()
1977 base = ReadImageData(parcel, bufferSize); in Unmarshalling()