Home
last modified time | relevance | path

Searched refs:GetContentType (Results 1 - 25 of 48) sorted by relevance

12

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_interrupt_adapter_impl.cpp29 int32_t ArkAudioInterruptAdapterImpl::GetContentType() in GetContentType() function in OHOS::ArkWeb::ArkAudioInterruptAdapterImpl
31 return (int32_t)real_->GetContentType(); in GetContentType()
H A Dark_audio_renderer_options_adapter_impl.cpp45 int32_t ArkAudioRendererOptionsAdapterImpl::GetContentType() in GetContentType() function in OHOS::ArkWeb::ArkAudioRendererOptionsAdapterImpl
47 return (int32_t)(real_->GetContentType()); in GetContentType()
H A Dark_audio_renderer_options_adapter_impl.h37 int32_t GetContentType() override;
H A Dark_audio_interrupt_adapter_impl.h31 int32_t GetContentType() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_interrupt_adapter_wrapper.cpp31 NWeb::AudioAdapterContentType ArkAudioInterruptAdapterWrapper::GetContentType() in GetContentType() function in OHOS::ArkWeb::ArkAudioInterruptAdapterWrapper
33 return (NWeb::AudioAdapterContentType)ctocpp_->GetContentType(); in GetContentType()
H A Dark_audio_renderer_options_adapter_wrapper.cpp47 NWeb::AudioAdapterContentType ArkAudioRendererOptionsAdapterWrapper::GetContentType() in GetContentType() function in OHOS::ArkWeb::ArkAudioRendererOptionsAdapterWrapper
49 return (NWeb::AudioAdapterContentType)ctocpp_->GetContentType(); in GetContentType()
H A Dark_audio_interrupt_adapter_wrapper.h31 NWeb::AudioAdapterContentType GetContentType() override;
H A Dark_audio_renderer_options_adapter_wrapper.h37 NWeb::AudioAdapterContentType GetContentType() override;
/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part.h42 bool GetContentType(std::string &strContentType);
51 MmsContentType &GetContentType();
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_msg.cpp254 mmsHeader_.GetHeaderContentType().GetContentType(contentType); in GetHeaderContentType()
293 bodyPart.GetContentType(contentType); in AddAttachment()
331 part.GetContentType().GetContentType(contentType); in GetAllAttachment()
333 attachment.SetCharSet(part.GetContentType().GetContentParam().GetCharSet()); in GetAllAttachment()
H A Dmms_body_part.cpp269 if (!SetContentType(attachment.GetContentType())) { in SetAttachment()
287 GetContentType().GetContentParam().SetFileName(strFileName_); in SetAttachment()
288 GetContentType().GetContentParam().SetCharSet(attachment.GetCharSet()); in SetAttachment()
307 bool MmsBodyPart::GetContentType(std::string &strContentType) in GetContentType() function in OHOS::Telephony::MmsBodyPart
309 return bodyPartContentType_.GetContentType(strContentType); in GetContentType()
392 GetContentType().GetContentParam().GetFileName(fileName); in DecodeSetFileName()
526 MmsContentType &MmsBodyPart::GetContentType() in GetContentType() function in OHOS::Telephony::MmsBodyPart
H A Dmms_body.cpp75 header.GetHeaderContentType().GetContentType(contentType); in DecodeMmsBody()
130 mmsHeader.GetHeaderContentType().GetContentType(strContentType); in EncodeMmsHeaderContentType()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_publish.cpp57 asynccallbackinfo->request.GetContent()->GetContentType()); in NapiPublish()
122 asynccallbackinfo->request.GetContent()->GetContentType()); in NapiShowNotification()
181 asynccallbackinfo->request.GetContent()->GetContentType()); in NapiPublishAsBundle()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_check_request.h59 NotificationContent::Type GetContentType() const;
H A Dnotification_check_info.h43 int32_t GetContentType() const;
H A Dnotification_content.h89 * GetContentType()).
98 * GetContentType()).
107 * GetContentType()).
116 * calling GetContentType()).
125 * GetContentType()).
134 * GetContentType()).
143 * (obtained by calling GetContentType()).
152 * GetContentType()).
172 NotificationContent::Type GetContentType() const;
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiocreaterender_fuzzer/
H A Daudiocreaterender_fuzzer.cpp49 AudioAdapterContentType GetContentType() override
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_audio_renderer_adapter.h41 virtual int32_t GetContentType() = 0;
H A Dark_audio_system_manager_adapter.h34 virtual int32_t GetContentType() = 0;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_content_test.cpp161 auto result = notificationContent.GetContentType(); in HWTEST_F()
180 auto result = notificationContent.GetContentType(); in HWTEST_F()
198 auto result = notificationContent.GetContentType(); in HWTEST_F()
216 auto result = notificationContent.GetContentType(); in HWTEST_F()
234 auto result = notificationContent.GetContentType(); in HWTEST_F()
H A Dnotification_check_info_test.cpp67 EXPECT_EQ(1, checkInfo.GetContentType()); in HWTEST_F()
H A Dnotification_check_request_test.cpp41 EXPECT_EQ(NotificationContent::Type::BASIC_TEXT, checkRequest.GetContentType()); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_check_request.cpp35 NotificationContent::Type NotificationCheckRequest::GetContentType() const in GetContentType() function in OHOS::Notification::NotificationCheckRequest
/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h124 std::string GetContentType();
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daudio_system_manager_adapter.h64 virtual AudioAdapterContentType GetContentType() = 0;

Completed in 9 milliseconds

12