Searched refs:RESPONSE_BODY_TIMING (Results 1 – 7 of 7) sorted by relevance
120 const char *const HttpConstant::RESPONSE_BODY_TIMING = "responseBodyTiming"; member in OHOS::NetStack::Http::HttpConstant
200 static const char *const RESPONSE_BODY_TIMING; variable
113 constexpr const char *RESPONSE_BODY_TIMING = "responseBodyTiming"; variable
817 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()
75 timerMap_.RecieveTimer(RESPONSE_BODY_TIMING).Start(startTime); in StartTiming()287 .responseBodyTiming = performanceTimingMap_[RESPONSE_BODY_TIMING], in SetPerformanceTimingToResult()
1139 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()
100 timerMap_.RecieveTimer(HttpConstant::RESPONSE_BODY_TIMING).Start(startTime); in StartTiming()