Searched refs:strContentType (Results 1 – 7 of 7) sorted by relevance
129 std::string strContentType = ""; in EncodeMmsHeaderContentType() local130 mmsHeader.GetHeaderContentType().GetContentType(strContentType); in EncodeMmsHeaderContentType()131 if (!strContentType.length()) { in EncodeMmsHeaderContentType()136 if (!encodeBuffer.EncodeText(strContentType)) { in EncodeMmsHeaderContentType()144 if (!tmpEncodeBuffer.EncodeText(strContentType)) { in EncodeMmsHeaderContentType()
140 bool MmsAttachment::SetContentType(std::string strContentType) in SetContentType() argument142 if (strContentType.empty()) { in SetContentType()146 contentType_.assign(strContentType); in SetContentType()
302 bool MmsBodyPart::SetContentType(std::string strContentType) in SetContentType() argument304 return bodyPartContentType_.SetContentType(strContentType); in SetContentType()307 bool MmsBodyPart::GetContentType(std::string &strContentType) in GetContentType() argument309 return bodyPartContentType_.GetContentType(strContentType); in GetContentType()
41 bool SetContentType(std::string strContentType);42 bool GetContentType(std::string &strContentType);
117 bool SetContentType(std::string strContentType);
336 const std::string &strContentType, NotificationContent::Type &contentType) in GetContentTypeByString() argument349 auto iterContentType = convertStrToContentType_.find(strContentType); in GetContentTypeByString()
232 …static bool GetContentTypeByString(const std::string &strContentType, NotificationContent::Type &c…