Home
last modified time | relevance | path

Searched refs:JsCreate (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_napi.cpp61 napi_value JsCreate(napi_env env, napi_callback_info info) in JsCreate() function
113 DECLARE_NAPI_FUNCTION("create", JsCreate), in Init()
H A Dqrcode_napi.h23 napi_value JsCreate(napi_env env, napi_callback_info info);
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_napi.h23 napi_value JsCreate(napi_env env, napi_callback_info info);
H A Dmovingphoto_napi.cpp59 napi_value JsCreate(napi_env env, napi_callback_info info) in JsCreate() function
256 DECLARE_NAPI_FUNCTION("create", JsCreate), in InitView()
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_task.h28 static napi_value JsCreate(napi_env env, napi_callback_info info);
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_module.cpp114 DECLARE_NAPI_METHOD("create", JsTask::JsCreate), in InitAgent()
H A Djs_task.cpp117 napi_value JsTask::JsCreate(napi_env env, napi_callback_info info) in JsCreate() function in OHOS::Request::JsTask