Searched refs:GetNamedFunction (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account_authenticator.cpp | 583 napi_status NapiAppAccountAuthenticator::GetNamedFunction( in GetNamedFunction() function in OHOS::AccountJsKit::NapiAppAccountAuthenticator 597 GetNamedFunction(env, thisVar, "addAccountImplicitly", &jsAuthenticator.addAccountImplicitly); in JsConstructor() 598 GetNamedFunction(env, thisVar, "authenticate", &jsAuthenticator.authenticate); in JsConstructor() 599 GetNamedFunction(env, thisVar, "verifyCredential", &jsAuthenticator.verifyCredential); in JsConstructor() 600 GetNamedFunction(env, thisVar, "checkAccountLabels", &jsAuthenticator.checkAccountLabels); in JsConstructor() 601 GetNamedFunction(env, thisVar, "isAccountRemovable", &jsAuthenticator.isAccountRemovable); in JsConstructor() 602 GetNamedFunction(env, thisVar, "checkAccountRemovable", &jsAuthenticator.isAccountRemovable); in JsConstructor() 603 GetNamedFunction(env, thisVar, "setProperties", &jsAuthenticator.setProperties); in JsConstructor() 604 …GetNamedFunction(env, thisVar, "createAccountImplicitly", &jsAuthenticator.createAccountImplicitly… in JsConstructor() 605 GetNamedFunction(env, thisVar, "auth", &jsAuthenticator.auth); in JsConstructor()
|
H A D | napi_app_account_common.cpp | 1090 bool GetNamedFunction(napi_env env, napi_value object, const std::string &name, napi_ref &funcRef) in GetNamedFunction() function 1115 if (!GetNamedFunction(env, object, "onRequestContinued", callback.onRequestContinued)) { in ParseJSAuthCallback() 1121 return GetNamedFunction(env, object, "onResult", callback.onResult) || in ParseJSAuthCallback() 1122 GetNamedFunction(env, object, "onRequestRedirected", callback.onRequestRedirected); in ParseJSAuthCallback()
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_authenticator.h | 89 …static napi_status GetNamedFunction(napi_env env, napi_value value, const std::string &name, napi_…
|
H A D | napi_app_account_common.h | 309 bool GetNamedFunction(napi_env env, napi_value object, const std::string &name, napi_ref &funcRef);
|