Home
last modified time | relevance | path

Searched refs:networkProfilerUtils_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp85 networkProfilerUtils_ = std::make_unique<NetworkProfilerUtils>(); in HttpClientTask()
107 networkProfilerUtils_ = std::make_unique<NetworkProfilerUtils>(); in HttpClientTask()
670 networkProfilerUtils_->NetworkProfiling(httpClientNetworkMessage); in ProcessResponse()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_task.h348 std::unique_ptr<NetworkProfilerUtils> networkProfilerUtils_; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h164 std::unique_ptr<NetworkProfilerUtils> networkProfilerUtils_; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp92 networkProfilerUtils_ = std::make_unique<NetworkProfilerUtils>(); in RequestContext()
891 networkProfilerUtils_->NetworkProfiling(networkMessage); in SendNetworkProfiler()