Searched refs:JsGetComponentExec (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 663 static void JsGetComponentExec(napi_env env, ImageAsyncContext* context) in JsGetComponentExec() function 739 …if (JsCreateWork(env, "JsGetComponent", JsGetComponentExec, JsGetComponentCallBack, context.get())… in JsGetComponent()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 649 static void JsGetComponentExec(napi_env env, SendableImageAsyncContext* context) in JsGetComponentExec() function 723 …if (JsCreateWork(env, "JsGetComponent", JsGetComponentExec, JsGetComponentCallBack, context.get())… in JsGetComponent()
|