Searched refs:userUid (Results 1 – 3 of 3) sorted by relevance
45 int userUid = -1; in GetAllFormInfo() local53 formDBInfo.formUserUids.emplace_back(userUid); in GetAllFormInfo()
211 int32_t userUid = 10001; in GetBundleInfo() local213 bundleInfo.uid = userUid; in GetBundleInfo()
380 for (const auto &userUid : record.formUserUids) { in CheckEnoughForm() local381 if (userUid != callingUid) { in CheckEnoughForm()432 for (const auto &userUid : formUserUids) { in IsCallingUidValid() local433 if (userUid == IPCSkeleton::GetCallingUid()) { in IsCallingUidValid()