Home
last modified time | relevance | path

Searched refs:IdentifyParam (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Dcontext_manager.h57 typedef struct IdentifyParam { struct
62 } IdentifyParam; argument
73 UserAuthContext *GenerateIdentifyContext(IdentifyParam params);
H A Didentify_funcs.h28 ResultCode DoIdentify(const IdentifyParam param, LinkedList **schedule);
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_framework_types.h102 struct IdentifyParam { struct
H A Diam_executor_iauth_executor_hdi.h128 virtual ResultCode Identify(uint64_t scheduleId, const IdentifyParam &param,
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Didentify_funcs_test.cpp44 IdentifyParam param = {};
H A Dcontext_manager_test.cpp88 IdentifyParam param = {};
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Didentify_funcs.c27 ResultCode DoIdentify(const IdentifyParam param, LinkedList **schedule) in DoIdentify()
H A Dcontext_manager.c197 IAM_STATIC UserAuthContext *InitIdentifyContext(const IdentifyParam *params) in InitIdentifyContext()
222 UserAuthContext *GenerateIdentifyContext(IdentifyParam params) in GenerateIdentifyContext()
/ohos5.0/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()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Didentify_command.cpp53 …ResultCode ret = hdi->Identify(scheduleId_, (IdentifyParam) { tokenId, extraInfo }, shared_from_th… in SendRequest()
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/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,
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Diauth_executor_hdi_test.cpp157 IdentifyParam param = {};
H A Dexecutor_unit_test.cpp723 .WillOnce([&cmdCallback](uint64_t scheduleId, const IdentifyParam &param,
/ohos5.0/base/useriam/face_auth/test/unittest/
H A Dface_auth_all_in_one_executor_hdi_unit_test.cpp358 …auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, execute…
369 …auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, nullptr…
378 …auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, execute…
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_all_in_one_executor_hdi_unit_test.cpp360 …auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, execute…
371 …auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, nullptr…
380 …auto ret = executorHdi->Identify(0, UserAuth::IdentifyParam { 0, std::vector<uint8_t>() }, execute…
/ohos5.0/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, in Identify()
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp319 g_hdi->Identify(scheduleId, IdentifyParam { tokenId, extraInfo }, callbackObj); in FuzzIdentify()
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp316 g_hdi->Identify(scheduleId, IdentifyParam { tokenId, extraInfo }, callbackObj); in FuzzIdentify()
/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_all_in_one_executor_hdi.cpp133 …de FaceAuthAllInOneExecutorHdi::Identify(uint64_t scheduleId, const UserAuth::IdentifyParam &param, in Identify()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dfingerprint_auth_all_in_one_executor_hdi.cpp136 …FingerprintAllInOneExecutorHdi::Identify(uint64_t scheduleId, const UserAuth::IdentifyParam &param, in Identify()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp107 ResultCode Identify(uint64_t scheduleId, const IdentifyParam &param, in Identify()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp719 IdentifyParam param = {}; in BeginIdentification()