Home
last modified time | relevance | path

Searched refs:correctedAgeValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp124 int64_t correctedAgeValue = age + responseDelay; in CacheResponseAgeMillis() local
125 int64_t correctedInitialAge = std::max<int64_t>(apparentAge, correctedAgeValue); in CacheResponseAgeMillis()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp126 int64_t correctedAgeValue = age + responseDelay; in CacheResponseAgeMillis() local
127 int64_t correctedInitialAge = std::max<int64_t>(apparentAge, correctedAgeValue); in CacheResponseAgeMillis()