Searched refs:JsGetComponent (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/ |
H A D | image_napi.h | 45 static napi_value JsGetComponent(napi_env env, napi_callback_info info);
|
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/ |
H A D | sendable_image_napi.h | 44 static napi_value JsGetComponent(napi_env env, napi_callback_info info);
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 79 DECLARE_NAPI_FUNCTION("getComponent", JsGetComponent),
in Init() 700 napi_value SendableImageNapi::JsGetComponent(napi_env env, napi_callback_info info)
in JsGetComponent() function in OHOS::Media::SendableImageNapi 723 if (JsCreateWork(env, "JsGetComponent", JsGetComponentExec, JsGetComponentCallBack, context.get())) {
in JsGetComponent()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 80 DECLARE_NAPI_FUNCTION("getComponent", JsGetComponent), in Init() 711 napi_value ImageNapi::JsGetComponent(napi_env env, napi_callback_info info) in JsGetComponent() function in OHOS::Media::ImageNapi 734 if (JsCreateWork(env, "JsGetComponent", JsGetComponentExec, JsGetComponentCallBack, context.get())) { in JsGetComponent()
|
Completed in 4 milliseconds