Home
last modified time | relevance | path

Searched refs:VerifyCredential (Results 1 – 25 of 35) sorted by relevance

12

/base/account/os_account/test/fuzztest/appaccount/verifycredential_fuzzer/
Dverifycredential_fuzzer.cpp59 result = AppAccountManager::VerifyCredential(testName, testOwner, options, callback); in VerifyCredentialFuzzTest()
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_authenticator_stub.h29 ErrCode VerifyCredential(
Dmock_app_account_authenticator_stub.cpp37 ErrCode MockAppAccountAuthenticator::VerifyCredential( in VerifyCredential() function in OHOS::AccountSA::MockAppAccountAuthenticator
Dmock_app_account_stub.h91 ErrCode VerifyCredential(const std::string &name, const std::string &owner,
Dmock_app_account_stub.cpp341 ErrCode MockAppAccountStub::VerifyCredential(const std::string &name, const std::string &owner, in VerifyCredential() function in OHOS::AccountSA::MockAppAccountStub
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_authenticate_test.cpp56 ErrCode VerifyCredential(
84 ErrCode MockAppAccountAuthenticator::VerifyCredential( in VerifyCredential() function in MockAppAccountAuthenticator
294 ErrCode result = authenticateProxyPtr_->VerifyCredential(STRING_NAME, options, callback);
301 result = authenticateProxyPtr_->VerifyCredential(STRING_NAME, options, callback);
/base/account/os_account/frameworks/appaccount/native/include/
Diapp_account_authenticator.h34 virtual ErrCode VerifyCredential(
Dapp_account.h95 ErrCode VerifyCredential(const std::string &name, const std::string &owner,
Diapp_account.h94 virtual ErrCode VerifyCredential(const std::string &name, const std::string &owner,
Dapp_account_proxy.h93 ErrCode VerifyCredential(const std::string &name, const std::string &owner,
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_authenticator_proxy.h34 ErrCode VerifyCredential(
Dapp_account_authenticator_session_manager.h53 ErrCode VerifyCredential(const AuthenticatorSessionRequest &request);
Dinner_app_account_manager.h93 ErrCode VerifyCredential(const AuthenticatorSessionRequest &request);
Dapp_account_manager_service.h95 ErrCode VerifyCredential(const std::string &name, const std::string &owner,
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_authenticator.h74 ErrCode VerifyCredential(
Dnapi_app_account.h59 static napi_value VerifyCredential(napi_env env, napi_callback_info cbInfo);
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp1962 …ErrCode result = AppAccountManager::VerifyCredential(STRING_OUT_OF_RANGE, STRING_OWNER, options, n…
1964 result = AppAccountManager::VerifyCredential(STRING_EMPTY, STRING_OWNER, options, nullptr);
1967 … result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OUT_OF_RANGE, options, nullptr);
1969 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_EMPTY, options, nullptr);
1972 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OWNER, options, nullptr);
1977 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OWNER, options, callback);
1985 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OWNER, options, callback);
1988 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OWNER, options, callback);
1996 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OWNER, options, callback);
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp233 ErrCode AppAccountManager::VerifyCredential(const std::string &name, const std::string &owner, in VerifyCredential() function in OHOS::AccountSA::AppAccountManager
236 …return DelayedSingleton<AppAccount>::GetInstance()->VerifyCredential(name, owner, options, callbac… in VerifyCredential()
Dapp_account_authenticator_stub.cpp172 result = VerifyCredential(name, *options, callback); in ProcVerifyCredential()
Dapp_account.cpp426 ErrCode AppAccount::VerifyCredential(const std::string &name, const std::string &owner, in VerifyCredential() function in OHOS::AccountSA::AppAccount
439 return appAccountProxy_->VerifyCredential(name, owner, options, callback->AsObject()); in VerifyCredential()
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h91 static ErrCode VerifyCredential(const std::string &name, const std::string &owner,
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_proxy.cpp158 ErrCode AppAccountAuthenticatorProxy::VerifyCredential( in VerifyCredential() function in OHOS::AccountSA::AppAccountAuthenticatorProxy
Dinner_app_account_manager.cpp499 ErrCode InnerAppAccountManager::VerifyCredential(const AuthenticatorSessionRequest &request) in VerifyCredential() function in OHOS::AccountSA::InnerAppAccountManager
505 return sessionManagerPtr_->VerifyCredential(request); in VerifyCredential()
Dapp_account_authenticator_session_manager.cpp109 ErrCode AppAccountAuthenticatorSessionManager::VerifyCredential(const AuthenticatorSessionRequest &… in VerifyCredential() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
Dapp_account_authenticator_session.cpp211 resultCode = authenticatorProxy_->VerifyCredential( in OnAbilityConnectDone()

12