/base/useriam/fingerprint_auth/test/unittest/mock/ |
H A D | mock_iall_in_one_executor.h | 37 MOCK_METHOD3(Identify,
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/ |
H A D | iauth_executor_hdi.cpp | 46 ResultCode IAuthExecutorHdi::Identify(uint64_t scheduleId, const IdentifyParam ¶m, in Identify() function in OHOS::UserIam::UserAuth::IAuthExecutorHdi
|
/base/useriam/user_auth_framework/test/unittest/executors/mock/ |
H A D | mock_iauth_executor_hdi.h | 47 MOCK_METHOD3(Identify, ResultCode(uint64_t scheduleId, const IdentifyParam ¶m,
|
/base/useriam/face_auth/test/unittest/mock/ |
H A D | mock_iall_in_one_executor.h | 40 MOCK_METHOD3(Identify,
|
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/ |
H A D | iam_executor_iauth_executor_hdi.h | 124 * @param param Identify param. 128 virtual ResultCode Identify(uint64_t scheduleId, const IdentifyParam ¶m,
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | identify_command.cpp | 52 IamHitraceHelper traceHelper("hdi Identify"); in SendRequest() 53 ResultCode ret = hdi->Identify(scheduleId_, (IdentifyParam) { tokenId, extraInfo }, shared_from_this()); in SendRequest()
|
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
H A D | user_auth_proxy.h | 45 uint64_t Identify(const std::vector<uint8_t> &challenge, AuthType authType,
|
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
H A D | user_auth_interface.h | 56 virtual uint64_t Identify(const std::vector<uint8_t> &challenge, AuthType authType,
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_user_auth_service.h | 54 MOCK_METHOD3(Identify,
|
/base/useriam/fingerprint_auth/services/inc/ |
H A D | fingerprint_auth_all_in_one_executor_hdi.h | 49 UserAuth::ResultCode Identify(uint64_t scheduleId, const UserAuth::IdentifyParam ¶m,
|
/base/useriam/face_auth/services/inc/ |
H A D | face_auth_all_in_one_executor_hdi.h | 49 UserAuth::ResultCode Identify(uint64_t scheduleId, const UserAuth::IdentifyParam ¶m,
|
/base/useriam/face_auth/test/unittest/ |
H A D | face_auth_all_in_one_executor_hdi_unit_test.cpp | 351 EXPECT_CALL(*executorProxy, Identify(_, _, _)) in HWTEST_F() 358 auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, executeCallback); in HWTEST_F() 367 EXPECT_CALL(*executorProxy, Identify(_, _, _)).Times(Exactly(0)); in HWTEST_F() 369 auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, nullptr); in HWTEST_F() 378 auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, executeCallback); in HWTEST_F()
|
/base/useriam/fingerprint_auth/test/unittest/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_unit_test.cpp | 353 EXPECT_CALL(*executorProxy, Identify(_, _, _)) in HWTEST_F() 360 auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, executeCallback); in HWTEST_F() 369 EXPECT_CALL(*executorProxy, Identify(_, _, _)).Times(Exactly(0)); in HWTEST_F() 371 auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, nullptr); in HWTEST_F() 380 auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, executeCallback); in HWTEST_F()
|
/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | iauth_executor_hdi_test.cpp | 159 EXPECT_EQ(authExecutorHdi->Identify(scheduleId, param, callbackObj), GENERAL_ERROR); in HWTEST_F()
|
/base/useriam/user_auth_framework/services/ipc/inc/ |
H A D | user_auth_service.h | 56 uint64_t Identify(const std::vector<uint8_t> &challenge, AuthType authType,
|
/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/ |
H A D | face_auth_all_in_one_executor_hdi_fuzzer.cpp | 82 int32_t Identify(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, in Identify() function in OHOS::UserIam::FaceAuth::__anon4050::DummyExecutorProxy 319 g_hdi->Identify(scheduleId, IdentifyParam { tokenId, extraInfo }, callbackObj); in FuzzIdentify()
|
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp | 79 int32_t Identify(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, in Identify() function in OHOS::UserIam::FingerprintAuth::__anon4060::DummyExecutorProxy 316 g_hdi->Identify(scheduleId, IdentifyParam { tokenId, extraInfo }, callbackObj); in FuzzIdentify()
|
/base/useriam/face_auth/services/src/ |
H A D | face_auth_all_in_one_executor_hdi.cpp | 133 IamResultCode FaceAuthAllInOneExecutorHdi::Identify(uint64_t scheduleId, const UserAuth::IdentifyParam ¶m, in Identify() function in OHOS::UserIam::FaceAuth::FaceAuthAllInOneExecutorHdi 141 int32_t status = executorProxy_->Identify(scheduleId, param.extraInfo, callback); in Identify() 144 IAM_LOGE("Identify fail result %{public}d", result); in Identify()
|
/base/useriam/fingerprint_auth/services/src/ |
H A D | fingerprint_auth_all_in_one_executor_hdi.cpp | 136 IamResultCode FingerprintAllInOneExecutorHdi::Identify(uint64_t scheduleId, const UserAuth::IdentifyParam ¶m, in Identify() function in OHOS::UserIam::FingerprintAuth::FingerprintAllInOneExecutorHdi 144 int32_t status = executorProxy_->Identify(scheduleId, param.extraInfo, callback); in Identify() 147 IAM_LOGE("Identify fail result %{public}d", result); in Identify()
|
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/ |
H A D | user_auth_driver_manager_fuzzer.cpp | 100 ResultCode Identify(uint64_t scheduleId, const IdentifyParam ¶m,
|
/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | user_auth_proxy_test.cpp | 300 EXPECT_CALL(*service, Identify(_, _, _)) in HWTEST_F() 315 proxy->Identify(testChallenge, testAuthType, testCallback); in HWTEST_F()
|
H A D | user_auth_client_test.cpp | 417 EXPECT_CALL(*service, Identify(_, _, _)).Times(1); in HWTEST_F() 418 ON_CALL(*service, Identify) in HWTEST_F()
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_auth_stub_test.cpp | 413 EXPECT_CALL(service, Identify(_, _, _)).Times(1); in HWTEST_F() 414 ON_CALL(service, Identify) in HWTEST_F()
|
H A D | user_auth_service_test.cpp | 665 uint64_t contextId = service.Identify(testChallenge, testAuthType, callbackInterface); in HWTEST_F() 678 uint64_t contextId = service.Identify(testChallenge, testAuthType, callbackInterface); in HWTEST_F() 686 contextId = service.Identify(testChallenge, testAuthType, callbackInterface); in HWTEST_F() 744 uint64_t contextId = service.Identify(testChallenge, testAuthType, callbackInterface); in HWTEST_F() 757 contextId = service.Identify(testChallenge, testAuthType, callbackInterface); in HWTEST_F()
|
/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_auth_client_impl.cpp | 312 return proxy->Identify(challenge, authType, wrapper); in BeginIdentification()
|