Searched refs:QueryGroups (Results 1 – 13 of 13) sorted by relevance
/base/security/device_auth/services/data_manager/inc/ |
D | data_manager.h | 86 int32_t QueryGroups(int32_t osAccountId, const QueryGroupParams *params, GroupEntryVec *vec);
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth/ |
D | account_related_group_auth.c | 177 if (QueryGroups(osAccountId, &queryParams, &accountVec) != HC_SUCCESS) { in IsPeerInIdenticalGroup() 205 if (QueryGroups(osAccountId, queryParams, vec) != HC_SUCCESS) { in GaGetAccountGroup() 378 int32_t res = QueryGroups(osAccountId, &queryParams, accountVec); in QueryAuthGroupForServer()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/ |
D | group_auth_data_operation.c | 131 if (QueryGroups(osAccountId, &groupParams, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById()
|
/base/security/device_auth/services/group_manager/src/group_operation/ |
D | group_operation_common.c | 62 int32_t result = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in GetGroupNumByOwner() 111 if (QueryGroups(osAccountId, ¶ms, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById() 243 return QueryGroups(osAccountId, params, returnGroupEntryVec); in GetGroupInfo() 250 return QueryGroups(osAccountId, ¶ms, returnGroupEntryVec); in GetJoinedGroups()
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
D | compatible_auth_sub_session_common.c | 56 if (QueryGroups(osAccountId, &queryParams, vec) != HC_SUCCESS) { in GetAccountUnrelatedCandidateGroups() 86 if (QueryGroups(osAccountId, &queryParams, groupEntryVec) != HC_SUCCESS) { in GetGroupInfoByGroupId()
|
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/ |
D | identical_account_group.c | 300 int32_t res = QueryGroups(osAccountId, &groupParams, vec); in GetRelatedAcrossAccountGroups() 492 if (QueryGroups(osAccountId, ¶ms, &groupEntryVec) != HC_SUCCESS) { in CheckUserIdValid()
|
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/ |
D | across_account_group.c | 196 result = QueryGroups(osAccountId, ¶ms, &groupEntryVec); in AssertIdenticalGroupExist() 501 if (QueryGroups(osAccountId, ¶ms, &groupEntryVec) != HC_SUCCESS) { in CheckUserIdValid()
|
/base/security/device_auth/services/creds_manager/src/ |
D | creds_manager.c | 54 return QueryGroups(osAccountId, &queryParams, vec); in GetAccountUnrelatedCandidateGroups() 671 int32_t ret = QueryGroups(osAccountId, &queryParams, groupEntryVec); in GetGroupInfoByGroupId()
|
/base/security/device_auth/services/session_manager/src/session/v2/ |
D | dev_session_v2.c | 914 if (QueryGroups(osAccountId, ¶ms, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById() 1041 …if (QueryGroups(osAccountId, &queryParams, &groupVec) != HC_SUCCESS || groupVec.size(&groupVec) <=… in IsPeerSameUserId() 1058 …if (QueryGroups(osAccountId, &queryParams, &groupVec) != HC_SUCCESS || groupVec.size(&groupVec) <=… in AddAcrossAccountAuthInfoToContext() 1085 …if (QueryGroups(osAccountId, &queryParams, &groupVec) != HC_SUCCESS || groupVec.size(&groupVec) <=… in AddIdenticalAccountAuthInfoToContext()
|
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/ |
D | peer_to_peer_group.c | 40 int32_t result = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in IsSameNameGroupExist()
|
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
D | save_trusted_info.c | 102 if (QueryGroups(osAccountId, ¶ms, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById()
|
/base/security/device_auth/services/ |
D | device_auth.c | 126 int32_t ret = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in GetDeviceIdByUdidHash()
|
/base/security/device_auth/services/data_manager/src/ |
D | data_manager.c | 1110 int32_t QueryGroups(int32_t osAccountId, const QueryGroupParams *params, GroupEntryVec *vec) in QueryGroups() function
|