Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/data_manager/inc/
H A Ddata_manager.h90 int32_t QueryGroups(int32_t osAccountId, const QueryGroupParams *params, GroupEntryVec *vec);
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c191 if (QueryGroups(osAccountId, &queryParams, &accountVec) != HC_SUCCESS) { in IsPeerInIdenticalGroup()
219 if (QueryGroups(osAccountId, queryParams, vec) != HC_SUCCESS) { in GaGetAccountGroup()
395 int32_t res = QueryGroups(osAccountId, &queryParams, accountVec); in QueryAuthGroupForServer()
512 res = QueryGroups(osAccountId, &queryParams, accountVec); in QueryGroupForAccountPlugin()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c98 int32_t result = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in GetGroupNumByOwner()
147 if (QueryGroups(osAccountId, &params, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById()
280 return QueryGroups(osAccountId, params, returnGroupEntryVec); in GetGroupInfo()
287 return QueryGroups(osAccountId, &params, returnGroupEntryVec); in GetJoinedGroups()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H A Dgroup_auth_data_operation.c100 if (QueryGroups(osAccountId, &groupParams, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c192 result = QueryGroups(osAccountId, &params, &groupEntryVec); in AssertIdenticalGroupExist()
497 if (QueryGroups(osAccountId, &params, &groupEntryVec) != HC_SUCCESS) { in CheckUserIdValid()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c300 int32_t res = QueryGroups(osAccountId, &groupParams, vec); in GetRelatedAcrossAccountGroups()
499 if (QueryGroups(osAccountId, &params, &groupEntryVec) != HC_SUCCESS) { in CheckUserIdValid()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_common.c79 if (QueryGroups(osAccountId, &queryParams, vec) != HC_SUCCESS) { in GetAccountUnrelatedCandidateGroups()
109 if (QueryGroups(osAccountId, &queryParams, groupEntryVec) != HC_SUCCESS) { in GetGroupInfoByGroupId()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_group.c66 return QueryGroups(osAccountId, &queryParams, vec); in GetAccountUnrelatedCandidateGroups()
73 int32_t ret = QueryGroups(osAccountId, &queryParams, groupEntryVec); in GetGroupInfoByGroupId()
H A Dcert_operation.c131 if (QueryGroups(osAccountId, &queryParams, &accountVec) != HC_SUCCESS) { in GetSelfUserId()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c674 if (QueryGroups(osAccountId, &queryParams, &accountVec) != HC_SUCCESS) { in GetSelfUserId()
1203 …if (QueryGroups(osAccountId, &queryParams, &groupVec) != HC_SUCCESS || groupVec.size(&groupVec) <=… in IsPeerSameUserId()
1220 …if (QueryGroups(osAccountId, &queryParams, &groupVec) != HC_SUCCESS || groupVec.size(&groupVec) <=… in AddAcrossAccountAuthInfoToContext()
1253 …if (QueryGroups(osAccountId, &queryParams, &groupVec) != HC_SUCCESS || groupVec.size(&groupVec) <=… in AddIdenticalAccountAuthInfoToContext()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c36 int32_t result = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in IsSameNameGroupExist()
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c668 int32_t ret = QueryGroups(UPGRADE_OS_ACCOUNT_ID, &queryParams, &groupEntryVec); in CheckAndRemoveUpgradeData()
1553 int32_t QueryGroups(int32_t osAccountId, const QueryGroupParams *params, GroupEntryVec *vec) in QueryGroups() function
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info.c103 if (QueryGroups(osAccountId, &params, &groupEntryVec) != HC_SUCCESS) { in GetGroupEntryById()
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c136 int32_t ret = QueryGroups(osAccountId, &queryParams, &groupEntryVec); in GetDeviceIdByUdidHash()