Home
last modified time | relevance | path

Searched defs:groupEntry (Results 1 – 11 of 11) 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.c155 static bool IsPeerInAccountRelatedGroup(const TrustedGroupEntry *groupEntry, const char *peerUserId… in IsPeerInAccountRelatedGroup()
390 static int32_t AddSelfUserId(const TrustedGroupEntry *groupEntry, CJson *dataFromClient) in AddSelfUserId()
404 static int32_t AddGroupIdForServer(const TrustedGroupEntry *groupEntry, CJson *dataFromClient) in AddGroupIdForServer()
418 static int32_t AddSelfDevInfoForServer(int32_t osAccountId, const TrustedGroupEntry *groupEntry, CJ… in AddSelfDevInfoForServer()
482 TrustedGroupEntry *groupEntry = accountVec.get(&accountVec, 0); in AddSelfAccountInfoForServer() local
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c739 static void PostGroupCreatedMsg(const TrustedGroupEntry *groupEntry) in PostGroupCreatedMsg()
747 static void PostGroupDeletedMsg(const TrustedGroupEntry *groupEntry) in PostGroupDeletedMsg()
871 void DestroyGroupEntry(TrustedGroupEntry *groupEntry) in DestroyGroupEntry()
958 int32_t AddGroup(int32_t osAccountId, const TrustedGroupEntry *groupEntry) in AddGroup()
1237 TrustedGroupEntry **groupEntry; in DumpDb() local
/base/security/device_auth/services/data_manager/inc/
Ddata_manager.h44 TrustedGroupEntry *groupEntry; member
/base/security/device_auth/services/creds_manager/src/
Dcreds_manager.c107 static int32_t GetIdentityInfo(int32_t osAccountId, const TrustedGroupEntry *groupEntry, in GetIdentityInfo()
141 static void AddNoPseudonymIdentityInfo(int32_t osAccountId, const TrustedGroupEntry *groupEntry, co… in AddNoPseudonymIdentityInfo()
169 const TrustedGroupEntry *groupEntry = (TrustedGroupEntry *)(*ptr); in GetIdentityInfos() local
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c278 … TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, StringGet(&(*entry)->groupId)); in GetRelatedGroups() local
454 int32_t GenerateReturnGroupInfo(const TrustedGroupEntry *groupEntry, CJson *returnJson) in GenerateReturnGroupInfo()
1116 TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, groupId); in GetGroupTypeFromDb() local
Dgroup_operation.c197 … TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, StringGet(&(*entry)->groupId)); in QueryRelatedGroupsForGetPk() local
727 TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, groupId); in GetAccessibleGroupInfoById() local
/base/security/device_auth/services/creds_manager/src/account_related/
Daccount_related_creds_manager.c83 TrustedGroupEntry *groupEntry = GetSelfGroupEntryByPeerCert(osAccountId, certInfo); in GetSelfDeviceEntryByPeerCert() local
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c292 TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, groupId); in GetRelatedAcrossAccountGroups() local
/base/security/device_auth/services/session_manager/src/session/v2/
Ddev_session_v2.c1046 TrustedGroupEntry *groupEntry = groupVec.get(&groupVec, 0); in IsPeerSameUserId() local
1063 TrustedGroupEntry *groupEntry = groupVec.get(&groupVec, 0); in AddAcrossAccountAuthInfoToContext() local
1090 TrustedGroupEntry *groupEntry = groupVec.get(&groupVec, 0); in AddIdenticalAccountAuthInfoToContext() local
/base/security/device_auth/services/
Ddevice_auth.c135 const TrustedGroupEntry *groupEntry = (const TrustedGroupEntry *)(*ptr); in GetDeviceIdByUdidHash() local