Searched refs:JsGetComponentCallBack (Results 1 - 2 of 2) sorted by relevance
/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* 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 D | image_napi.cpp | 613 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