Searched refs:MmsHeaderParam (Results 1 – 2 of 2) sorted by relevance
228 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()
23 enum class MmsHeaderParam { enum