/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_authenticate_test.cpp | 53 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/ |
D | authenticate_fuzzer.cpp | 60 … result = AppAccountManager::Authenticate(testName, testOwner, testAuthType, options, callback); in AuthenticateFuzzTest()
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
D | mock_app_account_authenticator_stub.h | 27 …ErrCode Authenticate(const std::string &name, const std::string &authType, const std::string &call…
|
D | mock_app_account_authenticator_stub.cpp | 29 ErrCode MockAppAccountAuthenticator::Authenticate( in Authenticate() function in OHOS::AccountSA::MockAppAccountAuthenticator
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | iapp_account_authenticator.h | 31 virtual ErrCode Authenticate(
|
/base/useriam/pin_auth/test/unittest/mocks/ |
D | mock_iexecutor.h | 38 …MOCK_METHOD4(Authenticate, int32_t(uint64_t scheduleId, uint64_t templateId, const std::vector<uin…
|
/base/useriam/user_auth_framework/common/executors/include/public/ |
D | iauth_executor_hdi.h | 41 …virtual ResultCode Authenticate(uint64_t scheduleId, uint32_t tokenId, const std::vector<uint64_t>…
|
/base/useriam/face_auth/test/unittest/mock/ |
D | mock_iexecutor.h | 42 …MOCK_METHOD4(Authenticate, int32_t(uint64_t scheduleId, const std::vector<uint64_t> &templateIdLis…
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
D | app_account_authenticator_proxy.h | 31 ErrCode Authenticate(
|
D | app_account_authenticator_session_manager.h | 49 ErrCode Authenticate(const AuthenticatorSessionRequest &request);
|
D | inner_app_account_manager.h | 69 ErrCode Authenticate(const AuthenticatorSessionRequest &request);
|
/base/useriam/user_auth_framework/test/unittest/executors/mock/ |
D | mock_iauth_executor_hdi.h | 40 MOCK_METHOD5(Authenticate,
|
/base/useriam/user_auth_framework/common/executors/src/async_command/ |
D | auth_command.cpp | 56 …ResultCode ret = hdi->Authenticate(scheduleId_, tokenId, templateIdList, extraInfo, shared_from_th… in SendRequest()
|
/base/useriam/face_auth/test/unittest/ |
D | face_auth_executor_hdi_unit_test.cpp | 348 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/ |
D | pin_auth_executor_hdi.h | 44 UserAuth::ResultCode Authenticate(uint64_t scheduleId, uint32_t tokenId,
|
/base/useriam/pin_auth/test/unittest/src/ |
D | pin_auth_executor_hdi_unit_test.cpp | 372 …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/ |
D | face_auth_executor_hdi.h | 48 UserIam::UserAuth::ResultCode Authenticate(uint64_t scheduleId, uint32_t tokenId,
|
/base/useriam/face_auth/test/fuzztest/faceauthexecutorhdi_fuzzer/ |
D | face_auth_executor_hdi_fuzzer.cpp | 88 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/ |
D | napi_app_account_authenticator.h | 66 ErrCode Authenticate(
|
/base/useriam/pin_auth/services/modules/executors/src/ |
D | pin_auth_executor_hdi.cpp | 143 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/ |
D | app_account_manager_test.cpp | 474 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/ |
D | app_account_manager.cpp | 109 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/ |
D | face_auth_executor_hdi.cpp | 114 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/ |
D | app_account_manager.h | 55 …static ErrCode Authenticate(const std::string &name, const std::string &owner, const std::string &…
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_authenticator_proxy.cpp | 64 ErrCode AppAccountAuthenticatorProxy::Authenticate(const std::string &name, const std::string &auth… in Authenticate() function in OHOS::AccountSA::AppAccountAuthenticatorProxy
|