Home
last modified time | relevance | path

Searched defs:groupEntry (Results 1 – 7 of 7) sorted by relevance

/base/security/device_auth/services/group_manager/src/broadcast_manager/
Dbroadcast_manager.c36 static int32_t GenerateMessage(const TrustedGroupEntry *groupEntry, char **returnGroupInfo) in GenerateMessage()
58 static void PostOnGroupCreated(const TrustedGroupEntry *groupEntry) in PostOnGroupCreated()
81 static void PostOnGroupDeleted(const TrustedGroupEntry *groupEntry) in PostOnGroupDeleted()
104 static void PostOnDeviceBound(const char *peerUdid, const TrustedGroupEntry *groupEntry) in PostOnDeviceBound()
127 static void PostOnDeviceUnBound(const char *peerUdid, const TrustedGroupEntry *groupEntry) in PostOnDeviceUnBound()
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth/
Daccount_related_group_auth.c92 static bool IsPeerInAccountRelatedGroup(const TrustedGroupEntry *groupEntry, const char *peerUserId… in IsPeerInAccountRelatedGroup()
415 static int32_t AddSelfUserId(const TrustedGroupEntry *groupEntry, CJson *dataFromClient) in AddSelfUserId()
429 static int32_t AddGroupIdForServer(const TrustedGroupEntry *groupEntry, CJson *dataFromClient) in AddGroupIdForServer()
443 static int32_t AddSelfDevInfoForServer(int32_t osAccountId, const TrustedGroupEntry *groupEntry, CJ… in AddSelfDevInfoForServer()
507 TrustedGroupEntry *groupEntry = accountVec.get(&accountVec, 0); in AddSelfAccountInfoForServer() local
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c737 static void PostGroupCreatedMsg(const TrustedGroupEntry *groupEntry) in PostGroupCreatedMsg()
745 static void PostGroupDeletedMsg(const TrustedGroupEntry *groupEntry) in PostGroupDeletedMsg()
826 void DestroyGroupEntry(TrustedGroupEntry *groupEntry) in DestroyGroupEntry()
910 int32_t AddGroup(int32_t osAccountId, const TrustedGroupEntry *groupEntry) in AddGroup()
/base/security/device_auth/services/data_manager/inc/
Ddata_manager.h44 TrustedGroupEntry *groupEntry; member
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c290 … TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, StringGet(&(*entry)->groupId)); in GetRelatedGroups() local
467 int32_t GenerateReturnGroupInfo(const TrustedGroupEntry *groupEntry, CJson *returnJson) in GenerateReturnGroupInfo()
1129 TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, groupId); in GetGroupTypeFromDb() local
Dgroup_operation.c214 … TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, StringGet(&(*entry)->groupId)); in QueryRelatedGroupsForGetPk() local
878 TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, groupId); in GetAccessibleGroupInfoById() local
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c294 TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, groupId); in GetRelatedAcrossAccountGroups() local