Home
last modified time | relevance | path

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

/base/security/deviceauth/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/deviceauth/services/data_manager/src/
Ddata_manager.c695 static void PostGroupCreatedMsg(const TrustedGroupEntry *groupEntry) in PostGroupCreatedMsg()
703 static void PostGroupDeletedMsg(const TrustedGroupEntry *groupEntry) in PostGroupDeletedMsg()
782 void DestroyGroupEntry(TrustedGroupEntry *groupEntry) in DestroyGroupEntry()
866 int32_t AddGroup(int32_t osAccountId, const TrustedGroupEntry *groupEntry) in AddGroup()
/base/security/deviceauth/services/data_manager/inc/
Ddata_manager.h44 TrustedGroupEntry *groupEntry; member
/base/security/deviceauth/services/group_manager/src/group_operation/
Dgroup_operation_common.c311 … TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, StringGet(&(*entry)->groupId)); in GetRelatedGroups() local
1022 TrustedGroupEntry *groupEntry = CreateGroupEntry(); in GetGroupTypeFromDb() local
Dgroup_operation.c212 … TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, StringGet(&(*entry)->groupId)); in QueryRelatedGroupsForGetPk() local