Home
last modified time | relevance | path

Searched refs:CachePerformanceTimingItem (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp223 context->CachePerformanceTimingItem( in CacheCurlPerformanceTiming()
225 context->CachePerformanceTimingItem( in CacheCurlPerformanceTiming()
227 context->CachePerformanceTimingItem( in CacheCurlPerformanceTiming()
229 context->CachePerformanceTimingItem( in CacheCurlPerformanceTiming()
231 context->CachePerformanceTimingItem(RESPONSE_FIRST_RECEIVE_TIMING, in CacheCurlPerformanceTiming()
233 context->CachePerformanceTimingItem( in CacheCurlPerformanceTiming()
235 context->CachePerformanceTimingItem( in CacheCurlPerformanceTiming()
H A Dnet_http_request_context.cpp259 void RequestContext::CachePerformanceTimingItem(const std::string &key, double value) in CachePerformanceTimingItem() function in OHOS::NetStack::Http::RequestContext
268 CachePerformanceTimingItem(key, timer.Elapsed()); in StopAndCachePerformanceTiming()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp369 context->CachePerformanceTimingItem(HttpConstant::RESPONSE_DNS_TIMING, dnsTime); in AddCurlHandle()
370 context->CachePerformanceTimingItem(HttpConstant::RESPONSE_TCP_TIMING, connectTime); in AddCurlHandle()
371 context->CachePerformanceTimingItem(HttpConstant::RESPONSE_TLS_TIMING, tlsTime); in AddCurlHandle()
372 context->CachePerformanceTimingItem(HttpConstant::RESPONSE_FIRST_SEND_TIMING, firstSendTime); in AddCurlHandle()
373 context->CachePerformanceTimingItem(HttpConstant::RESPONSE_FIRST_RECEIVE_TIMING, firstRecvTime); in AddCurlHandle()
374 context->CachePerformanceTimingItem(HttpConstant::RESPONSE_TOTAL_FINISH_TIMING, totalTime); in AddCurlHandle()
375 context->CachePerformanceTimingItem(HttpConstant::RESPONSE_REDIRECT_TIMING, redirectTime); in AddCurlHandle()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request_context.h111 void CachePerformanceTimingItem(const std::string &key, double value);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h105 void CachePerformanceTimingItem(const std::string &key, double value);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp673 void RequestContext::CachePerformanceTimingItem(const std::string &key, double value) in CachePerformanceTimingItem() function in OHOS::NetStack::Http::RequestContext
682 CachePerformanceTimingItem(key, timer.Elapsed()); in StopAndCacheNapiPerformanceTiming()