Home
last modified time | relevance | path

Searched refs:Authenticate (Results 1 – 25 of 49) sorted by relevance

12

/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_authenticate_test.cpp53 ErrCode Authenticate(
76 ErrCode MockAppAccountAuthenticator::Authenticate( in Authenticate() function in MockAppAccountAuthenticator
265 ErrCode result = authenticateProxyPtr_->Authenticate(
270 result = authenticateProxyPtr_->Authenticate(
278 result = authenticateProxyPtr_->Authenticate(
/base/account/os_account/test/fuzztest/appaccount/authenticate_fuzzer/
Dauthenticate_fuzzer.cpp60 … result = AppAccountManager::Authenticate(testName, testOwner, testAuthType, options, callback); in AuthenticateFuzzTest()
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_app_account_authenticator_stub.h27 …ErrCode Authenticate(const std::string &name, const std::string &authType, const std::string &call…
Dmock_app_account_authenticator_stub.cpp29 ErrCode MockAppAccountAuthenticator::Authenticate( in Authenticate() function in OHOS::AccountSA::MockAppAccountAuthenticator
/base/account/os_account/frameworks/appaccount/native/include/
Diapp_account_authenticator.h31 virtual ErrCode Authenticate(
/base/useriam/pin_auth/test/unittest/mocks/
Dmock_iexecutor.h38 …MOCK_METHOD4(Authenticate, int32_t(uint64_t scheduleId, uint64_t templateId, const std::vector<uin…
/base/useriam/user_auth_framework/common/executors/include/public/
Diauth_executor_hdi.h41 …virtual ResultCode Authenticate(uint64_t scheduleId, uint32_t tokenId, const std::vector<uint64_t>…
/base/useriam/face_auth/test/unittest/mock/
Dmock_iexecutor.h42 …MOCK_METHOD4(Authenticate, int32_t(uint64_t scheduleId, const std::vector<uint64_t> &templateIdLis…
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_authenticator_proxy.h31 ErrCode Authenticate(
Dapp_account_authenticator_session_manager.h49 ErrCode Authenticate(const AuthenticatorSessionRequest &request);
Dinner_app_account_manager.h69 ErrCode Authenticate(const AuthenticatorSessionRequest &request);
/base/useriam/user_auth_framework/test/unittest/executors/mock/
Dmock_iauth_executor_hdi.h40 MOCK_METHOD5(Authenticate,
/base/useriam/user_auth_framework/common/executors/src/async_command/
Dauth_command.cpp56 …ResultCode ret = hdi->Authenticate(scheduleId_, tokenId, templateIdList, extraInfo, shared_from_th… in SendRequest()
/base/useriam/face_auth/test/unittest/
Dface_auth_executor_hdi_unit_test.cpp348 EXPECT_CALL(*executorProxy, Authenticate(_, _, _, _))
356 …auto ret = executorHdi.Authenticate(0, 0, std::vector<uint64_t>(), std::vector<uint8_t>(), execute…
365 EXPECT_CALL(*executorProxy, Authenticate(_, _, _, _)).Times(Exactly(0));
367 …auto ret = executorHdi.Authenticate(0, 0, std::vector<uint64_t>(), std::vector<uint8_t>(), nullptr…
376 …auto ret = executorHdi.Authenticate(0, 0, std::vector<uint64_t>(), std::vector<uint8_t>(), execute…
/base/useriam/pin_auth/services/modules/executors/inc/
Dpin_auth_executor_hdi.h44 UserAuth::ResultCode Authenticate(uint64_t scheduleId, uint32_t tokenId,
/base/useriam/pin_auth/test/unittest/src/
Dpin_auth_executor_hdi_unit_test.cpp372 …EXPECT_CALL(*executorProxy, Authenticate(_, _, _, _)).Times(Exactly(1)).WillOnce([&pair](uint64_t …
380 …auto ret = executorHdi->Authenticate(0, 0, templateIdList, std::vector<uint8_t>(), executeCallback…
390 …auto ret = executorHdi->Authenticate(0, 0, std::vector<uint64_t>(), std::vector<uint8_t>(), nullpt…
399 …auto ret = executorHdi->Authenticate(0, 0, std::vector<uint64_t>(), std::vector<uint8_t>(), execut…
/base/useriam/face_auth/services/inc/
Dface_auth_executor_hdi.h48 UserIam::UserAuth::ResultCode Authenticate(uint64_t scheduleId, uint32_t tokenId,
/base/useriam/face_auth/test/fuzztest/faceauthexecutorhdi_fuzzer/
Dface_auth_executor_hdi_fuzzer.cpp88 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate() function in OHOS::UserIam::FaceAuth::__anon715610270111::DummyExecutorProxy
270 g_hdi.Authenticate(scheduleId, tokenId, templateIdList, extraInfo, callbackObj); in FuzzAuthenticate()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_authenticator.h66 ErrCode Authenticate(
/base/useriam/pin_auth/services/modules/executors/src/
Dpin_auth_executor_hdi.cpp143 IamResultCode PinAuthExecutorHdi::Authenticate(uint64_t scheduleId, uint32_t tokenId, in Authenticate() function in OHOS::UserIam::PinAuth::PinAuthExecutorHdi
165 … int32_t status = executorProxy_->Authenticate(scheduleId, templateIdList[0], extraInfo, callback); in Authenticate()
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp474 ErrCode result = AppAccountManager::Authenticate(
478 result = AppAccountManager::Authenticate(
481 result = AppAccountManager::Authenticate(
485 result = AppAccountManager::Authenticate(
488 result = AppAccountManager::Authenticate(
492 result = AppAccountManager::Authenticate(
497 result = AppAccountManager::Authenticate(
501 result = AppAccountManager::Authenticate(
519 …ErrCode result = AppAccountManager::Authenticate(STRING_NAME, STRING_OWNER, STRING_AUTH_TYPE, opti…
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_manager.cpp109 ErrCode AppAccountManager::Authenticate(const std::string &name, const std::string &owner, in Authenticate() function in OHOS::AccountSA::AppAccountManager
112 …return DelayedSingleton<AppAccount>::GetInstance()->Authenticate(name, owner, authType, options, c… in Authenticate()
/base/useriam/face_auth/services/src/
Dface_auth_executor_hdi.cpp114 IamResultCode FaceAuthExecutorHdi::Authenticate(uint64_t scheduleId, uint32_t tokenId, in Authenticate() function in OHOS::UserIam::FaceAuth::FaceAuthExecutorHdi
122 int32_t status = executorProxy_->Authenticate(scheduleId, templateIdList, extraInfo, callback); in Authenticate()
/base/account/os_account/interfaces/innerkits/appaccount/native/include/
Dapp_account_manager.h55 …static ErrCode Authenticate(const std::string &name, const std::string &owner, const std::string &…
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_proxy.cpp64 ErrCode AppAccountAuthenticatorProxy::Authenticate(const std::string &name, const std::string &auth… in Authenticate() function in OHOS::AccountSA::AppAccountAuthenticatorProxy

12