Home
last modified time | relevance | path

Searched defs:contentType (Results 1 – 20 of 20) 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.cpp283 auto contentType = jsonObject.at("contentType"); in ConvertJsonToContent() local
Dnotification_request.cpp2258 auto contentType = GetNotificationType(); in CheckImageSizeForContent() 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/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.h47 int32_t contentType = 0; member
/base/web/webview/ohos_adapter/interfaces/
Daudio_system_manager_adapter.h57 AudioAdapterContentType contentType; member
Daudio_renderer_adapter.h84 AudioAdapterContentType contentType; 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/web/webview/ohos_adapter/audio_adapter/src/
Daudio_renderer_adapter_impl.cpp329 ContentType AudioRendererAdapterImpl::GetAudioContentType(AudioAdapterContentType contentType) in GetAudioContentType()
/base/telephony/sms_mms/interfaces/kits/js/
D@ohos.telephony.sms.d.ts986 contentType: string; property
1366 contentType: string; property
1766 contentType: string; property
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push_callback.cpp154 NotificationNapi::ContentType contentType; in OnCheckNotification() local
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp464 bool CheckPage(uint8_t contentType, uint8_t *page) in CheckPage()
479 bool WriteFile(uint8_t contentType, const std::string &src, int outFd) in WriteFile()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp3691 auto contentType = NotificationContent::Type::LOCAL_LIVE_VIEW; variable
3710 auto contentType = NotificationContent::Type::LOCAL_LIVE_VIEW; variable
3742 auto contentType = NotificationContent::Type::LOCAL_LIVE_VIEW; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp1466 NotificationContent::Type contentType = request->GetNotificationType(); in IsNeedPushCheck() local
Dadvanced_notification_utils.cpp633 NotificationConstant::SlotType slotType, NotificationContent::Type contentType, in GetTargetRecordList()
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dmbedtls_pkcs7.c118 mbedtls_asn1_buf *contentType, bool *hasContent) in GetContentInfoType()