Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h137 [[nodiscard]] std::string GetTraceName() const;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp201 StartAsyncTrace(HITRACE_TAG_NET, context->GetTraceName(), context->GetTaskId()); in AddCurlHandle()
452 FinishAsyncTrace(HITRACE_TAG_NET, context->GetTraceName(), context->GetTaskId()); in AddCurlHandle()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp877 std::string RequestContext::GetTraceName() const in GetTraceName() function in OHOS::NetStack::Http::RequestContext