Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp116 int64_t responseTime = std::max<int64_t>(0, cacheResponse_.GetResponseTime()); in CacheResponseAgeMillis() local
149 int64_t responseTime = cacheResponse_.GetResponseTime(); in ComputeFreshnessLifetimeSecondsInternal() local
H A Dnet_http_cache_entity.cpp323 void HttpCacheResponse::SetResponseTime(const std::string &responseTime) in SetResponseTime()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A 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
H A Dhttp_cache_response.cpp199 void HttpCacheResponse::SetResponseTime(const std::string &responseTime) in SetResponseTime()
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientResponseTest.cpp70 string responseTime = req.GetResponseTime(); variable
88 string responseTime = req.GetResponseTime(); variable
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/src/
H A Daccessibility_config_impl.cpp1353 uint32_t responseTime = 0; in GetClickResponseTime() local