Searched refs:INS (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/ |
H A D | histreamer_ability_parser.cpp | 25 static const std::string INS = "ins"; member 110 if (!IsArray(jsonObject, INS)) { in FromJson() 111 DHLOGE("AudioEncoder INS is invalid!"); in FromJson() 114 cJSON *insJson = cJSON_GetObjectItem(jsonObject, INS.c_str()); in FromJson() 196 if (!IsArray(jsonObject, INS)) { in FromJson() 200 const cJSON *insJson = cJSON_GetObjectItem(jsonObject, INS.c_str()); in FromJson() 270 if (!IsArray(jsonObject, INS)) { in FromJson() 271 DHLOGE("VideoEncoder INS is invalid!"); in FromJson() 274 cJSON *videoEncoderInsJson = cJSON_GetObjectItem(jsonObject, INS.c_str()); in FromJson() 357 if (!IsArray(jsonObject, INS)) { in FromJson() [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/ |
H A D | histreamer_ability_querier.cpp | 41 static const std::string INS = "ins"; member 271 cJSON_AddItemToObject(jsonObject, INS.c_str(), audioEncoderInsJson); in ToJson() 301 cJSON *audioEncoderInsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, INS.c_str()); in FromJson() 303 AVTRANS_LOGE("AudioEncoder INS is invalid"); in FromJson() 481 cJSON_AddItemToObject(jsonObject, INS.c_str(), audioDecoderInsJson); in ToJson() 511 cJSON *audioDecoderInsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, INS.c_str()); in FromJson() 513 AVTRANS_LOGE("AudioDecoder INS is invalid"); in FromJson() 673 cJSON_AddItemToObject(jsonObject, INS.c_str(), videoEncoderInsJson); in ToJson() 706 cJSON *videoEncoderInsJson = cJSON_GetObjectItemCaseSensitive(jsonObject, INS.c_str()); in FromJson() 708 AVTRANS_LOGE("VideoEncoder INS i in FromJson() [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/ |
H A D | histreamer_ability_parser_test.cpp | 30 static const std::string INS = "ins"; member
|
Completed in 3 milliseconds