Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp31 contentType_ = NotificationContent::Type::BASIC_TEXT; in NotificationContent()
42 contentType_ = NotificationContent::Type::LONG_TEXT; in NotificationContent()
53 contentType_ = NotificationContent::Type::PICTURE; in NotificationContent()
64 contentType_ = NotificationContent::Type::CONVERSATION; in NotificationContent()
75 contentType_ = NotificationContent::Type::MULTILINE; in NotificationContent()
86 contentType_ = NotificationContent::Type::MEDIA; in NotificationContent()
97 contentType_ = NotificationContent::Type::LOCAL_LIVE_VIEW; in NotificationContent()
109 contentType_ = NotificationContent::Type::LIVE_VIEW; in NotificationContent()
118 return contentType_; in GetContentType()
232 switch (contentType_) { in ReadFromParcel()
[all …]
H A Dnotification_check_request.cpp24 : contentType_(contentType), slotType_(slotType), extraKeys_(extraKeys) in NotificationCheckRequest()
32 contentType_ = contentType; in SetContentType()
37 return contentType_; in GetContentType()
72 if (!parcel.WriteInt32(static_cast<int32_t>(contentType_))) { in Marshalling()
101 contentType_ = static_cast<NotificationContent::Type>(parcel.ReadInt32()); in ReadFromParcel()
H A Dnotification_check_info.cpp25 : pkgName_(pkgName), notifyId_(notifyId), contentType_(contentType), in NotificationCheckInfo()
55 return contentType_; in GetContentType()
60 contentType_ = contentType; in SetContentType()
138 contentType_ = jsonobj.at("contentType").get<int32_t>(); in ConvertJsonStringToValue()
H A Dnotification_local_live_view_content.cpp229 if (contentType_ == static_cast<int32_t>(NotificationContent::Type::BASIC_TEXT)) { in Marshalling()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_content_type.cpp25 TELEPHONY_LOGI("contentType : %{public}s", contentType_.c_str()); in DumpMmsContentType()
31 contentType_ = srcContentType.contentType_; in MmsContentType()
38 contentType_ = srcContentType.contentType_; in operator =()
69 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeMmsContentType()
79 contentType_ = sType; in DecodeMmsContentType()
130 contentType_ = GetContentTypeFromInt(oneByte & setHighestBitZero); in DecodeMmsCTGeneralForm()
145 contentType_ = sType; in DecodeMmsCTGeneralForm()
251 str = contentType_; in GetContentType()
257 contentType_ = str; in SetContentType()
522 u8ContentType = GetContentTypeFromString(contentType_); in EncodeMmsBodyPartContentType()
[all …]
H A Dmms_attachment.cpp63 contentType_ = srcAttachment.contentType_; in MmsAttachment()
146 contentType_.assign(strContentType); in SetContentType()
152 return contentType_; in GetContentType()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A 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()
246 return contentType_; in GetContentType()
251 contentType_ = str; in SetContentType()
H A Dsms_wap_push_handler.cpp60 if (contentType_.GetContentType() == std::string(CONTENT_MIME_TYPE_B_PUSH_CO)) { in DecodeWapPushPduData()
101 if (!contentType_.DecodeContentType(decodeBuffer, contentTypeLength)) { in DecodeWapPushPdu()
344 want.SetParam("contentType", contentType_.GetContentType()); in SendWapPushMessageBroadcast()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_info_box.cpp59 contentType_ = reader.ReadString(); in ParseContent()
71 contentType_ = reader.ReadString(); in ParseContent()
109 writer.Write(contentType_); in Write()
130 writer.Write(contentType_); in Write()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolcreate_fuzzer/
H A Dsoundpoolcreate_fuzzer.cpp41 const ContentType contentType_[CONTENT_TYPE_LIST] { variable
85 audioRenderInfo.contentType = contentType_[contenttypesubscript]; in FuzzSoundPoolCreate()
103 audioRenderInfo.contentType = contentType_[contenttypesubscript]; in FuzzSoundPoolCreateFlags()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_info_box.h56 const std::string &GetContentType() const { return contentType_; } in GetContentType()
60 void SetContentType(const std::string &content_type) { contentType_ = content_type; } in SetContentType()
78 std::string contentType_; variable
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_basic_content.h112 contentType_ = type; in SetContentType()
138 int32_t contentType_; variable
H A Dnotification_content.h236 contentType_ = NotificationContent::Type::BASIC_TEXT; in ResetToBasicContent()
272 mutable NotificationContent::Type contentType_ {NotificationContent::Type::NONE};
H A Dnotification_check_request.h122 NotificationContent::Type contentType_ {};
H A Dnotification_check_info.h28 int32_t contentType_; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h133 std::string contentType_; member
153 std::string contentType_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp229 if (mimeInfo.empty() && !this->adptSetInfo_->contentType_.empty()) { in GetMime()
230 mimeInfo = this->adptSetInfo_->contentType_; in GetMime()
H A Ddash_period_manager.cpp35 std::string type((*it)->contentType_); in ContainType()
117 std::string contentType((*it)->contentType_); in ParseAdptSetList()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_interrupt_test.cpp229 rendererOptions.rendererInfo.contentType = contentType_; in InitRender()
291 contentType_ = contentType; in SaveStreamInfo()
H A Daudio_interrupt_test.h53 ContentType contentType_ = ContentType::CONTENT_TYPE_MUSIC; variable
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_interrupt_info.h181 … AudioInterrupt(StreamUsage streamUsage_, ContentType contentType_, AudioFocusType audioFocusType_, in AudioInterrupt() argument
182 …uint32_t sessionId_) : streamUsage(streamUsage_), contentType(contentType_), audioFocusType(audioF… in AudioInterrupt()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dsms_wap_push_handler.h51 SmsWapPushContentType contentType_; variable
H A Dsms_wap_push_content_type.h264 std::string contentType_ = "";
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h194 std::string contentType_; variable
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_content_type.h233 std::string contentType_;

12