Home
last modified time | relevance | path

Searched refs:GetAuthenticatorInfoForResult (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h266 void GetAuthenticatorInfoForResult(napi_env env, const AuthenticatorInfo &info, napi_value &result);
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp428 void GetAuthenticatorInfoForResult(napi_env env, const AuthenticatorInfo &info, napi_value &result) in GetAuthenticatorInfoForResult() function
H A Dnapi_app_account.cpp1240 GetAuthenticatorInfoForResult(env, asyncContext->authenticatorInfo, result); in QueryAuthenticatorInfoInternal()