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 D | group_operation_common.c | 136 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 D | group_auth_data_operation.c | 93 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 D | save_trusted_info.c | 98 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 D | group_operation_common.h | 104 TrustedGroupEntry *GetGroupEntryById(int32_t osAccountId, const char *groupId);
|
/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/groupoperationcommon_fuzzer/ |
H A D | groupoperationcommon_fuzzer.cpp | 57 (void)GetGroupEntryById(DEFAULT_OS_ACCOUNT, nullptr); in GroupOperationTest01()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | group_operation_common_test.cpp | 84 TrustedGroupEntry *entry = GetGroupEntryById(DEFAULT_OS_ACCOUNT, nullptr);
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 201 … 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 D | device_auth.c | 236 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 D | compatible_bind_sub_session_common.c | 280 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 D | identical_account_group.c | 292 TrustedGroupEntry *groupEntry = GetGroupEntryById(osAccountId, groupId); in GetRelatedAcrossAccountGroups()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 1146 TrustedGroupEntry *entry = GetGroupEntryById(osAccountId, groupId); in AddGroupInfoToContext()
|