Home
last modified time | relevance | path

Searched refs:groupinfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp877 for (auto &groupinfo : groupList) { in GetGroupId() local
878 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() local
965 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()