Home
last modified time | relevance | path

Searched refs:QueryGroups (Results 1 – 13 of 13) sorted by relevance

/base/security/device_auth/services/data_manager/inc/
Ddata_manager.h86 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/
Daccount_related_group_auth.c177 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/
Dgroup_auth_data_operation.c131 if (QueryGroups(osAccountId, &groupParams, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c62 int32_t result = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in GetGroupNumByOwner()
111 if (QueryGroups(osAccountId, &params, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById()
243 return QueryGroups(osAccountId, params, returnGroupEntryVec); in GetGroupInfo()
250 return QueryGroups(osAccountId, &params, returnGroupEntryVec); in GetJoinedGroups()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
Dcompatible_auth_sub_session_common.c56 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/
Didentical_account_group.c300 int32_t res = QueryGroups(osAccountId, &groupParams, vec); in GetRelatedAcrossAccountGroups()
492 if (QueryGroups(osAccountId, &params, &groupEntryVec) != HC_SUCCESS) { in CheckUserIdValid()
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c196 result = QueryGroups(osAccountId, &params, &groupEntryVec); in AssertIdenticalGroupExist()
501 if (QueryGroups(osAccountId, &params, &groupEntryVec) != HC_SUCCESS) { in CheckUserIdValid()
/base/security/device_auth/services/creds_manager/src/
Dcreds_manager.c54 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/
Ddev_session_v2.c914 if (QueryGroups(osAccountId, &params, &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/
Dpeer_to_peer_group.c40 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/
Dsave_trusted_info.c102 if (QueryGroups(osAccountId, &params, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById()
/base/security/device_auth/services/
Ddevice_auth.c126 int32_t ret = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in GetDeviceIdByUdidHash()
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c1110 int32_t QueryGroups(int32_t osAccountId, const QueryGroupParams *params, GroupEntryVec *vec) in QueryGroups() function