/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_content.cpp | 31 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 D | notification_check_request.cpp | 24 : 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 D | notification_check_info.cpp | 25 : 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 D | notification_local_live_view_content.cpp | 229 if (contentType_ == static_cast<int32_t>(NotificationContent::Type::BASIC_TEXT)) { in Marshalling()
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/ |
H A D | mms_content_type.cpp | 25 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 D | mms_attachment.cpp | 63 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 D | sms_wap_push_content_type.cpp | 84 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 D | sms_wap_push_handler.cpp | 60 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 D | item_info_box.cpp | 59 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 D | soundpoolcreate_fuzzer.cpp | 41 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 D | item_info_box.h | 56 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 D | notification_basic_content.h | 112 contentType_ = type; in SetContentType() 138 int32_t contentType_; variable
|
H A D | notification_content.h | 236 contentType_ = NotificationContent::Type::BASIC_TEXT; in ResetToBasicContent() 272 mutable NotificationContent::Type contentType_ {NotificationContent::Type::NONE};
|
H A D | notification_check_request.h | 122 NotificationContent::Type contentType_ {};
|
H A D | notification_check_info.h | 28 int32_t contentType_; variable
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/ |
H A D | dash_mpd_def.h | 133 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 D | dash_adpt_set_manager.cpp | 229 if (mimeInfo.empty() && !this->adptSetInfo_->contentType_.empty()) { in GetMime() 230 mimeInfo = this->adptSetInfo_->contentType_; in GetMime()
|
H A D | dash_period_manager.cpp | 35 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 D | audio_interrupt_test.cpp | 229 rendererOptions.rendererInfo.contentType = contentType_; in InitRender() 291 contentType_ = contentType; in SaveStreamInfo()
|
H A D | audio_interrupt_test.h | 53 ContentType contentType_ = ContentType::CONTENT_TYPE_MUSIC; variable
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
H A D | audio_interrupt_info.h | 181 … 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 D | sms_wap_push_handler.h | 51 SmsWapPushContentType contentType_; variable
|
H A D | sms_wap_push_content_type.h | 264 std::string contentType_ = "";
|
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/ |
H A D | mms_attachment.h | 194 std::string contentType_; variable
|
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/ |
H A D | mms_content_type.h | 233 std::string contentType_;
|