Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c55 const char *firstUserId = userId; in GenerateGroupId() local
57 if (CompareString(firstUserId, secondUserId) > 0) { in GenerateGroupId()
58 firstUserId = sharedUserId; in GenerateGroupId()
61 Uint8Buff firstUserIdBuff = { (uint8_t *)firstUserId, HcStrlen(firstUserId) }; in GenerateGroupId()