Searched refs:CreateGroupInner (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/ |
H A D | peer_to_peer_group.c | 169 static int32_t CreateGroupInner(int32_t osAccountId, const CJson *jsonParams, char **returnGroupId) in CreateGroupInner() function 434 int32_t result = CreateGroupInner(osAccountId, jsonParams, &groupId); in CreateGroup()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 480 static int32_t CreateGroupInner(int32_t osAccountId, int64_t requestId, const char *appId, const ch… in CreateGroupInner() function 546 int32_t res = CreateGroupInner(osAccountId, requestId, appId, createParams); in RequestCreateGroup()
|