Searched refs:JsGetComponentCallBack (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 618 static void JsGetComponentCallBack(napi_env env, napi_status status, ImageAsyncContext* context) in JsGetComponentCallBack() 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 | 604 static void JsGetComponentCallBack(napi_env env, napi_status status, SendableImageAsyncContext* con… in JsGetComponentCallBack() function 723 …if (JsCreateWork(env, "JsGetComponent", JsGetComponentExec, JsGetComponentCallBack, context.get())… in JsGetComponent()
|