Lines Matching defs:userId
59 enrollParam.userId = parcel.ReadInt32();
115 identifyResultInfo.userId = parcel.ReadInt32();
127 authParam.baseParam.userId = parcel.ReadInt32();
250 int32_t userId = parcel.ReadInt32();
254 int32_t ret = g_service.GetCredential(userId, authType, infos);
269 int32_t userId = parcel.ReadInt32();
274 int32_t ret = g_service.GetUserInfo(userId, secureUid, pinSubType, infos);
289 int32_t userId = parcel.ReadInt32();
296 int32_t ret = g_service.DeleteUser(userId, authToken, deletedInfos, rootSecret);
349 int32_t userId = parcel.ReadInt32();
352 int32_t ret = g_service.OpenSession(userId, challenge);
367 int32_t userId = parcel.ReadInt32();
368 int32_t ret = g_service.CloseSession(userId);
404 int32_t userId = parcel.ReadInt32();
411 int32_t ret = g_service.UpdateEnrollmentResult(userId, scheduleResult, info);
426 int32_t userId = parcel.ReadInt32();
427 int32_t ret = g_service.CancelEnrollment(userId);
442 int32_t userId = parcel.ReadInt32();
448 int32_t ret = g_service.DeleteCredential(userId, credentialId, authToken, info);
463 int32_t userId = parcel.ReadInt32();
466 int32_t ret = g_service.EnforceDeleteUser(userId, deletedInfos);
574 int32_t userId = parcel.ReadInt32();
578 int32_t ret = g_service.GetAvailableStatus(userId, authType, authTrustLevel, checkResult);
593 int32_t userId = parcel.ReadInt32();
599 int32_t ret = g_service.GetValidSolution(userId, authTypes, authTrustLevel, validTypes);