Searched refs:strContentType (Results 1 – 5 of 5) 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()
139 bool MmsAttachment::SetContentType(std::string strContentType) in SetContentType() argument141 if (strContentType.empty()) { in SetContentType()145 contentType_.assign(strContentType); in SetContentType()
304 bool MmsBodyPart::SetContentType(std::string strContentType) in SetContentType() argument306 return bodyPartContentType_.SetContentType(strContentType); in SetContentType()309 bool MmsBodyPart::GetContentType(std::string &strContentType) in GetContentType() argument311 return bodyPartContentType_.GetContentType(strContentType); in GetContentType()
41 bool SetContentType(std::string strContentType);42 bool GetContentType(std::string &strContentType);
117 bool SetContentType(std::string strContentType);