Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_utils.cpp73 cJSON *descJson = cJSON_CreateObject(); in BuildChannelDescription() local
74 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() local
93 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 …]