Home
last modified time | relevance | path

Searched refs:funcRef (Results 1 - 10 of 10) sorted by relevance

/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Duser_auth_napi_helper.h54 static napi_status CallVoidNapiFunc(napi_env env, napi_ref funcRef, size_t argc, const napi_value *argv);
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h90 static void CallJsFunction(napi_env env, napi_ref funcRef, napi_value *argv, size_t argc);
H A Dnapi_app_account_common.h309 bool GetNamedFunction(napi_env env, napi_value object, const std::string &name, napi_ref &funcRef);
/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h89 void NapiCallVoidFunction(napi_env env, napi_value *argv, size_t argc, napi_ref funcRef);
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_util.h58 napi_value GetReferenceValue(const napi_env env, const napi_ref funcRef);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp307 napi_value GetReferenceValue(const napi_env env, const napi_ref funcRef) in GetReferenceValue() argument
310 if (napi_get_reference_value(env, funcRef, &refValue) != napi_ok) { in GetReferenceValue()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_napi_helper.cpp402 napi_status UserAuthNapiHelper::CallVoidNapiFunc(napi_env env, napi_ref funcRef, size_t argc, const napi_value *argv) in CallVoidNapiFunc() argument
405 napi_status ret = napi_get_reference_value(env, funcRef, &funcVal); in CallVoidNapiFunc()
/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_common.cpp461 void NapiCallVoidFunction(napi_env env, napi_value *argv, size_t argc, napi_ref funcRef) in NapiCallVoidFunction() argument
467 NAPI_CALL_RETURN_VOID(env, napi_get_reference_value(env, funcRef, &func)); in NapiCallVoidFunction()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_authenticator.cpp381 napi_env env, napi_ref funcRef, napi_value *argv, size_t argc) in CallJsFunction()
387 napi_get_reference_value(env, funcRef, &function); in CallJsFunction()
380 CallJsFunction( napi_env env, napi_ref funcRef, napi_value *argv, size_t argc) CallJsFunction() argument
H A Dnapi_app_account_common.cpp1090 bool GetNamedFunction(napi_env env, napi_value object, const std::string &name, napi_ref &funcRef) in GetNamedFunction() argument
1094 return GetCallbackProperty(env, value, funcRef, 1); in GetNamedFunction()

Completed in 10 milliseconds