Searched refs:ModifyImageProperty (Results 1 – 8 of 8) sorted by relevance
| /test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
| D | image_source_module_test.h | 33 Image_ErrorCode ModifyImageProperty(int32_t fd, std::string propertyKey,
|
| D | image_source_test.h | 43 static napi_value ModifyImageProperty(napi_env env, napi_callback_info info);
|
| D | image_source_module_test.cpp | 89 Image_ErrorCode ImageSourceModuleTest::ModifyImageProperty(int32_t fd, std::string propertyKey, in ModifyImageProperty() function in ImageSourceModuleTest
|
| D | image_source_native_test.cpp | 120 Image_ErrorCode ret = ismt.ModifyImageProperty(fd, propertyKey, propertyValue, &value); in JsModifyImageProperty()
|
| D | image_source_test.cpp | 69 STATIC_FUNCTION("modifyImageProperty", ModifyImageProperty), in Init() 727 napi_value ImageSourceNDKTest::ModifyImageProperty(napi_env env, napi_callback_info info) in ModifyImageProperty() function in OHOS::Media::ImageSourceNDKTest
|
| /test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/types/libentry/ |
| D | index.d.ts | 69 export const ModifyImageProperty: (source: image.ImageSource,key: string, value: string)=> Number; constant
|
| /test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
| D | ImageNdk.cpp | 1538 static napi_value ModifyImageProperty(napi_env env, napi_callback_info info) { in ModifyImageProperty() function 2382 …{"ModifyImageProperty", nullptr, ModifyImageProperty, nullptr, nullptr, nullptr, napi_default, nul… in Init()
|
| /test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/ohosTest/ets/test/ |
| D | ImageNdk.test.ets | 510 …let propertyModifyRes: Number = ndkTest.ModifyImageProperty(imageSourceApi, image.PropertyKey.ORIE… 529 …let propertyModifyRes: Number = ndkTest.ModifyImageProperty(imageSourceApi, image.PropertyKey.ORIE… 3168 * 3.ModifyImageProperty 3189 * 3.ModifyImageProperty
|