Searched defs:content_type (Results 1 - 5 of 5) sorted by relevance

/system/webservd/libwebserv/
H A Drequest.cc29 const std::string& content_type,
35 content_type_(content_type),
25 FileInfo(DBusProtocolHandler* handler, int file_id, const std::string& request_id, const std::string& file_name, const std::string& content_type, const std::string& transfer_encoding) argument
/system/webservd/webservd/
H A Drequest.h54 std::string content_type; member in class:webservd::final
149 const char* content_type,
163 const char* content_type,
H A Drequest.cc43 const char* content_type,
49 return self->ProcessPostData(key, filename, content_type, transfer_encoding,
81 content_type(in_content_type),
266 const char* content_type,
274 return AddPostFieldData(key, filename, content_type, transfer_encoding, data,
360 const char* content_type,
366 new FileInfo{key, filename, content_type ? content_type : "",
39 PostDataIterator(void* cls, MHD_ValueKind , const char* key, const char* filename, const char* content_type, const char* transfer_encoding, const char* data, uint64_t off, size_t size) argument
264 ProcessPostData(const char* key, const char* filename, const char* content_type, const char* transfer_encoding, const char* data, uint64_t off, size_t size) argument
358 AddPostFieldData(const char* key, const char* filename, const char* content_type, const char* transfer_encoding, const char* data, size_t size) argument
/system/connectivity/shill/
H A Dhttp_proxy.cc549 const string& content_type,
552 if (!message.empty() && !content_type.empty()) {
553 content_line = StringPrintf("Content-Type: %s\r\n", content_type.c_str());
548 SetClientResponse(int code, const string& type, const string& content_type, const string& message) argument
/system/media/audio/include/system/
H A Daudio.h175 audio_content_type_t content_type; member in struct:__anon1802

Completed in 156 milliseconds