Home
last modified time | relevance | path

Searched refs:Identify (Results 1 - 25 of 31) sorted by relevance

12

/base/useriam/fingerprint_auth/test/unittest/mock/
H A Dmock_iall_in_one_executor.h37 MOCK_METHOD3(Identify,
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Diauth_executor_hdi.cpp46 ResultCode IAuthExecutorHdi::Identify(uint64_t scheduleId, const IdentifyParam &param, in Identify() function in OHOS::UserIam::UserAuth::IAuthExecutorHdi
/base/useriam/user_auth_framework/test/unittest/executors/mock/
H A Dmock_iauth_executor_hdi.h47 MOCK_METHOD3(Identify, ResultCode(uint64_t scheduleId, const IdentifyParam &param,
/base/useriam/face_auth/test/unittest/mock/
H A Dmock_iall_in_one_executor.h40 MOCK_METHOD3(Identify,
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_iauth_executor_hdi.h124 * @param param Identify param.
128 virtual ResultCode Identify(uint64_t scheduleId, const IdentifyParam &param,
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Didentify_command.cpp52 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 Duser_auth_proxy.h45 uint64_t Identify(const std::vector<uint8_t> &challenge, AuthType authType,
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Duser_auth_interface.h56 virtual uint64_t Identify(const std::vector<uint8_t> &challenge, AuthType authType,
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_user_auth_service.h54 MOCK_METHOD3(Identify,
/base/useriam/fingerprint_auth/services/inc/
H A Dfingerprint_auth_all_in_one_executor_hdi.h49 UserAuth::ResultCode Identify(uint64_t scheduleId, const UserAuth::IdentifyParam &param,
/base/useriam/face_auth/services/inc/
H A Dface_auth_all_in_one_executor_hdi.h49 UserAuth::ResultCode Identify(uint64_t scheduleId, const UserAuth::IdentifyParam &param,
/base/useriam/face_auth/test/unittest/
H A Dface_auth_all_in_one_executor_hdi_unit_test.cpp351 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 Dfingerprint_auth_all_in_one_executor_hdi_unit_test.cpp353 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 Diauth_executor_hdi_test.cpp159 EXPECT_EQ(authExecutorHdi->Identify(scheduleId, param, callbackObj), GENERAL_ERROR); in HWTEST_F()
/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h56 uint64_t Identify(const std::vector<uint8_t> &challenge, AuthType authType,
/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp82 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 Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp79 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 Dface_auth_all_in_one_executor_hdi.cpp133 IamResultCode FaceAuthAllInOneExecutorHdi::Identify(uint64_t scheduleId, const UserAuth::IdentifyParam &param, 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 Dfingerprint_auth_all_in_one_executor_hdi.cpp136 IamResultCode FingerprintAllInOneExecutorHdi::Identify(uint64_t scheduleId, const UserAuth::IdentifyParam &param, 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 Duser_auth_driver_manager_fuzzer.cpp100 ResultCode Identify(uint64_t scheduleId, const IdentifyParam &param,
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_proxy_test.cpp300 EXPECT_CALL(*service, Identify(_, _, _)) in HWTEST_F()
315 proxy->Identify(testChallenge, testAuthType, testCallback); in HWTEST_F()
H A Duser_auth_client_test.cpp417 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 Duser_auth_stub_test.cpp413 EXPECT_CALL(service, Identify(_, _, _)).Times(1); in HWTEST_F()
414 ON_CALL(service, Identify) in HWTEST_F()
H A Duser_auth_service_test.cpp665 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 Duser_auth_client_impl.cpp312 return proxy->Identify(challenge, authType, wrapper); in BeginIdentification()

Completed in 18 milliseconds

12