Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_codec_type.h29 MMS_CONTENT_LOCATION = 0x03 | 0x80, enumerator
483 { MMS_CONTENT_LOCATION, "Mms-Content-Location" },
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_header_categ.cpp55 mmsFieldDesMap_.emplace(MMS_CONTENT_LOCATION, MmsFieldValueType::MMS_FIELD_TEXT_TYPE); in InitFieldDesV10()
H A Dmms_header.cpp160 memberFuncMap_[MMS_CONTENT_LOCATION] = func; in InitTextStringHandleFun()
1438 if (!EncodeTextStringValueFromMap(buff, MMS_CONTENT_LOCATION)) { in EncodeMmsNotificationInd()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp333 if (!encodeMsg.SetHeaderStringValue(MMS_CONTENT_LOCATION, strContentLocation)) { in GetMmsNotificationIndDataTest()
761 …std::cout << "ContentLocation: " << decodeMsg.GetHeaderStringValue(MMS_CONTENT_LOCATION) << std::e… in MmsNotificationIndDecodeTest()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp184 asyncContext.contentLocation = mmsMsg.GetHeaderStringValue(MmsFieldCode::MMS_CONTENT_LOCATION); in GetMmsNotificationInd()
1250 mmsMsg.SetHeaderStringValue(MmsFieldCode::MMS_CONTENT_LOCATION, context.contentLocation); in setNotificationIndToCore()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp277 mmsHeader->textValueMap_.insert(pair<uint8_t, std::string>(MMS_CONTENT_LOCATION, "auto"));