Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/interfaces/inner_api/
Duser_auth_client_defines.h132 std::vector<AuthType> authTypes; member
193 std::vector<AuthType> authTypes; member
/base/useriam/user_auth_framework/frameworks/cj/user_auth/src/
Duser_auth_ffi.cpp50 std::vector<AuthType> authTypes; in FfiUserAuthStart() local
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
Duser_auth_common_defines.h67 std::vector<AuthType> authTypes; member
/base/useriam/user_auth_framework/frameworks/cj/user_auth/inc/
Duser_auth_ffi_struct.h29 uint32_t *authTypes; member
/base/useriam/user_auth_framework/test/fuzztest/dummy/
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()
/base/useriam/user_auth_framework/test/unittest/services/src/
Duser_auth_service_test_part02.cpp932 std::vector<int32_t>& validTypes) { in __anonbf9beb541102()
965 std::vector<int32_t>& validTypes) { in __anonbf9beb541202()
1000 std::vector<int32_t>& validTypes) { in __anonbf9beb541302()
1035 std::vector<int32_t>& validTypes) { in __anonbf9beb541402()
1071 std::vector<int32_t>& validTypes) { in __anonbf9beb541502()
1107 std::vector<int32_t>& validTypes) { in __anonbf9beb541602()
Duser_auth_stub_test.cpp986 std::vector<int32_t> authTypes = {1}; variable
/base/useriam/user_auth_framework/services/context/src/
Dremote_auth_context.cpp216 std::vector<int32_t> authTypes = { authType_ }; in SendQueryExecutorInfoMsg() local
Dremote_auth_service.cpp254 std::vector<int32_t> authTypes; in ProcQueryExecutorInfoRequest() local
Dremote_auth_invoker_context.cpp239 std::vector<int32_t> authTypes = { static_cast<int32_t>(authParam_.authType) }; in SendRequest() local
/base/useriam/user_auth_framework/services/core/src/
Dremote_msg_util.cpp177 bool RemoteMsgUtil::GetQueryExecutorInfoReply(const std::vector<int32_t> authTypes, int32_t executo… in GetQueryExecutorInfoReply()