Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h49 int32_t AddGroupNameToParams(const char *groupName, TrustedGroupEntry *groupParams);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c145 ((result = AddGroupNameToParams(groupName, groupParams)) != HC_SUCCESS) || in GenerateGroupParams()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c147 ((result = AddGroupNameToParams(groupId, groupParams)) != HC_SUCCESS) || in GenerateGroupParams()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c55 ((result = AddGroupNameToParams(groupId, groupParams)) != HC_SUCCESS) || in GenerateGroupParams()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c495 int32_t AddGroupNameToParams(const char *groupName, TrustedGroupEntry *groupParams) in AddGroupNameToParams() function