Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c35 #define GROUPID_BUF_LEN 65 macro
55 char groupId[GROUPID_BUF_LEN];
359 if (!GetJsonObjectStringItem(msg, FIELD_GROUP_ID, groupInfo->groupId, GROUPID_BUF_LEN)) { in ParseGroupInfo()