Home
last modified time | relevance | path

Searched refs:JsGetComponentCallBack (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_napi.cpp618 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 Dsendable_image_napi.cpp604 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()