/base/telephony/sms_mms/frameworks/native/mms/src/ |
D | mms_body_part.cpp | 260 if (!SetContentType(attachment.GetContentType())) { in SetAttachment() 278 GetContentType().GetContentParam().SetFileName(strFileName_); in SetAttachment() 279 GetContentType().GetContentParam().SetCharSet(attachment.GetCharSet()); in SetAttachment() 298 bool MmsBodyPart::GetContentType(std::string &strContentType) in GetContentType() function in OHOS::Telephony::MmsBodyPart 300 return bodyPartContentType_.GetContentType(strContentType); in GetContentType() 379 GetContentType().GetContentParam().GetFileName(fileName); in DecodeSetFileName() 504 MmsContentType &MmsBodyPart::GetContentType() in GetContentType() function in OHOS::Telephony::MmsBodyPart
|
D | mms_msg.cpp | 253 mmsHeader_.GetHeaderContentType().GetContentType(contentType); in GetHeaderContentType() 292 bodyPart.GetContentType(contentType); in AddAttachment() 330 part.GetContentType().GetContentType(contentType); in GetAllAttachment() 332 attachment.SetCharSet(part.GetContentType().GetContentParam().GetCharSet()); in GetAllAttachment()
|
D | mms_body.cpp | 75 header.GetHeaderContentType().GetContentType(contentType); in DecodeMmsBody() 130 mmsHeader.GetHeaderContentType().GetContentType(strContentType); in EncodeMmsHeaderContentType()
|
D | mms_attachment.cpp | 145 std::string MmsAttachment::GetContentType() in GetContentType() function in OHOS::Telephony::MmsAttachment
|
D | mms_content_type.cpp | 253 bool MmsContentType::GetContentType(std::string &str) in GetContentType() function in OHOS::Telephony::MmsContentType
|
/base/telephony/sms_mms/frameworks/native/mms/include/ |
D | mms_body_part.h | 42 bool GetContentType(std::string &strContentType); 51 MmsContentType &GetContentType();
|
D | mms_content_type.h | 228 bool GetContentType(std::string &str);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
D | napi_publish.cpp | 54 asynccallbackinfo->request.GetContent()->GetContentType()); in NapiPublish() 128 asynccallbackinfo->request.GetContent()->GetContentType()); in NapiShowNotification() 194 asynccallbackinfo->request.GetContent()->GetContentType()); in NapiPublishAsBundle()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_content.h | 136 NotificationContent::Type GetContentType() const;
|
/base/telephony/sms_mms/interfaces/innerkits/ |
D | mms_attachment.h | 124 std::string GetContentType();
|
/base/notification/distributed_notification_service/test/fuzztest/notificationcontent_fuzzer/ |
D | notificationcontent_fuzzer.cpp | 45 notificationContent.GetContentType(); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/sms_mms/services/ |
D | sms_wap_push_handler.cpp | 54 if (contentType_.GetContentType() == std::string(CONTENT_MIME_TYPE_B_PUSH_CO)) { in DecodeWapPushPduData() 316 want.SetParam("contentType", contentType_.GetContentType()); in SendWapPushMessageBroadcast()
|
D | sms_wap_push_content_type.cpp | 245 std::string SmsWapPushContentType::GetContentType() in GetContentType() function in OHOS::Telephony::SmsWapPushContentType
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | publish.cpp | 128 asynccallbackinfo->request.GetContent()->GetContentType()); in Publish() 336 asynccallbackinfo->request.GetContent()->GetContentType()); in ShowNotification() 462 asynccallbackinfo->request.GetContent()->GetContentType()); in PublishAsBundle()
|
D | common.cpp | 920 NotificationContent::Type type = content->GetContentType(); in SetNotificationContent()
|
/base/telephony/sms_mms/services/include/ |
D | sms_wap_push_content_type.h | 260 std::string GetContentType();
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_content.cpp | 90 NotificationContent::Type NotificationContent::GetContentType() const in GetContentType() function in OHOS::Notification::NotificationContent
|
D | notification_request.cpp | 332 notificationContentType_ = notificationContent_->GetContentType(); in SetContent()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_publish_test.cpp | 161 EXPECT_EQ(NotificationContent::Type::MEDIA, notificationContent->GetContentType()); in CheckCaseOneResult() 254 … EXPECT_EQ(NotificationContent::Type::CONVERSATION, notificationContent->GetContentType()); in CheckCaseFourResult() 280 EXPECT_EQ(NotificationContent::Type::MULTILINE, notificationContent->GetContentType()); in CheckCaseFiveResult() 298 EXPECT_EQ(NotificationContent::Type::PICTURE, notificationContent->GetContentType()); in CheckCaseSixResult() 314 EXPECT_EQ(NotificationContent::Type::LONG_TEXT, notificationContent->GetContentType()); in CheckCaseSevenResult()
|
/base/telephony/sms_mms/test/gtest/ |
D | sms_mms_gtest.cpp | 2052 retStr = attachment1.GetContentType(); 2195 mmsContentType2.GetContentType(testStr);
|
/base/telephony/sms_mms/frameworks/js/napi/src/ |
D | napi_mms.cpp | 279 attachmentContext.contentType = it.GetContentType(); in getAttachmentByDecodeMms()
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | advanced_notification_service.cpp | 201 if (content != nullptr && content->GetContentType() == NotificationContent::Type::PICTURE) { in CheckPictureSize()
|