Searched refs:GetCredentialInternal (Results 1 – 2 of 2) sorted by relevance
96 …static napi_value GetCredentialInternal(napi_env env, napi_callback_info cbinfo, bool isThrowable);
905 return GetCredentialInternal(env, cbInfo, false); in GetAccountCredential()910 return GetCredentialInternal(env, cbInfo, true); in GetCredential()913 napi_value NapiAppAccount::GetCredentialInternal(napi_env env, napi_callback_info cbInfo, bool isTh… in GetCredentialInternal() function in OHOS::AccountJsKit::NapiAppAccount