Searched refs:CachePerformanceTimingItem (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 223 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 D | net_http_request_context.cpp | 259 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 D | http_exec.cpp | 369 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 D | net_http_request_context.h | 111 void CachePerformanceTimingItem(const std::string &key, double value);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/ |
H A D | request_context.h | 105 void CachePerformanceTimingItem(const std::string &key, double value);
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/ |
H A D | request_context.cpp | 673 void RequestContext::CachePerformanceTimingItem(const std::string &key, double value) in CachePerformanceTimingItem() function in OHOS::NetStack::Http::RequestContext 682 CachePerformanceTimingItem(key, timer.Elapsed()); in StopAndCacheNapiPerformanceTiming()
|