Home
last modified time | relevance | path

Searched refs:HttpCacheResponse (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp80 time_t HttpCacheResponse::GetDate() const in GetDate()
89 time_t HttpCacheResponse::GetExpires() const in GetExpires()
117 std::string HttpCacheResponse::GetEtag() const in GetEtag()
122 std::string HttpCacheResponse::GetAge() const in GetAge()
164 bool HttpCacheResponse::IsNoCache() const in IsNoCache()
169 bool HttpCacheResponse::IsNoStore() const in IsNoStore()
174 bool HttpCacheResponse::IsPublicCache() const in IsPublicCache()
179 bool HttpCacheResponse::IsPrivateCache() const in IsPrivateCache()
189 bool HttpCacheResponse::IsNoTransform() const in IsNoTransform()
222 HttpCacheResponse::HttpCacheResponse() in HttpCacheResponse() function in OHOS::NetStack::Http::HttpCacheResponse
[all …]
H A Dhttp_cache_strategy.cpp62 HttpCacheResponse tempCacheResponse; in IsCacheable()
198 bool HttpCacheStrategy::IsCacheable(const HttpCacheResponse &cacheResponse) in IsCacheable()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp204 time_t HttpCacheResponse::GetDate() const in GetDate()
213 time_t HttpCacheResponse::GetExpires() const in GetExpires()
241 std::string HttpCacheResponse::GetEtag() const in GetEtag()
246 std::string HttpCacheResponse::GetAge() const in GetAge()
288 bool HttpCacheResponse::IsNoCache() const in IsNoCache()
293 bool HttpCacheResponse::IsNoStore() const in IsNoStore()
298 bool HttpCacheResponse::IsPublicCache() const in IsPublicCache()
303 bool HttpCacheResponse::IsPrivateCache() const in IsPrivateCache()
313 bool HttpCacheResponse::IsNoTransform() const in IsNoTransform()
346 HttpCacheResponse::HttpCacheResponse() in HttpCacheResponse() function in OHOS::NetStack::Http::HttpCacheResponse
[all …]
H A Dnet_http_cache_strategy.cpp59 HttpCacheResponse tempCacheResponse; in IsCacheable()
196 bool HttpCacheStrategy::IsCacheable(const HttpCacheResponse &cacheResponse) in IsCacheable()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h27 class HttpCacheResponse {
29 HttpCacheResponse();
31 ~HttpCacheResponse();
H A Dhttp_cache_strategy.h50 bool IsCacheable(const HttpCacheResponse &cacheResponse);
64 HttpCacheResponse cacheResponse_;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h76 class HttpCacheResponse {
78 HttpCacheResponse();
80 ~HttpCacheResponse();
H A Dnet_http_cache_strategy.h49 bool IsCacheable(const HttpCacheResponse &cacheResponse);
63 HttpCacheResponse cacheResponse_;