Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmulti.rs187 content_type: &[u8], in set_content_type()
191 v.extend_from_slice(content_type); in set_content_type()
462 pub fn set_content_type(mut self, content_type: &'a [u8], boundary: Vec<u8>) -> Self { in set_content_type()
464 inner.set_content_type(content_type, boundary)?; in set_content_type()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_info_box.h60 void SetContentType(const std::string &content_type) { contentType_ = content_type; } in SetContentType() argument
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp913 const char *item_type, const char *content_type) in SetMetadata() argument
916 if (content_type != nullptr) { in SetMetadata()
917 metadataInfe->SetContentType(content_type); in SetMetadata()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h195 const char *item_type, const char *content_type);
/ohos5.0/base/request/request/services/src/task/
H A Drequest_task.rs410 let content_type = response.headers().get("content-type"); in get_file_info() localVariable
411 if let Some(mime_type) = content_type { in get_file_info()