Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h200 static const char *const RESPONSE_BODY_TIMING; variable
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h113 constexpr const char *RESPONSE_BODY_TIMING = "responseBodyTiming"; variable
/ohos5.0/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()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1139 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_BODY_TIMING); in AddCurlHandle()
1146 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_BODY_TIMING); in AddCurlHandle()
1152 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_BODY_TIMING); in AddCurlHandle()
1156 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_BODY_TIMING); in AddCurlHandle()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp100 timerMap_.RecieveTimer(HttpConstant::RESPONSE_BODY_TIMING).Start(startTime); in StartTiming()