Home
last modified time | relevance | path

Searched defs:responseTime (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/netstack/test/unittest/http_client/
DHttpClientResponseTest.cpp70 string responseTime = req.GetResponseTime(); variable
88 string responseTime = req.GetResponseTime(); variable
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
Dhttp_cache_strategy.cpp118 int64_t responseTime = std::max<int64_t>(0, cacheResponse_.GetResponseTime()); in CacheResponseAgeMillis() local
151 int64_t responseTime = cacheResponse_.GetResponseTime(); in ComputeFreshnessLifetimeSecondsInternal() local
Dhttp_cache_response.cpp199 void HttpCacheResponse::SetResponseTime(const std::string &responseTime) in SetResponseTime()