Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c159 static int32_t GenerateAcrossAccountGroupId(const CJson *jsonParams, char **returnGroupId) in GenerateAcrossAccountGroupId() function
534 ((result = GenerateAcrossAccountGroupId(jsonParams, &groupId)) != HC_SUCCESS) || in CreateGroup()