Home
last modified time | relevance | path

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

/base/telephony/sms_mms/interfaces/innerkits/
Dmms_codec_type.h29 MMS_CONTENT_LOCATION = 0x03 | 0x80, enumerator
483 { MMS_CONTENT_LOCATION, "Mms-Content-Location" },
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_header_categ.cpp55 mmsFieldDesMap_.emplace(MMS_CONTENT_LOCATION, MmsFieldValueType::MMS_FIELD_TEXT_TYPE); in InitFieldDesV10()
Dmms_header.cpp110 memberFuncMap_[MMS_CONTENT_LOCATION] = &MmsHeader::DecodeFieldTextStringValue; in InitTextStringHandleFun()
1350 if (!EncodeTextStringValueFromMap(buff, MMS_CONTENT_LOCATION)) { in EncodeMmsNotificationInd()
/base/telephony/sms_mms/test/unittest/
Dmms_msg_test.cpp330 if (!encodeMsg.SetHeaderStringValue(MMS_CONTENT_LOCATION, strContentLocation)) { in MmsNotificationIndEncodeTest()
747 …std::cout << "ContentLocation: " << decodeMsg.GetHeaderStringValue(MMS_CONTENT_LOCATION) << std::e… in MmsNotificationIndDecodeTest()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_mms_test.cpp251 mmsHeader->textValueMap_.insert(pair<uint8_t, std::string>(MMS_CONTENT_LOCATION, "auto"));
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_mms.cpp188 asyncContext.contentLocation = mmsMsg.GetHeaderStringValue(MmsFieldCode::MMS_CONTENT_LOCATION); in GetMmsNotificationInd()
1257 mmsMsg.SetHeaderStringValue(MmsFieldCode::MMS_CONTENT_LOCATION, context.contentLocation); in setNotificationIndToCore()