Home
last modified time | relevance | path

Searched refs:RESPONSE_TIME (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_constant.h95 static const char *const RESPONSE_TIME; member in OHOS::NetStack::HttpClient::final
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_proxy.cpp70 cachedResponse.SetResponseTime(Decode(responseFromCache[RESPONSE_TIME])); in ReadResponseFromCache()
104 cacheResponse[RESPONSE_TIME] = Encode(response.GetResponseTime()); in WriteResponseToCache()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp81 cachedResponse.SetResponseTime(Base64::Decode(responseFromCache[HttpConstant::RESPONSE_TIME])); in ReadResponseFromCache()
115 cacheResponse[HttpConstant::RESPONSE_TIME] = Base64::Encode(response.GetResponseTime()); in WriteResponseToCache()
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_constant.cpp86 const char *const HttpConstant::RESPONSE_TIME = "responseTime"; member in OHOS::NetStack::HttpClient::HttpConstant
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h224 static const char *const RESPONSE_TIME; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp110 const char *const HttpConstant::RESPONSE_TIME = "responseTime"; member in OHOS::NetStack::Http::HttpConstant
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h52 constexpr const char *RESPONSE_TIME = "responseTime"; member

Completed in 4 milliseconds