/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_cache_strategy.cpp | 49 cacheResponse_.SetResponseTime(response.GetResponseTime()); in RunStrategy() 116 int64_t responseTime = std::max<int64_t>(0, cacheResponse_.GetResponseTime()); in CacheResponseAgeMillis() 149 int64_t responseTime = cacheResponse_.GetResponseTime(); in ComputeFreshnessLifetimeSecondsInternal()
|
H A D | net_http_response.cpp | 117 const std::string &HttpResponse::GetResponseTime() const in GetResponseTime() function in OHOS::NetStack::Http::HttpResponse
|
H A D | net_http_cache_proxy.cpp | 104 cacheResponse[RESPONSE_TIME] = Encode(response.GetResponseTime()); in WriteResponseToCache()
|
H A D | net_http_cache_entity.cpp | 275 time_t HttpCacheResponse::GetResponseTime() const in GetResponseTime() function in OHOS::NetStack::Http::HttpCacheResponse
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/ |
H A D | http_cache_strategy.cpp | 52 cacheResponse_.SetResponseTime(response.GetResponseTime()); in RunStrategy() 118 int64_t responseTime = std::max<int64_t>(0, cacheResponse_.GetResponseTime()); in CacheResponseAgeMillis() 151 int64_t responseTime = cacheResponse_.GetResponseTime(); in ComputeFreshnessLifetimeSecondsInternal()
|
H A D | http_cache_response.cpp | 151 time_t HttpCacheResponse::GetResponseTime() const in GetResponseTime() function in OHOS::NetStack::Http::HttpCacheResponse
|
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/ |
H A D | HttpClientResponseTest.cpp | 70 string responseTime = req.GetResponseTime(); 88 string responseTime = req.GetResponseTime();
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_response.h | 60 [[nodiscard]] const std::string &GetResponseTime() const;
|
H A D | net_http_cache_entity.h | 100 [[nodiscard]] time_t GetResponseTime() const;
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
H A D | http_response.h | 60 [[nodiscard]] const std::string &GetResponseTime() const;
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/ |
H A D | http_cache_response.h | 51 [[nodiscard]] time_t GetResponseTime() const;
|
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_response.cpp | 97 const std::string &HttpClientResponse::GetResponseTime() const in GetResponseTime() function in OHOS::NetStack::HttpClient::HttpClientResponse
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_response.h | 101 [[nodiscard]] const std::string &GetResponseTime() const;
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/ |
H A D | http_response.cpp | 117 const std::string &HttpResponse::GetResponseTime() const in GetResponseTime() function in OHOS::NetStack::Http::HttpResponse
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/ |
H A D | cache_proxy.cpp | 111 cacheResponse[HttpConstant::RESPONSE_TIME] = Base64::Encode(response.GetResponseTime()); in WriteResponseToCache()
|