Home
last modified time | relevance | path

Searched refs:contentDisposition (Results 1 - 15 of 15) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.cpp31 contentDisposition(""), in WebDownloadItem()
58 contentDisposition(""), in WebDownloadItem()
79 this->contentDisposition = std::string(WebDownloadItem_ContentDisposition(downloadItem)); in WebDownloadItem()
H A Dweb_download_item.h48 std::string contentDisposition; member in OHOS::NWeb::WebDownloadItem
H A Dnapi_web_download_item.cpp679 webDownloadPb.set_content_disposition(webDownloadItem->contentDisposition); in SetWebDownloadPb()
772 webDownloadItem->contentDisposition = webDownloadPb.content_disposition(); in JS_Deserialize()
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_item_impl.cpp30 contentDisposition(""), in WebDownloadItemImpl()
56 contentDisposition(""), in WebDownloadItemImpl()
77 this->contentDisposition = std::string(WebDownloadItem_ContentDisposition(downloadItem)); in WebDownloadItemImpl()
H A Dwebview_ffi.cpp1594 webDownloadPb.set_content_disposition(nativeWebDownloadItemImpl->contentDisposition); in FfiOHOSWebDownloadItemImplSerialize()
1642 webDownloadItem->contentDisposition = webDownloadPb.content_disposition(); in FfiOHOSWebDownloadItemImplDeserialize()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_download_callback.h35 * @param contentDisposition Content-disposition http header, if present.
40 const std::string& contentDisposition, const std::string& mimetype, long contentLength) = 0;
/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part_header.h60 bool GetContentDisposition(std::string &contentDisposition);
65 bool SetContentDisposition(std::string contentDisposition);
H A Dmms_body_part.h47 bool SetContentDisposition(std::string contentDisposition);
48 bool GetContentDisposition(std::string &contentDisposition);
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_attachment.cpp110 bool MmsAttachment::SetContentDisposition(std::string contentDisposition) in SetContentDisposition() argument
112 if (contentDisposition.empty()) { in SetContentDisposition()
113 TELEPHONY_LOGE("Attachment contentDisposition is empty!"); in SetContentDisposition()
116 contentDispositon_.assign(contentDisposition); in SetContentDisposition()
H A Dmms_body_part_header.cpp343 bool MmsBodyPartHeader::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition() argument
345 contentDisposition.clear(); in GetContentDisposition()
346 contentDisposition.assign(strDisposition_); in GetContentDisposition()
350 bool MmsBodyPartHeader::SetContentDisposition(std::string contentDisposition) in SetContentDisposition() argument
352 strDisposition_ = contentDisposition; in SetContentDisposition()
H A Dmms_body_part.cpp332 bool MmsBodyPart::SetContentDisposition(std::string contentDisposition) in SetContentDisposition() argument
334 return mmsBodyPartHeader_.SetContentDisposition(contentDisposition); in SetContentDisposition()
337 bool MmsBodyPart::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition() argument
339 return mmsBodyPartHeader_.GetContentDisposition(contentDisposition); in GetContentDisposition()
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_item_impl.h45 std::string contentDisposition; member in OHOS::Webview::WebDownloadItemImpl
/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h81 * @param contentDisposition
85 bool SetContentDisposition(std::string contentDisposition);
/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h59 std::string contentDisposition = ""; member
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp126 TELEPHONY_LOGE("Invalid contentDisposition value"); in parseDispositionValue()
282 attachmentContext.contentDisposition = it.GetContentDisposition(); in getAttachmentByDecodeMms()
356 env, attachment, "contentDisposition", formatDispositionValue(context.contentDisposition)); in CreateAttachmentValue()
1037 attachmentContext.contentDisposition = parseDispositionValue(GetNapiInt32Value(env, value, "contentDisposition")); in BuildMmsAttachment()
1162 if (it->contentDisposition.size() > 0) { in SetAttachmentToCore()
1163 itAttachment.SetContentDisposition(it->contentDisposition); in SetAttachmentToCore()

Completed in 13 milliseconds