Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_content_type.cpp523 int8_t u8ContentType = 0; in EncodeMmsBodyPartContentType() local
524 u8ContentType = GetContentTypeFromString(contentType_); in EncodeMmsBodyPartContentType()
525 if (u8ContentType < 0) { in EncodeMmsBodyPartContentType()
531 if (!tmpEncodeBuffer.WriteByte(static_cast<uint8_t>(u8ContentType) | 0x80)) { in EncodeMmsBodyPartContentType()