Home
last modified time | relevance | path

Searched refs:GetDateStr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h43 [[nodiscard]] std::string GetDateStr() const;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h92 [[nodiscard]] std::string GetDateStr() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp112 std::string HttpCacheResponse::GetDateStr() const in GetDateStr() function in OHOS::NetStack::Http::HttpCacheResponse
H A Dhttp_cache_strategy.cpp292 …Header(cacheResponse_.GetEtag(), cacheResponse_.GetLastModifiedStr(), cacheResponse_.GetDateStr()); in RunStrategyInternal()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp290 …Header(cacheResponse_.GetEtag(), cacheResponse_.GetLastModifiedStr(), cacheResponse_.GetDateStr()); in RunStrategyInternal()
H A Dnet_http_cache_entity.cpp236 std::string HttpCacheResponse::GetDateStr() const in GetDateStr() function in OHOS::NetStack::Http::HttpCacheResponse