Home
last modified time | relevance | path

Searched defs:content_type (Results 1 – 3 of 3) sorted by relevance

/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()
/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
/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()