Home
last modified time | relevance | path

Searched refs:ACROSS_ACCOUNT_AUTHORIZE_GROUP (Results 1 - 10 of 10) sorted by relevance

/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H A Dgroup_auth_data_operation.c244 groupType = ACROSS_ACCOUNT_AUTHORIZE_GROUP; in AuthFormToGroupType()
264 case ACROSS_ACCOUNT_AUTHORIZE_GROUP: in GroupTypeToAuthForm()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c146 if (((result = AddGroupTypeToParams(ACROSS_ACCOUNT_AUTHORIZE_GROUP, groupParams)) != HC_SUCCESS) || in GenerateGroupParams()
349 ((result = AssertGroupTypeMatch(groupType, ACROSS_ACCOUNT_AUTHORIZE_GROUP)) != HC_SUCCESS) || in CheckChangeParams()
496 params.groupType = ACROSS_ACCOUNT_AUTHORIZE_GROUP; in CheckUserIdValid()
645 .base.type = ACROSS_ACCOUNT_AUTHORIZE_GROUP,
/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth.h109 ACROSS_ACCOUNT_AUTHORIZE_GROUP = 1282 enumerator
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c43 ((groupType == ACROSS_ACCOUNT_AUTHORIZE_GROUP) && (IsAcrossAccountGroupSupported()))) { in IsGroupTypeSupported()
386 } else if (groupType == ACROSS_ACCOUNT_AUTHORIZE_GROUP) { in GetGroupInstance()
672 } else if (groupType == ACROSS_ACCOUNT_AUTHORIZE_GROUP) { in AddMultiMembersToGroupInner()
724 } else if (groupType == ACROSS_ACCOUNT_AUTHORIZE_GROUP) { in DelMultiMembersFromGroupInner()
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c264 GaGetAccountGroup(osAccountId, ACROSS_ACCOUNT_AUTHORIZE_GROUP, peerUserId, queryParams, vec); in GetAccountCandidateGroup()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c299 groupParams.groupType = ACROSS_ACCOUNT_AUTHORIZE_GROUP; in GetRelatedAcrossAccountGroups()
/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c953 if ((groupInfo->type != ACROSS_ACCOUNT_AUTHORIZE_GROUP) && (groupInfo->type != IDENTICAL_ACCOUNT_GROUP)) { in AddUserIdToReturnIfAccountGroup()
970 if (groupInfo->type != ACROSS_ACCOUNT_AUTHORIZE_GROUP) { in AddSharedUserIdToReturnIfAcrossAccountGroup()
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp935 int32_t authForm = GroupTypeToAuthForm(ACROSS_ACCOUNT_AUTHORIZE_GROUP); in HWTEST_F()
942 ASSERT_EQ(groupType, ACROSS_ACCOUNT_AUTHORIZE_GROUP); in HWTEST_F()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c398 return ((groupType == IDENTICAL_ACCOUNT_GROUP) || (groupType == ACROSS_ACCOUNT_AUTHORIZE_GROUP)); in IsAccountRelatedGroup()
/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c1218 queryParams.groupType = ACROSS_ACCOUNT_AUTHORIZE_GROUP; in AddAcrossAccountAuthInfoToContext()

Completed in 17 milliseconds