Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp30 static const std::string AD_MPEG_VER = "ad_mpeg_ver"; variable
77 if (!IsUInt32(jsonObject, AD_MPEG_VER)) { in FromJson()
81 …audioEncoderOut.ad_mpeg_ver = (uint32_t)cJSON_GetObjectItem(jsonObject, AD_MPEG_VER.c_str())->valu… in FromJson()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H A Dhistreamer_ability_parser_test.cpp35 static const std::string AD_MPEG_VER = "ad_mpeg_ver"; variable
101 cJSON_AddStringToObject(json, AD_MPEG_VER.c_str(), TEST_STR.c_str());
105 …cJSON_ReplaceItemInObject(json, AD_MPEG_VER.c_str(), cJSON_CreateNumber((double)AD_MPEG_VER_VALUE)…
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp46 static const std::string AD_MPEG_VER = "ad_mpeg_ver"; variable
202 …cJSON_AddNumberToObject(jsonObject, AD_MPEG_VER.c_str(), static_cast<uint8_t>(audioEncoderOut.ad_m… in ToJson()
222 if (!IsUInt32(jsonObject, AD_MPEG_VER)) { in FromJson()
226 cJSON *verObj = cJSON_GetObjectItemCaseSensitive(jsonObject, AD_MPEG_VER.c_str()); in FromJson()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp50 static const std::string AD_MPEG_VER = "ad_mpeg_ver"; variable
315 cJSON_AddNumberToObject(jsonObject2, AD_MPEG_VER.c_str(), AD_MPEG_VER_VALUE);