Home
last modified time | relevance | path

Searched refs:GetImageProperty (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_module_test.h32 Image_ErrorCode GetImageProperty(int32_t fd, std::string propertykey, std::string *value);
Dimage_source_test.h42 static napi_value GetImageProperty(napi_env env, napi_callback_info info);
Dimage_source_module_test.cpp60 Image_ErrorCode ImageSourceModuleTest::GetImageProperty(int32_t fd, std::string propertykey, std::s… in GetImageProperty() function in ImageSourceModuleTest
Dimage_source_native_test.cpp89 Image_ErrorCode ret = ismt.GetImageProperty(fd, propertyKey, &value); in JsGetImageProperty()
Dimage_source_test.cpp68 STATIC_FUNCTION("getImageProperty", GetImageProperty), in Init()
691 napi_value ImageSourceNDKTest::GetImageProperty(napi_env env, napi_callback_info info) __attribute… in GetImageProperty() function in OHOS::Media::ImageSourceNDKTest
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/types/libentry/
Dindex.d.ts68 export const GetImageProperty: (source: image.ImageSource,key:string) => String | number; constant
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/ohosTest/ets/test/
DImageNdk.test.ets493 const imagePropertyRes: String | number = ndkTest.GetImageProperty(imageSourceApi, key);
3123 * @tc.name : GetImageProperty
3126 * 3.GetImageProperty
3144 * @tc.name : GetImageProperty
3147 * 3.GetImageProperty
3165 * @tc.name : GetImageProperty
3186 * @tc.name : GetImageProperty
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
DImageNdk.cpp1501 static napi_value GetImageProperty(napi_env env, napi_callback_info info) { in GetImageProperty() function
2381 … {"GetImageProperty", nullptr, GetImageProperty, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()