Searched refs:contentType_ (Results 1 – 11 of 11) sorted by relevance
28 contentType_ = NotificationContent::Type::BASIC_TEXT; in NotificationContent()39 contentType_ = NotificationContent::Type::LONG_TEXT; in NotificationContent()50 contentType_ = NotificationContent::Type::PICTURE; in NotificationContent()61 contentType_ = NotificationContent::Type::CONVERSATION; in NotificationContent()72 contentType_ = NotificationContent::Type::MULTILINE; in NotificationContent()83 contentType_ = NotificationContent::Type::MEDIA; in NotificationContent()92 return contentType_; in GetContentType()102 …std::string contentTypeStr = (contentType_ == NotificationContent::Type::BASIC_TEXT) ? "BASIC_… in Dump()103 … : (contentType_ == NotificationContent::Type::CONVERSATION) ? "CONVERSATION" in Dump()104 … : (contentType_ == NotificationContent::Type::LONG_TEXT) ? "LONG_TEXT" in Dump()[all …]
26 TELEPHONY_LOGI("contentType : %{public}s", contentType_.c_str()); in DumpMmsContentType()33 contentType_ = srcContentType.contentType_; in MmsContentType()40 contentType_ = srcContentType.contentType_; in operator =()71 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeMmsContentType()81 contentType_ = sType; in DecodeMmsContentType()132 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeMmsCTGeneralForm()147 contentType_ = sType; in DecodeMmsCTGeneralForm()255 str = contentType_; in GetContentType()261 contentType_ = str; in SetContentType()524 u8ContentType = GetContentTypeFromString(contentType_); in EncodeMmsBodyPartContentType()[all …]
62 contentType_ = srcAttachment.contentType_; in MmsAttachment()145 contentType_.assign(strContentType); in SetContentType()151 return contentType_; in GetContentType()
84 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeContentType()94 contentType_ = sType; in DecodeContentType()145 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeCTGeneralForm()160 contentType_ = sType; in DecodeCTGeneralForm()247 return contentType_; in GetContentType()252 contentType_ = str; in SetContentType()
60 if (contentType_.GetContentType() == std::string(CONTENT_MIME_TYPE_B_PUSH_CO)) { in DecodeWapPushPduData()104 if (!contentType_.DecodeContentType(decodeBuffer, contentTypeLength)) { in DecodeWapPushPdu()331 want.SetParam("contentType", contentType_.GetContentType()); in SendWapPushMessageBroadcast()
50 SmsWapPushContentType contentType_; variable
264 std::string contentType_ = "";
210 NotificationContent::Type contentType_ {NotificationContent::Type::NONE};
194 std::string contentType_; variable
233 std::string contentType_;
672 mmsTContentType.contentType_ = "lll";822 mmsContentType.contentType_ = "";824 mmsContentType.contentType_ = "*/*";