Home
last modified time | relevance | path

Searched refs:RESPONSE_TOTAL_TIMING (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/http/constant/include/
H A Dconstant.h201 static const char *const RESPONSE_TOTAL_TIMING; member in OHOS::NetStack::Http::final
/foundation/communication/netstack/frameworks/js/napi/http/constant/src/
H A Dconstant.cpp121 const char *const HttpConstant::RESPONSE_TOTAL_TIMING = "totalTiming"; member in OHOS::NetStack::Http::HttpConstant
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dconstant.h114 constexpr const char *RESPONSE_TOTAL_TIMING = "totalTiming"; member
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp76 timerMap_.RecieveTimer(RESPONSE_TOTAL_TIMING).Start(startTime); in StartTiming()
288 .totalTiming = performanceTimingMap_[RESPONSE_TOTAL_TIMING] in SetPerformanceTimingToResult()
529 StopAndCachePerformanceTiming(RESPONSE_TOTAL_TIMING); in SendResponse()
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp104 timerMap_.RecieveTimer(HttpConstant::RESPONSE_TOTAL_TIMING).Start(startTime); in StartTiming()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp643 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_TOTAL_TIMING); in AddCurlHandle()

Completed in 8 milliseconds