Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_content.cpp28 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 …]
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_content_type.cpp26 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 …]
Dmms_attachment.cpp62 contentType_ = srcAttachment.contentType_; in MmsAttachment()
145 contentType_.assign(strContentType); in SetContentType()
151 return contentType_; in GetContentType()
/base/telephony/sms_mms/services/sms/
Dsms_wap_push_content_type.cpp84 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()
Dsms_wap_push_handler.cpp60 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()
/base/telephony/sms_mms/services/sms/include/
Dsms_wap_push_handler.h50 SmsWapPushContentType contentType_; variable
Dsms_wap_push_content_type.h264 std::string contentType_ = "";
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_content.h210 NotificationContent::Type contentType_ {NotificationContent::Type::NONE};
/base/telephony/sms_mms/interfaces/innerkits/
Dmms_attachment.h194 std::string contentType_; variable
/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_content_type.h233 std::string contentType_;
/base/telephony/sms_mms/test/gtest/
Dzero_branch_mms_test.cpp672 mmsTContentType.contentType_ = "lll";
822 mmsContentType.contentType_ = "";
824 mmsContentType.contentType_ = "*/*";