Home
last modified time | relevance | path

Searched refs:HTTP_REQ_TRACE_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client.cpp33 static constexpr const char *HTTP_REQ_TRACE_NAME = "HttpRequestInner"; variable
101 name << HTTP_REQ_TRACE_NAME << "_" << std::this_thread::get_id(); in StartTask()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp86 static constexpr const char *HTTP_REQ_TRACE_NAME = "HttpRequest"; variable
199 name << HTTP_REQ_TRACE_NAME << "_" << std::this_thread::get_id(); in AddCurlHandle()