Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h200 static const char *const RESPONSE_BODY_TIMING; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp120 const char *const HttpConstant::RESPONSE_BODY_TIMING = "responseBodyTiming"; member in OHOS::NetStack::Http::HttpConstant
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h113 constexpr const char *RESPONSE_BODY_TIMING = "responseBodyTiming"; member
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp817 context->StopAndCachePerformanceTiming(RESPONSE_BODY_TIMING); in OnWritingMemoryBody()
835 context->StopAndCachePerformanceTiming(RESPONSE_BODY_TIMING); in OnWritingMemoryBody()
840 context->StopAndCachePerformanceTiming(RESPONSE_BODY_TIMING); in OnWritingMemoryBody()
844 context->StopAndCachePerformanceTiming(RESPONSE_BODY_TIMING); in OnWritingMemoryBody()
H A Dnet_http_request_context.cpp75 timerMap_.RecieveTimer(RESPONSE_BODY_TIMING).Start(startTime); in StartTiming()
287 .responseBodyTiming = performanceTimingMap_[RESPONSE_BODY_TIMING], in SetPerformanceTimingToResult()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1214 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_BODY_TIMING); in AddCurlHandle()
1221 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_BODY_TIMING); in AddCurlHandle()
1227 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_BODY_TIMING); in AddCurlHandle()
1231 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_BODY_TIMING); in AddCurlHandle()
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp103 timerMap_.RecieveTimer(HttpConstant::RESPONSE_BODY_TIMING).Start(startTime); in StartTiming()

Completed in 9 milliseconds