Home
last modified time | relevance | path

Searched refs:HttpContentType (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/common/
H A Dhttp_common.h61 enum HttpContentType { enum
67 const char* GetHttpContentTypeString(HttpContentType type);
H A Dhttp_common.cc71 const char* GetHttpContentTypeString(HttpContentType type) { in GetHttpContentTypeString()
73 HttpContentType type; in GetHttpContentTypeString()
H A Dhttp_fetcher.h71 void SetPostData(const void* data, size_t size, HttpContentType type);
161 HttpContentType post_content_type_;
H A Dhttp_fetcher.cc34 HttpContentType type) { in SetPostData()