Home
last modified time | relevance | path

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

/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* context) in JsGetComponentCallBack() function
723 if (JsCreateWork(env, "JsGetComponent", JsGetComponentExec, JsGetComponentCallBack, context.get())) { in JsGetComponent()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_napi.cpp613 static void JsGetComponentCallBack(napi_env env, napi_status status, ImageAsyncContext* context) in JsGetComponentCallBack() function
734 if (JsCreateWork(env, "JsGetComponent", JsGetComponentExec, JsGetComponentCallBack, context.get())) { in JsGetComponent()

Completed in 3 milliseconds