Home
last modified time | relevance | path

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

/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()
871 context->StopAndCachePerformanceTiming(RESPONSE_HEADER_TIMING); in OnWritingMemoryHeader()
876 context->StopAndCachePerformanceTiming(RESPONSE_HEADER_TIMING); in OnWritingMemoryHeader()
903 context->StopAndCachePerformanceTiming(RESPONSE_HEADER_TIMING); in OnWritingMemoryHeader()
H A Dnet_http_request_context.cpp264 void RequestContext::StopAndCachePerformanceTiming(const char *key) in StopAndCachePerformanceTiming() function in OHOS::NetStack::Http::RequestContext
529 StopAndCachePerformanceTiming(RESPONSE_TOTAL_TIMING); in SendResponse()
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request_context.h113 void StopAndCachePerformanceTiming(const char *key);