Searched refs:outJson (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/ |
H A D | histreamer_ability_parser.cpp | 127 cJSON *outJson = nullptr; in FromJson() local 128 cJSON_ArrayForEach(outJson, outsJson) { in FromJson() 130 FromJson(outJson, out); in FromJson() 212 cJSON *outJson = nullptr; in FromJson() local 213 cJSON_ArrayForEach(outJson, outsJson) { in FromJson() 215 FromJson(outJson, out); in FromJson() 287 cJSON *outJson = nullptr; in FromJson() local 288 cJSON_ArrayForEach(outJson, videoEncoderOutsJson) { in FromJson() 290 FromJson(outJson, out); in FromJson() 374 cJSON *outJson in FromJson() local [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/ |
H A D | histreamer_ability_querier.cpp | 318 cJSON *outJson = nullptr; in FromJson() local 319 cJSON_ArrayForEach(outJson, audioEncoderOutsJson) { in FromJson() 321 FromJson(outJson, out); in FromJson() 527 cJSON *outJson = nullptr; in FromJson() local 528 cJSON_ArrayForEach(outJson, audioDecoderOutsJson) { in FromJson() 530 FromJson(outJson, out); in FromJson() 723 cJSON *outJson = nullptr; in FromJson() local 724 cJSON_ArrayForEach(outJson, videoEncoderOutsJson) { in FromJson() 726 FromJson(outJson, out); in FromJson() 942 cJSON *outJson in FromJson() local [all...] |
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/ |
H A D | negotiate_message_test.cpp | 336 std::string outJson; in HWTEST_F() local 337 outJson.insert(outJson.end(), output.begin(), output.end()); in HWTEST_F() 338 std::cout << outJson << std::endl; in HWTEST_F()
|
Completed in 3 milliseconds