Home
last modified time | relevance | path

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

12

/ohos5.0/base/account/os_account/test/fuzztest/appaccount/verifycredential_fuzzer/
H A Dverifycredential_fuzzer.cpp61 result = AppAccountManager::VerifyCredential(testName, testOwner, options, callback); in VerifyCredentialFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_authenticator_stub.h29 ErrCode VerifyCredential(
H A Dmock_app_account_authenticator_stub.cpp37 ErrCode MockAppAccountAuthenticator::VerifyCredential( in VerifyCredential() function in OHOS::AccountSA::MockAppAccountAuthenticator
H A Dmock_app_account_stub.h91 ErrCode VerifyCredential(const std::string &name, const std::string &owner,
H A Dmock_app_account_stub.cpp342 ErrCode MockAppAccountStub::VerifyCredential(const std::string &name, const std::string &owner, in VerifyCredential() function in OHOS::AccountSA::MockAppAccountStub
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Diapp_account_authenticator.h35 virtual ErrCode VerifyCredential(
H A Diapp_account.h95 virtual ErrCode VerifyCredential(const std::string &name, const std::string &owner,
H A Dapp_account.h96 ErrCode VerifyCredential(const std::string &name, const std::string &owner,
H A Dapp_account_proxy.h92 ErrCode VerifyCredential(const std::string &name, const std::string &owner,
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_proxy.h34 ErrCode VerifyCredential(
H A Dapp_account_authenticator_session_manager.h51 ErrCode VerifyCredential(const AuthenticatorSessionRequest &request);
H A Dinner_app_account_manager.h95 ErrCode VerifyCredential(const AuthenticatorSessionRequest &request);
H A Dapp_account_manager_service.h95 ErrCode VerifyCredential(const std::string &name, const std::string &owner,
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp1874 …ErrCode result = AppAccountManager::VerifyCredential(STRING_OUT_OF_RANGE, STRING_OWNER, options, n…
1876 result = AppAccountManager::VerifyCredential(STRING_EMPTY, STRING_OWNER, options, nullptr);
1879 … result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OUT_OF_RANGE, options, nullptr);
1881 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_EMPTY, options, nullptr);
1884 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OWNER, options, nullptr);
1889 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OWNER, options, callback);
1897 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OWNER, options, callback);
1900 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OWNER, options, callback);
1908 result = AppAccountManager::VerifyCredential(STRING_NAME, STRING_OWNER, options, callback);
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticate_test.cpp57 ErrCode VerifyCredential(
85 ErrCode MockAppAccountAuthenticator::VerifyCredential( in VerifyCredential() function in MockAppAccountAuthenticator
305 ErrCode result = authenticateProxyPtr_->VerifyCredential(STRING_NAME, options, callback);
312 result = authenticateProxyPtr_->VerifyCredential(STRING_NAME, options, callback);
H A Dapp_account_manager_service_module_not_mock_test.cpp221 result = g_accountManagerService->VerifyCredential(STRING_NAME, OWNER, options, nullptr);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_manager.cpp232 ErrCode AppAccountManager::VerifyCredential(const std::string &name, const std::string &owner, in VerifyCredential() function in OHOS::AccountSA::AppAccountManager
235 return AppAccount::GetInstance().VerifyCredential(name, owner, options, callback); in VerifyCredential()
H A Dapp_account_authenticator_stub.cpp151 result = VerifyCredential(name, *options, callback); in ProcVerifyCredential()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h75 ErrCode VerifyCredential(
H A Dnapi_app_account.h59 static napi_value VerifyCredential(napi_env env, napi_callback_info cbInfo);
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dinner_app_account_manager.cpp315 ErrCode InnerAppAccountManager::VerifyCredential(const AuthenticatorSessionRequest &request) in VerifyCredential() function in OHOS::AccountSA::InnerAppAccountManager
317 return sessionManager_.VerifyCredential(request); in VerifyCredential()
H A Dapp_account_authenticator_proxy.cpp158 ErrCode AppAccountAuthenticatorProxy::VerifyCredential( in VerifyCredential() function in OHOS::AccountSA::AppAccountAuthenticatorProxy
H A Dapp_account_authenticator_session_manager.cpp109 ErrCode AppAccountAuthenticatorSessionManager::VerifyCredential(const AuthenticatorSessionRequest &… in VerifyCredential() function in OHOS::AccountSA::AppAccountAuthenticatorSessionManager
H A Dapp_account_authenticator_session.cpp205 resultCode = authenticatorProxy_->VerifyCredential( in OnAbilityConnectDone()
/ohos5.0/base/account/os_account/interfaces/innerkits/appaccount/native/include/
H A Dapp_account_manager.h484 static ErrCode VerifyCredential(const std::string &name, const std::string &owner,

12