/base/security/device_auth/services/data_manager/inc/ |
H A D | data_manager.h | 90 int32_t QueryGroups(int32_t osAccountId, const QueryGroupParams *params, GroupEntryVec *vec);
|
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/ |
H A D | account_related_group_auth.c | 190 if (QueryGroups(osAccountId, &queryParams, &accountVec) != HC_SUCCESS) { in IsPeerInIdenticalGroup() 218 if (QueryGroups(osAccountId, queryParams, vec) != HC_SUCCESS) { in GaGetAccountGroup() 394 int32_t res = QueryGroups(osAccountId, &queryParams, accountVec); in QueryAuthGroupForServer() 511 res = QueryGroups(osAccountId, &queryParams, accountVec); in QueryGroupForAccountPlugin()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
H A D | group_operation_common.c | 99 int32_t result = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in GetGroupNumByOwner() 185 if (QueryGroups(osAccountId, ¶ms, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById() 327 return QueryGroups(osAccountId, params, returnGroupEntryVec); in GetGroupInfo() 334 return QueryGroups(osAccountId, ¶ms, returnGroupEntryVec); in GetJoinedGroups() 1177 int32_t ret = QueryGroups(UPGRADE_OS_ACCOUNT_ID, &queryParams, &groupEntryVec); in CheckAndRemoveUpgradeData()
|
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/ |
H A D | group_auth_data_operation.c | 100 if (QueryGroups(osAccountId, &groupParams, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/ |
H A D | across_account_group.c | 192 result = QueryGroups(osAccountId, ¶ms, &groupEntryVec); in AssertIdenticalGroupExist() 497 if (QueryGroups(osAccountId, ¶ms, &groupEntryVec) != HC_SUCCESS) { in CheckUserIdValid()
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
H A D | compatible_auth_sub_session_common.c | 80 if (QueryGroups(osAccountId, &queryParams, vec) != HC_SUCCESS) { in GetAccountUnrelatedCandidateGroups() 110 if (QueryGroups(osAccountId, &queryParams, groupEntryVec) != HC_SUCCESS) { in GetGroupInfoByGroupId()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/ |
H A D | identical_account_group.c | 300 int32_t res = QueryGroups(osAccountId, &groupParams, vec); in GetRelatedAcrossAccountGroups() 499 if (QueryGroups(osAccountId, ¶ms, &groupEntryVec) != HC_SUCCESS) { in CheckUserIdValid()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/ |
H A D | peer_to_peer_group.c | 36 int32_t result = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in IsSameNameGroupExist()
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_group.c | 66 return QueryGroups(osAccountId, &queryParams, vec); in GetAccountUnrelatedCandidateGroups() 73 int32_t ret = QueryGroups(osAccountId, &queryParams, groupEntryVec); in GetGroupInfoByGroupId()
|
H A D | cert_operation.c | 135 if (QueryGroups(osAccountId, &queryParams, &accountVec) != HC_SUCCESS) { in GetSelfUserId()
|
/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 674 if (QueryGroups(osAccountId, &queryParams, &accountVec) != HC_SUCCESS) { in GetSelfUserId() 1203 if (QueryGroups(osAccountId, &queryParams, &groupVec) != HC_SUCCESS || groupVec.size(&groupVec) <= 0) { in IsPeerSameUserId() 1220 if (QueryGroups(osAccountId, &queryParams, &groupVec) != HC_SUCCESS || groupVec.size(&groupVec) <= 0) { in AddAcrossAccountAuthInfoToContext() 1253 if (QueryGroups(osAccountId, &queryParams, &groupVec) != HC_SUCCESS || groupVec.size(&groupVec) <= 0) { in AddIdenticalAccountAuthInfoToContext()
|
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | save_trusted_info.c | 103 if (QueryGroups(osAccountId, ¶ms, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById()
|
/base/security/device_auth/services/ |
H A D | device_auth.c | 136 int32_t ret = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in GetDeviceIdByUdidHash()
|
/base/security/device_auth/services/data_manager/src/ |
H A D | data_manager.c | 1472 int32_t QueryGroups(int32_t osAccountId, const QueryGroupParams *params, GroupEntryVec *vec) in QueryGroups() function
|