Searched refs:BuildJsComponentObject (Results 1 - 2 of 2) sorted by relevance
/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()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 578 static bool BuildJsComponentObject(napi_env env, int32_t type, uint8_t* buffer, in BuildJsComponentObject() function 649 if (BuildJsComponentObject(env, context->componentType, buffer, component, &result)) { in JsGetComponentCallBack()
|
Completed in 3 milliseconds