Home
last modified time | relevance | path

Searched defs:authTypes (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Duser_auth_common_defines.h67 std::vector<AuthType> authTypes; member
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Dmock_iuser_auth_interface.h117 int32_t GetValidSolution(int32_t userId, const std::vector<int32_t>& authTypes, in GetValidSolution()
187 int32_t GetSignedExecutorInfo(const std::vector<int32_t> &authTypes, int32_t executorRole, in GetSignedExecutorInfo()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_auth_client_defines.h130 std::vector<AuthType> authTypes; member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h49 uint32_t authTypes[MAX_AUTH_TYPE_LEN]; member
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_context.cpp208 std::vector<int32_t> authTypes = { authType_ }; in SendQueryExecutorInfoMsg() local
H A Dremote_auth_service.cpp235 std::vector<int32_t> authTypes; in ProcQueryExecutorInfoRequest() local
H A Dremote_auth_invoker_context.cpp231 std::vector<int32_t> authTypes = { static_cast<int32_t>(authParam_.authType) }; in SendRequest() local
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp177 bool RemoteMsgUtil::GetQueryExecutorInfoReply(const std::vector<int32_t> authTypes, int32_t executo… in GetQueryExecutorInfoReply()
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp466 std::vector<int32_t> authTypes; in FuzzGetValidSolution() local
536 std::vector<int32_t> authTypes; in FuzzGetSignedExecutorInfo() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp803 …t UserAuthInterfaceService::GetValidSolution(int32_t userId, const std::vector<int32_t> &authTypes, in GetValidSolution()
1526 int32_t UserAuthInterfaceService::GetSignedExecutorInfo(const std::vector<int32_t>& authTypes, int3… in GetSignedExecutorInfo()