Home
last modified time | relevance | path

Searched refs:AddGroupTypeToParams (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h54 int32_t AddGroupTypeToParams(int groupType, TrustedGroupEntry *groupParams);
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c148 if (((result = AddGroupTypeToParams(PEER_TO_PEER_GROUP, groupParams)) != HC_SUCCESS) || in GenerateGroupParams()
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c54 if (((result = AddGroupTypeToParams(IDENTICAL_ACCOUNT_GROUP, groupParams)) != HC_SUCCESS) || in GenerateGroupParams()
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c150 …if (((result = AddGroupTypeToParams(ACROSS_ACCOUNT_AUTHORIZE_GROUP, groupParams)) != HC_SUCCESS) || in GenerateGroupParams()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c649 int32_t AddGroupTypeToParams(int groupType, TrustedGroupEntry *groupParams) in AddGroupTypeToParams() function