Home
last modified time | relevance | path

Searched refs:GetGroupEntryById (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c136 TrustedGroupEntry *GetGroupEntryById(int32_t osAccountId, const char *groupId) in GetGroupEntryById() function
203 TrustedGroupEntry *entry = GetGroupEntryById(osAccountId, groupId); in IsGroupOwner()
225 TrustedGroupEntry *entry = GetGroupEntryById(osAccountId, groupId); in IsGroupExistByGroupId()
239 TrustedGroupEntry *entry = GetGroupEntryById(osAccountId, groupId); in CheckGroupAccessible()
260 TrustedGroupEntry *entry = GetGroupEntryById(osAccountId, groupId); in CheckGroupEditAllowed()
309 … TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, StringGet(&(*entry)->groupId)); in GetRelatedGroups()
1003 TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, groupId); in GetGroupTypeFromDb()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H A Dgroup_auth_data_operation.c93 static int32_t GetGroupEntryById(int32_t osAccountId, const char *groupId, TrustedGroupEntry *retur… in GetGroupEntryById() function
128 int32_t res = GetGroupEntryById(osAccountId, groupId, entry); in GaIsGroupAccessible()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info.c98 static TrustedGroupEntry *GetGroupEntryById(int32_t osAccountId, const char *groupId) in GetGroupEntryById() function
128 TrustedGroupEntry *entry = GetGroupEntryById(params->osAccountId, params->groupId); in CheckGroupValidity()
154 TrustedGroupEntry *entry = GetGroupEntryById(params->osAccountId, params->groupId); in ClientSendTrustedInfoProcEvent()
485 TrustedGroupEntry *entry = GetGroupEntryById(params->osAccountId, params->groupId); in ServerSendTrustedInfoProcEvent()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h104 TrustedGroupEntry *GetGroupEntryById(int32_t osAccountId, const char *groupId);
/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/groupoperationcommon_fuzzer/
H A Dgroupoperationcommon_fuzzer.cpp57 (void)GetGroupEntryById(DEFAULT_OS_ACCOUNT, nullptr); in GroupOperationTest01()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dgroup_operation_common_test.cpp84 TrustedGroupEntry *entry = GetGroupEntryById(DEFAULT_OS_ACCOUNT, nullptr);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c201 … TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, StringGet(&(*entry)->groupId)); in QueryRelatedGroupsForGetPk()
894 TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, groupId); in GetAccessibleGroupInfoById()
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c236 TrustedGroupEntry *entry = GetGroupEntryById(osAccountId, groupId); in AddGroupInfoToContextByDb()
499 TrustedGroupEntry *entry = GetGroupEntryById(osAccountId, groupId); in CheckGroupVisibility()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_common.c280 TrustedGroupEntry *entry = GetGroupEntryById(osAccountId, groupId); in AddGroupInfoByDatabase()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c292 TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, groupId); in GetRelatedAcrossAccountGroups()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c1146 TrustedGroupEntry *entry = GetGroupEntryById(osAccountId, groupId); in AddGroupInfoToContext()