Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push_callback.cpp68 int32_t notifyId, contentType; in OnCheckNotification() local
87 …const std::string &notificationData, std::string &pkgName, int32_t &notifyId, int32_t &contentType) in ConvertJsonStringToValue()
/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/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_content.cpp249 auto contentType = jsonObject.at("contentType"); in ConvertJsonToContent() local
/base/web/webview/ohos_adapter/interfaces/
Daudio_system_manager_adapter.h57 AudioAdapterContentType contentType; member
Daudio_renderer_adapter.h84 AudioAdapterContentType contentType; member
/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_renderer_adapter_impl.cpp328 ContentType AudioRendererAdapterImpl::GetAudioContentType(AudioAdapterContentType contentType) in GetAudioContentType()
/base/telephony/sms_mms/interfaces/kits/js/
D@ohos.telephony.sms.d.ts963 contentType: string; property
1343 contentType: string; property
1743 contentType: string; property
/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/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp1036 auto contentType = request.GetNotificationType(); in CheckImageSizeForContent() local
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dmbedtls_pkcs7.c118 mbedtls_asn1_buf *contentType, bool *hasContent) in GetContentInfoType()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp573 bool WriteFile(uint8_t contentType, const std::string &src, int outFd) in WriteFile()