Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp953 cJSON *jsonObjs = cJSON_CreateArray(); in ToJson() local
954 if (jsonObjs == nullptr) { in ToJson()
960 cJSON_Delete(jsonObjs); in ToJson()
964 cJSON_AddItemToArray(jsonObjs, jsonObj); in ToJson()
966 cJSON_AddItemToObject(jsonObject, key.c_str(), jsonObjs); in ToJson()