Home
last modified time | relevance | path

Searched defs:contentType (Results 1 – 24 of 24) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_check_request.cpp22 NotificationCheckRequest::NotificationCheckRequest(NotificationContent::Type contentType, in NotificationCheckRequest()
30 void NotificationCheckRequest::SetContentType(NotificationContent::Type contentType) in SetContentType()
Dnotification_check_info.cpp23 …icationCheckInfo::NotificationCheckInfo(std::string pkgName, int32_t notifyId, int32_t contentType, in NotificationCheckInfo()
58 void NotificationCheckInfo::SetContentType(int32_t contentType) in SetContentType()
Dnotification_content.cpp286 auto contentType = jsonObject.at("contentType"); in ConvertJsonToContent() local
336 const std::string &strContentType, NotificationContent::Type &contentType) in GetContentTypeByString()
Dnotification_request.cpp2648 auto contentType = GetNotificationType(); in CheckImageSizeForContent() local
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiorenderadapter_fuzzer/
Daudiorenderadapter_fuzzer.cpp41 AudioAdapterContentType contentType = AudioAdapterContentType::CONTENT_TYPE_MUSIC; in AudioRendererAdapterFuzzTest() local
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_msg.cpp253 std::string contentType = ""; in GetHeaderContentType() local
291 std::string contentType; in AddAttachment() local
330 std::string contentType = ""; in GetAllAttachment() local
Dmms_body.cpp74 std::string contentType = ""; in DecodeMmsBody() local
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiocreaterender_fuzzer/
Daudiocreaterender_fuzzer.cpp73 AudioAdapterContentType contentType; member in MockAudioRendererOptionsAdapter
/base/notification/distributed_notification_service/test/fuzztest/publishnotification_fuzzer/
Dpublishnotification_fuzzer.cpp43 std::shared_ptr<Notification::NotificationNormalContent> contentType = in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
Dpublishcontinuoustasknotification_fuzzer.cpp43 std::shared_ptr<Notification::NotificationNormalContent> contentType = in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/include/
Devent_report.h48 int32_t contentType = 0; member
/base/telephony/sms_mms/frameworks/js/napi/include/
Dnapi_mms.h61 std::string contentType = ""; member
90 std::string contentType = ""; member
128 std::string contentType = ""; member
/base/telephony/sms_mms/interfaces/kits/js/
D@ohos.telephony.sms.d.ts1018 contentType: string; property
1398 contentType: string; property
1798 contentType: string; property
/base/notification/distributed_notification_service/services/ans/src/common/
Dnotification_analytics_util.cpp201 NotificationNapi::ContentType contentType; in ReportNotificationEvent() local
357 NotificationNapi::ContentType contentType; in BuildExtraInfoWithReq() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push_callback.cpp155 NotificationNapi::ContentType contentType; in OnCheckNotification() local
/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_renderer_adapter_impl.cpp361 ContentType AudioRendererAdapterImpl::GetAudioContentType(AudioAdapterContentType contentType) in GetAudioContentType()
/base/web/webview/test/unittest/audio_adapter_impl_test/
Daudio_adapter_impl_test.cpp114 AudioAdapterContentType contentType; member in OHOS::NWeb::AudioRendererOptionsAdapterMock
150 AudioAdapterContentType contentType; member in OHOS::NWeb::AudioInterruptAdapterMock
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
Dsmart_reminder_center.cpp135 NotificationContent::Type contentType; in ParseReminderFilterSlot() local
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp2689 auto contentType = NotificationContent::Type::LOCAL_LIVE_VIEW; variable
2709 auto contentType = NotificationContent::Type::LOCAL_LIVE_VIEW; variable
2741 auto contentType = NotificationContent::Type::LOCAL_LIVE_VIEW; variable
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp659 bool CheckPage(uint8_t contentType, uint8_t *page) in CheckPage()
706 bool WriteFile(uint8_t contentType, const std::string &src, int outFd, const std::string &outputFil… in WriteFile()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_utils.cpp668 NotificationConstant::SlotType slotType, NotificationContent::Type contentType, in GetTargetRecordList()
685 NotificationConstant::SlotType slotType, NotificationContent::Type contentType, in GetCommonTargetRecordList()
Dadvanced_notification_service.cpp1971 NotificationContent::Type contentType = request->GetNotificationType(); in IsNeedPushCheck() local
Dadvanced_notification_publish_service.cpp2736 NotificationNapi::ContentType contentType; in PublishRemoveDuplicateEvent() local
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dmbedtls_pkcs7.c118 mbedtls_asn1_buf *contentType, bool *hasContent) in GetContentInfoType()