Home
last modified time | relevance | path

Searched refs:StopAndCacheNapiPerformanceTiming (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp571 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_TOTAL_TIMING); in AddCurlHandle()
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()
1235 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_HEADER_TIMING); in AddCurlHandle()
1250 context->StopAndCacheNapiPerformanceTiming(HttpConstant::RESPONSE_HEADER_TIMING); in AddCurlHandle()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h107 void StopAndCacheNapiPerformanceTiming(const char *key);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp678 void RequestContext::StopAndCacheNapiPerformanceTiming(const char *key) in StopAndCacheNapiPerformanceTiming() function in OHOS::NetStack::Http::RequestContext