Home
last modified time | relevance | path

Searched refs:MmsHeaderParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part_header.cpp228 switch (static_cast<MmsHeaderParam>(fieldCode)) { in DecodeWellKnownHeader()
229 case MmsHeaderParam::P_CONTENT_LOCATION_V1: /* Content-Location */ in DecodeWellKnownHeader()
230 case MmsHeaderParam::P_CONTENT_LOCATION_V2: { /* Content-Location */ in DecodeWellKnownHeader()
237 case MmsHeaderParam::P_CONTENT_ID: { /* Content-ID */ in DecodeWellKnownHeader()
244 case MmsHeaderParam::P_CONTENT_DISPOSITION_V1: /* Content-Disposition */ in DecodeWellKnownHeader()
245 case MmsHeaderParam::P_CONTENT_DISPOSITION_V2: { in DecodeWellKnownHeader()
377 …if (!encodeBuffer.WriteByte(static_cast<uint8_t>(MmsHeaderParam::P_CONTENT_LOCATION_V2) | setHighe… in EncodeContentLocation()
404 …if (!encodeBuffer.WriteByte(static_cast<uint8_t>(MmsHeaderParam::P_CONTENT_ID) | setHighestBitOne)… in EncodeContentId()
437 …if (!encodeBuffer.WriteByte(static_cast<uint8_t>(MmsHeaderParam::P_CONTENT_DISPOSITION_V1) | setHi… in EncodeContentDisposition()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part_header.h23 enum class MmsHeaderParam { enum