Searched refs:firstUserId (Results 1 – 1 of 1) sorted by relevance
55 const char *firstUserId = userId; in GenerateGroupId() local57 if (CompareString(firstUserId, secondUserId) > 0) { in GenerateGroupId()58 firstUserId = sharedUserId; in GenerateGroupId()61 Uint8Buff firstUserIdBuff = { (uint8_t *)firstUserId, HcStrlen(firstUserId) }; in GenerateGroupId()