Searched refs:BuildJsComponentObject (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 583 static bool BuildJsComponentObject(napi_env env, int32_t type, uint8_t* buffer, in BuildJsComponentObject() function 654 if (BuildJsComponentObject(env, context->componentType, buffer, component, &result)) { in JsGetComponentCallBack()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 569 static bool BuildJsComponentObject(napi_env env, int32_t type, uint8_t* buffer, in BuildJsComponentObject() function 640 if (BuildJsComponentObject(env, context->componentType, buffer, component, &result)) { in JsGetComponentCallBack()
|