Searched refs:groupinfo (Results 1 – 1 of 1) sorted by relevance
877 for (auto &groupinfo : groupList) { in GetGroupId() local878 LOGI("groupinfo.groupId:%{public}s", GetAnonyString(groupinfo.groupId).c_str()); in GetGroupId()879 if (groupinfo.userId == userId) { in GetGroupId()880 groupId = groupinfo.groupId; in GetGroupId()964 for (auto &groupinfo : groupList) { in GetGroupIdExt() local965 LOGI("groupinfo.groupId:%{public}s", GetAnonyString(groupinfo.groupId).c_str()); in GetGroupIdExt()966 if (groupinfo.userId == userId) { in GetGroupIdExt()967 groupId = groupinfo.groupId; in GetGroupIdExt()968 groupOwner = groupinfo.groupOwner; in GetGroupIdExt()