Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c88 static int32_t GenerateIdenticalGroupId(const CJson *jsonParams, char **returnGroupId) in GenerateIdenticalGroupId() function
536 ((result = GenerateIdenticalGroupId(jsonParams, &groupId)) != HC_SUCCESS) || in CreateGroup()