Searched refs:descJson (Results 1 – 1 of 1) sorted by relevance
73 cJSON *descJson = cJSON_CreateObject(); in BuildChannelDescription() local74 if (descJson == nullptr) { in BuildChannelDescription()79 char *data = cJSON_PrintUnformatted(descJson); in BuildChannelDescription()81 cJSON_Delete(descJson); in BuildChannelDescription()85 cJSON_Delete(descJson); in BuildChannelDescription()92 cJSON *descJson = cJSON_Parse(descJsonStr.c_str()); in ParseChannelDescription() local93 if (descJson == nullptr) { in ParseChannelDescription()98 cJSON_Delete(descJson); in ParseChannelDescription()102 if (devObj == nullptr || !IsString(descJson, KEY_PEER_DEVID)) { in ParseChannelDescription()103 cJSON_Delete(descJson); in ParseChannelDescription()[all …]