Home
last modified time | relevance | path

Searched refs:userId (Results 1 - 25 of 44) sorted by relevance

12

/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Duser_idm_funcs_test.cpp32 int32_t userId; member
47 extern int32_t GetDeletedCredential(int32_t userId, CredentialInfoHal *deletedCredential);
48 extern int32_t CheckResultValid(uint64_t scheduleId, int32_t userId);
101 constexpr int32_t userId = 32156; in HWTEST_F() local
103 session.userId = userId; in HWTEST_F()
113 param.userId = userId; in HWTEST_F()
133 constexpr int32_t userId = 32156; in HWTEST_F() local
137 session.userId in HWTEST_F()
171 constexpr int32_t userId = 32158; HWTEST_F() local
236 constexpr int32_t userId = 2156; HWTEST_F() local
260 constexpr int32_t userId = 2112; HWTEST_F() local
[all...]
H A Denroll_specification_check_test.cpp29 int32_t userId; member
99 constexpr int32_t userId = 2661; in HWTEST_F() local
105 session.userId = userId; in HWTEST_F()
115 .userId = 0, in HWTEST_F()
127 EXPECT_EQ(CheckIdmOperationToken(session.userId, &token), RESULT_BAD_MATCH); in HWTEST_F()
129 data.userId = session.userId; in HWTEST_F()
131 EXPECT_EQ(CheckIdmOperationToken(session.userId, &token), RESULT_BAD_MATCH); in HWTEST_F()
136 userInfo->userId in HWTEST_F()
154 constexpr int32_t userId = 2361; HWTEST_F() local
[all...]
H A Didm_session_test.cpp26 int32_t userId; member
81 int32_t userId = 0; in HWTEST_F() local
82 EXPECT_EQ(GetUserId(&userId), RESULT_BAD_PARAM); in HWTEST_F()
152 constexpr int32_t userId = 2135; in HWTEST_F() local
153 session.userId = userId; in HWTEST_F()
173 constexpr int32_t userId = 0; in HWTEST_F() local
174 Buffer *rootSecret = GetCacheRootSecret(userId); in HWTEST_F()
177 session.userId = userId; in HWTEST_F()
184 constexpr int32_t userId = 0; HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/hdi_service/database/inc/
H A Didm_database.h51 int32_t userId; member
54 ResultCode GetSecureUid(int32_t userId, uint64_t *secUid);
55 ResultCode GetEnrolledInfo(int32_t userId, EnrolledInfoHal **enrolledInfos, uint32_t *num);
56 ResultCode GetEnrolledInfoAuthType(int32_t userId, uint32_t authType, EnrolledInfoHal *enrolledInfo);
57 ResultCode DeleteUserInfo(int32_t userId, LinkedList **creds);
60 ResultCode QueryCredentialUserId(uint64_t credentialId, int32_t *userId);
62 ResultCode AddCredentialInfo(int32_t userId, CredentialInfoHal *credentialInfo, int32_t userType);
63 ResultCode SetPinSubType(int32_t userId, uint64_t pinSubType);
64 ResultCode GetPinSubType(int32_t userId, uint64_t *pinSubType);
65 ResultCode DeleteCredentialInfo(int32_t userId, uint64_
[all...]
H A Didm_common.h48 int32_t userId; member
58 int32_t userId; member
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp96 void DoOnceEnroll(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType authType, in DoOnceEnroll() argument
101 enrollParam.userId = userId; in DoOnceEnroll()
115 enrollResultTest.result = service->UpdateEnrollmentResult(userId, enrollScheduleResult, enrolledResultInfo); in DoOnceEnroll()
120 void DoOnceAuth(const std::shared_ptr<UserAuthInterfaceService> &service, int32_t userId, AuthType authType, in DoOnceAuth() argument
125 authParam.baseParam.userId = userId; in DoOnceAuth()
147 EXPECT_EQ(authResultInfo.userId, authParam.baseParam.userId); in DoOnceAuth()
155 constexpr int32_t userId in HWTEST_F() local
268 constexpr int32_t userId = 123456; HWTEST_F() local
284 constexpr int32_t userId = 123456; HWTEST_F() local
300 constexpr int32_t userId = 123456; HWTEST_F() local
322 constexpr int32_t userId = 123456; HWTEST_F() local
345 constexpr int32_t userId = 123456; HWTEST_F() local
383 constexpr int32_t userId = 123456; HWTEST_F() local
425 constexpr int32_t userId = 6978465; HWTEST_F() local
439 constexpr int32_t userId = 6978465; HWTEST_F() local
453 constexpr int32_t userId = 6978465; HWTEST_F() local
467 constexpr int32_t userId = 6978465; HWTEST_F() local
486 constexpr int32_t userId = 6978465; HWTEST_F() local
524 constexpr int32_t userId = 6978465; HWTEST_F() local
552 constexpr int32_t userId = 6978465; HWTEST_F() local
564 constexpr int32_t userId = 6978465; HWTEST_F() local
668 constexpr int32_t userId = 314265; HWTEST_F() local
712 constexpr int32_t userId = 314265; HWTEST_F() local
832 constexpr int32_t userId = 314265; HWTEST_F() local
896 constexpr int32_t userId = 314265; HWTEST_F() local
939 constexpr int32_t userId = 635648; HWTEST_F() local
955 constexpr int32_t userId = 635648; HWTEST_F() local
987 constexpr int32_t userId = 635648; HWTEST_F() local
1021 constexpr int32_t userId = 321657; HWTEST_F() local
1039 constexpr int32_t userId = 321657; HWTEST_F() local
1072 constexpr int32_t userId = 635678; HWTEST_F() local
1086 constexpr int32_t userId = 635678; HWTEST_F() local
1114 constexpr int32_t userId = 325614; HWTEST_F() local
1130 constexpr int32_t userId = 325614; HWTEST_F() local
1162 constexpr int32_t userId = 325678; HWTEST_F() local
1197 constexpr int32_t userId = 363156; HWTEST_F() local
1231 constexpr int32_t userId = 368635; HWTEST_F() local
1260 constexpr int32_t userId = 365861; HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/test/unittest/database/
H A Didm_database_test.cpp29 extern UserInfo *QueryUserInfo(int32_t userId);
31 extern UserInfo *CreateUser(int32_t userId, int32_t userType);
32 extern ResultCode DeleteUser(int32_t userId);
38 extern ResultCode AddUser(int32_t userId, CredentialInfoHal *credentialInfo, int32_t userType);
87 constexpr int32_t userId = 1133; in HWTEST_F() local
89 info.userId = userId; in HWTEST_F()
106 constexpr int32_t userId = 1133; in HWTEST_F() local
107 EXPECT_EQ(GetSecureUid(userId, nullptr), RESULT_BAD_PARAM); in HWTEST_F()
113 constexpr int32_t userId in HWTEST_F() local
125 constexpr int32_t userId = 1135; HWTEST_F() local
139 constexpr int32_t userId = 1135; HWTEST_F() local
155 constexpr int32_t userId = 1211; HWTEST_F() local
166 constexpr int32_t userId = 1155; HWTEST_F() local
224 constexpr int32_t userId = 123; HWTEST_F() local
231 constexpr int32_t userId = 123; HWTEST_F() local
332 constexpr int32_t userId = 100; HWTEST_F() local
382 constexpr int32_t userId = 112; HWTEST_F() local
399 constexpr int32_t userId = 113; HWTEST_F() local
420 constexpr int32_t userId = 115; HWTEST_F() local
446 constexpr int32_t userId = 115; HWTEST_F() local
597 int32_t userId = userId1; HWTEST_F() local
616 int32_t userId = userId2; HWTEST_F() local
632 int32_t userId = userId2; HWTEST_F() local
640 constexpr int32_t userId = 1003; HWTEST_F() local
649 constexpr int32_t userId = 1005; HWTEST_F() local
708 constexpr int32_t userId = 50; HWTEST_F() local
718 constexpr int32_t userId = 1; HWTEST_F() local
736 constexpr int32_t userId = 1; HWTEST_F() local
762 constexpr int32_t userId = 1; HWTEST_F() local
808 int32_t userId = 1; HWTEST_F() local
830 int32_t userId = 1; HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Didm_session.c40 int32_t userId; member
85 ResultCode OpenEditSession(int32_t userId, uint8_t *challenge, uint32_t challengeLen) in OpenEditSession() argument
106 g_session->userId = userId; in OpenEditSession()
151 ClearCachePin(g_session->userId); in CloseEditSession()
157 ResultCode GetUserId(int32_t *userId) in GetUserId() argument
159 if (userId == NULL || !IsSessionExist()) { in GetUserId()
163 *userId = g_session->userId; in GetUserId()
236 ClearCachePin(g_session->userId); in CheckSessionTimeout()
256 CheckSessionValid(int32_t userId) CheckSessionValid() argument
268 CacheRootSecret(int32_t userId, Buffer *rootSecret) CacheRootSecret() argument
289 GetCacheRootSecret(int32_t userId) GetCacheRootSecret() argument
[all...]
H A Duser_idm_funcs.c37 scheduleParam->associateId.userId = param->userId; in SetScheduleParam()
72 if (QueryCredentialFunc(param->userId, param->authType, &credList) != RESULT_SUCCESS) { in GenerateIdmSchedule()
134 if (!GetEnableStatus(param.userId, param.authType)) { in CheckEnrollPermission()
143 ret = CheckSessionValid(param.userId); in CheckEnrollPermission()
149 ret = CheckSpecification(param.userId, param.authType); in CheckEnrollPermission()
155 ret = CheckIdmOperationToken(param.userId, authToken); in CheckEnrollPermission()
171 if (!GetEnableStatus(param.userId, param.authType)) { in CheckUpdatePermission()
175 ResultCode ret = CheckSessionValid(param.userId); in CheckUpdatePermission()
180 ret = CheckSpecification(param.userId, para in CheckUpdatePermission()
239 GetEnrollTokenDataToEncrypt(const CredentialInfoHal *credentialInfo, int32_t userId, TokenDataToEncrypt *data) GetEnrollTokenDataToEncrypt() argument
261 GetAuthTokenForPinEnroll(const CredentialInfoHal *credentialInfo, int32_t userId) GetAuthTokenForPinEnroll() argument
290 ProcessAddPinCredential(int32_t userId, const CredentialInfoHal *credentialInfo, const ExecutorResultInfo *executorResultInfo, Buffer **rootSecret, Buffer **authToken) ProcessAddPinCredential() argument
314 AddCredentialFunc( int32_t userId, const Buffer *scheduleResult, uint64_t *credentialId, Buffer **rootSecret, Buffer **authToken) AddCredentialFunc() argument
389 QueryCredentialFunc(int32_t userId, uint32_t authType, LinkedList **creds) QueryCredentialFunc() argument
409 GetUserInfoFunc(int32_t userId, uint64_t *secureUid, uint64_t *pinSubType, EnrolledInfoHal **enrolledInfoArray, uint32_t *enrolledNum) GetUserInfoFunc() argument
429 GetDeletedCredential(int32_t userId, CredentialInfoHal *deletedCredential) GetDeletedCredential() argument
450 CheckResultValid(uint64_t scheduleId, int32_t userId) CheckResultValid() argument
477 GetUpdateCredentialOutput(int32_t userId, const Buffer *rootSecret, const CredentialInfoHal *credentialInfo, UpdateCredentialOutput *output) GetUpdateCredentialOutput() argument
515 UpdateCredentialFunc(int32_t userId, const Buffer *scheduleResult, UpdateCredentialOutput *output) UpdateCredentialFunc() argument
[all...]
H A Denroll_specification_check.c49 ResultCode CheckIdmOperationToken(int32_t userId, UserAuthTokenHal *authToken) in CheckIdmOperationToken() argument
78 if (ret != RESULT_SUCCESS || userIdGet != userId || userIdGet != tokenPlain.tokenDataToEncrypt.userId) { in CheckIdmOperationToken()
79 LOG_ERROR("check userId failed"); in CheckIdmOperationToken()
83 ret = GetSecureUid(userId, &secureUid); in CheckIdmOperationToken()
95 ResultCode CheckSpecification(int32_t userId, uint32_t authType) in CheckSpecification() argument
99 SetCredentialConditionUserId(&condition, userId); in CheckSpecification()
/drivers/peripheral/user_auth/hdi_service/idm/inc/
H A Duser_idm_funcs.h29 int32_t userId; member
37 int32_t userId; member
51 ResultCode AddCredentialFunc(int32_t userId, const Buffer *scheduleResult, uint64_t *credentialId, Buffer **rootSecret,
54 ResultCode QueryCredentialFunc(int32_t userId, uint32_t authType, LinkedList **creds);
55 ResultCode GetUserInfoFunc(int32_t userId, uint64_t *secureUid, uint64_t *pinSubType,
57 ResultCode UpdateCredentialFunc(int32_t userId, const Buffer *scheduleResult, UpdateCredentialOutput *output);
H A Didm_session.h30 ResultCode OpenEditSession(int32_t userId, uint8_t *challenge, uint32_t challengeLen);
37 ResultCode CheckSessionValid(int32_t userId);
38 ResultCode GetUserId(int32_t *userId);
48 void CacheRootSecret(int32_t userId, Buffer *rootSecret);
49 Buffer *GetCacheRootSecret(int32_t userId);
H A Denroll_specification_check.h33 ResultCode CheckSpecification(int32_t userId, uint32_t authType);
34 ResultCode CheckIdmOperationToken(int32_t userId, UserAuthTokenHal *authToken);
/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c50 IAM_STATIC UserInfo *QueryUserInfo(int32_t userId);
52 IAM_STATIC ResultCode DeleteUser(int32_t userId);
102 int32_t userId = *(const int32_t *)condition; in MatchUserInfo() local
103 if (userInfo->userId == userId) { in MatchUserInfo()
126 ResultCode GetSecureUid(int32_t userId, uint64_t *secUid) in GetSecureUid() argument
132 UserInfo *user = QueryUserInfo(userId); in GetSecureUid()
141 ResultCode GetEnrolledInfoAuthType(int32_t userId, uint32_t authType, EnrolledInfoHal *enrolledInfo) in GetEnrolledInfoAuthType() argument
147 UserInfo *user = QueryUserInfo(userId); in GetEnrolledInfoAuthType()
170 ResultCode GetEnrolledInfo(int32_t userId, EnrolledInfoHa argument
184 DeleteUserInfo(int32_t userId, LinkedList **creds) DeleteUserInfo() argument
221 QueryUserInfo(int32_t userId) QueryUserInfo() argument
305 CreateUser(int32_t userId, int32_t userType) CreateUser() argument
324 DeleteUser(int32_t userId) DeleteUser() argument
482 AddUser(int32_t userId, CredentialInfoHal *credentialInfo, int32_t userType) AddUser() argument
523 AddCredentialInfo(int32_t userId, CredentialInfoHal *credentialInfo, int32_t userType) AddCredentialInfo() argument
630 ClearCachePin(int32_t userId) ClearCachePin() argument
691 DeleteCredentialInfo(int32_t userId, uint64_t credentialId, CredentialInfoHal *credentialInfo) DeleteCredentialInfo() argument
894 QueryCredentialUserId(uint64_t credentialId, int32_t *userId) QueryCredentialUserId() argument
937 SetPinSubType(int32_t userId, uint64_t pinSubType) SetPinSubType() argument
948 GetPinSubType(int32_t userId, uint64_t *pinSubType) GetPinSubType() argument
1013 SetCredentialConditionUserId(CredentialCondition *condition, int32_t userId) SetCredentialConditionUserId() argument
1180 GetEnrolledState(int32_t userId, uint32_t authType, EnrolledStateHal *enrolledStateHal) GetEnrolledState() argument
1297 QueryPinCredential(int32_t userId, CredentialInfoHal *pinCredential) QueryPinCredential() argument
1326 GetPinExpiredInfo(int32_t userId, PinExpiredInfo *expiredInfo) GetPinExpiredInfo() argument
1353 GetEnableStatus(int32_t userId, uint32_t authType) GetEnableStatus() argument
[all...]
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.cpp57 int32_t userId = GetCurrentActiveUserId(); in GetBundleSize() local
64 if (!bundleMgr_->GetBundleStats(bundleName, userId, bundleStats)) { in GetBundleSize()
145 pkgInfo.userId = hapTokenInfo.userID; in CreatePkgInfoTable()
192 * @param userId Indicates the id of the bundle whose state has been installed.
194 void DrvBundleStateCallback::OnBundleAdded(const std::string &bundleName, const int userId) in OnBundleAdded() argument
198 if (!IsCurrentUserId(userId)) { in OnBundleAdded()
202 if (!QueryDriverInfos(bundleName, userId, driverInfos) || driverInfos.empty()) { in OnBundleAdded()
214 * @param userId Indicates the id of the bundle whose state has been Updated.
216 void DrvBundleStateCallback::OnBundleUpdated(const std::string &bundleName, const int userId) in OnBundleUpdated() argument
220 if (!IsCurrentUserId(userId)) { in OnBundleUpdated()
244 OnBundleRemoved(const std::string &bundleName, const int userId) OnBundleRemoved() argument
266 ResetMatchedBundles(const int32_t userId) ResetMatchedBundles() argument
288 int32_t userId = GetCurrentActiveUserId(); GetAllDriverInfos() local
348 QueryDriverInfos(const std::string &bundleName, const int userId, std::vector<ExtensionAbilityInfo> &driverInfos) QueryDriverInfos() argument
424 IsCurrentUserId(const int userId) IsCurrentUserId() argument
[all...]
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp98 authParamBase.userId = parcel.ReadInt32(); in FillFuzzAuthParamBase()
147 authResultInfo.userId = parcel.ReadInt32(); in FillFuzzAuthResultInfo()
179 identifyResultInfo.userId = parcel.ReadInt32(); in FillFuzzIdentifyResultInfo()
191 enrollParam.userId = parcel.ReadInt32(); in FillFuzzEnrollParam()
273 int32_t userId = parcel.ReadInt32(); in FuzzOpenSession() local
276 g_service.OpenSession(userId, challenge); in FuzzOpenSession()
283 int32_t userId = parcel.ReadInt32(); in FuzzCloseSession() local
284 g_service.CloseSession(userId); in FuzzCloseSession()
304 int32_t userId = parcel.ReadInt32(); in FuzzUpdateEnrollmentResult() local
311 g_service.UpdateEnrollmentResult(userId, scheduleResul in FuzzUpdateEnrollmentResult()
318 int32_t userId = parcel.ReadInt32(); FuzzCancelEnrollment() local
326 int32_t userId = parcel.ReadInt32(); FuzzDeleteCredential() local
339 int32_t userId = parcel.ReadInt32(); FuzzGetCredential() local
350 int32_t userId = parcel.ReadInt32(); FuzzGetSecureInfo() local
362 int32_t userId = parcel.ReadInt32(); FuzzDeleteUser() local
376 int32_t userId = parcel.ReadInt32(); FuzzEnforceDeleteUser() local
454 int32_t userId = parcel.ReadInt32(); FuzzGetAvailableStatus() local
465 int32_t userId = parcel.ReadInt32(); FuzzGetValidSolution() local
478 int32_t userId = parcel.ReadInt32(); FuzzGetEnrolledState() local
[all...]
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h33 int32_t userId; member
47 int32_t userId; member
69 int32_t userId; member
76 ResultCode GetEnrolledStateFunc(int32_t userId, uint32_t authType, EnrolledStateHal *enrolledStateHal);
79 ResultCode GetAvailableStatusFunc(int32_t userId, int32_t authType, uint32_t authTrustLevel);
/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.h69 * @param userId Indicates the id of the bundle whose state has been installed.
71 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override;
75 * @param userId Indicates the id of the bundle whose state has been Updated.
77 virtual void OnBundleUpdated(const std::string &bundleName, const int userId) override;
81 * @param userId Indicates the id of the bundle whose state has been Removed.
83 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
98 void ResetMatchedBundles(const int32_t userId);
112 bool QueryDriverInfos(const std::string &bundleName, const int userId,
123 bool IsCurrentUserId(const int userId);
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Didentify_funcs.c51 ResultCode DoUpdateIdentify(uint64_t contextId, const Buffer *scheduleResult, int32_t *userId, in DoUpdateIdentify() argument
54 if (!IsBufferValid(scheduleResult) || token == NULL || userId == NULL || result == NULL) { in DoUpdateIdentify()
89 *userId = identifyContext->userId; in DoUpdateIdentify()
H A Duser_auth_funcs.c48 if (!GetEnableStatus(param.userId, param.authType)) { in GenerateSolutionFunc()
77 IAM_STATIC void CacheUnlockAuthResult(int32_t userId, const UserAuthTokenHal *unlockToken) in CacheUnlockAuthResult() argument
81 g_unlockAuthResult.userId = userId; in CacheUnlockAuthResult()
89 result->userId = context->userId; in SetAuthResult()
131 if (GetEnrolledState(context->userId, context->authType, &enrolledState) == RESULT_SUCCESS) { in HandleAuthSuccessResult()
142 CacheRootSecret(context->userId, result->rootSecret); in HandleAuthSuccessResult()
151 CacheUnlockAuthResult(context->userId, authToken); in HandleAuthSuccessResult()
179 ret = SetAttributeInt32(attribute, ATTR_USER_ID, result->userId); in SetAuthResultMsgToAttribute()
301 GetEnrolledStateFunc(int32_t userId, uint32_t authType, EnrolledStateHal *enrolledStateHal) GetEnrolledStateFunc() argument
424 GetAvailableStatusFunc(int32_t userId, int32_t authType, uint32_t authTrustLevel) GetAvailableStatusFunc() argument
[all...]
H A Dauth_token_signer.c53 ResultCode ret = GetEnrolledInfoAuthType(context->userId, context->authType, &enrolledInfo); in GetAuthTokenDataToEncrypt()
59 ret = GetSecureUid(context->userId, &secureUid); in GetAuthTokenDataToEncrypt()
64 data->userId = context->userId; in GetAuthTokenDataToEncrypt()
H A Dauth_level.c124 IAM_STATIC ResultCode GetCredMaxAcl(int32_t userId, uint32_t authType, uint32_t *maxCredAcl) in GetCredMaxAcl() argument
127 SetCredentialConditionUserId(&condition, userId); in GetCredMaxAcl()
151 ResultCode CheckAtlByExecutorAndCred(int32_t userId, uint32_t authType, uint32_t atl) in CheckAtlByExecutorAndCred() argument
167 ret = GetCredMaxAcl(userId, authType, &maxCredAcl); in CheckAtlByExecutorAndCred()
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_auth_funcs_test.cpp28 extern void CacheUnlockAuthResult(int32_t userId, const UserAuthTokenHal *unlockToken,
75 context.userId = 123; in HWTEST_F()
84 EXPECT_EQ(result.userId, 123); in HWTEST_F()
93 constexpr int32_t userId = 1; in HWTEST_F() local
96 EXPECT_EQ(GetEnrolledStateFunc(userId, authType, &enrolledStateHal), RESULT_NOT_ENROLLED); in HWTEST_F()
154 info.userId = 1; in HWTEST_F()
168 info.userId = 0; in HWTEST_F()
185 userInfo.userId = 1; in HWTEST_F()
H A Didentify_funcs_test.cpp58 int32_t userId = 32156; in HWTEST_F() local
66 EXPECT_EQ(DoUpdateIdentify(contextId, scheduleResult, &userId, &token, &result), RESULT_GENERAL_ERROR); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp221 static int32_t GetCapabilityLevel(int32_t userId, HdiScheduleInfo &info, uint32_t &capabilityLevel) in GetCapabilityLevel() argument
225 int32_t ret = QueryCredentialFunc(userId, info.authType, &credList); in GetCapabilityLevel()
277 int32_t result = GetCapabilityLevel(paramHal.userId, info, capabilityLevel); in SetAttributeToVerifierExecMsg()
350 int32_t result = GetCapabilityLevel(paramHal.userId, info, capabilityLevel); in SetAttributeToAllInOneExecMsg()
465 paramHal.userId = param.baseParam.userId; in CopyAuthParamToHal()
553 static int32_t CreateExecutorCommand(int32_t userId, HdiAuthResultInfo &info) in CreateExecutorCommand() argument
564 ResultCode ret = GetExecutorMsgList(userId, authPropMode, &executorSendMsg); in CreateExecutorCommand()
612 infoOut.userId = infoIn.userId; in CopyAuthResult()
791 GetAvailableStatus(int32_t userId, int32_t authType, uint32_t authTrustLevel, int32_t &checkResult) GetAvailableStatus() argument
803 GetValidSolution(int32_t userId, const std::vector<int32_t> &authTypes, uint32_t authTrustLevel, std::vector<int32_t> &validTypes) GetValidSolution() argument
838 OpenSession(int32_t userId, std::vector<uint8_t> &challenge) OpenSession() argument
851 CloseSession(int32_t userId) CloseSession() argument
909 CancelEnrollment(int32_t userId) CancelEnrollment() argument
927 GetUpdateResult(int32_t userId, HdiEnrollResultInfo &info, Buffer *scheduleResultBuffer) GetUpdateResult() argument
971 GetEnrollResult(int32_t userId, HdiEnrollResultInfo &info, Buffer *scheduleResultBuffer) GetEnrollResult() argument
1003 UpdateEnrollmentResult(int32_t userId, const std::vector<uint8_t> &scheduleResult, HdiEnrollResultInfo &info) UpdateEnrollmentResult() argument
1040 DeleteCredential(int32_t userId, uint64_t credentialId, const std::vector<uint8_t> &authToken, CredentialInfo &info) DeleteCredential() argument
1066 GetCredential(int32_t userId, int32_t authType, std::vector<CredentialInfo> &infos) GetCredential() argument
1094 GetUserInfo(int32_t userId, uint64_t &secureUid, int32_t &pinSubType, std::vector<EnrolledInfo> &infos) GetUserInfo() argument
1118 DeleteUser(int32_t userId, const std::vector<uint8_t> &authToken, std::vector<CredentialInfo> &deletedInfos, std::vector<uint8_t> &rootSecret) DeleteUser() argument
1157 EnforceDeleteUser(int32_t userId, std::vector<CredentialInfo> &deletedInfos) EnforceDeleteUser() argument
1339 GetEnrolledState(int32_t userId, int32_t authType, HdiEnrolledState &enrolledState) GetEnrolledState() argument
[all...]

Completed in 19 milliseconds

12