Home
last modified time | relevance | path

Searched refs:networkMessage (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netstack/utils/profiler_utils/src/
H A Dnetstack_network_profiler.cpp48 void NetworkProfilerUtils::NetworkProfiling(INetworkMessage &networkMessage) in NetworkProfiling() argument
53 networkMessage.SetRequestBeginTime(requestBeginTime_); in NetworkProfiling()
54 msg_ = networkMessage.Parse(); in NetworkProfiling()
/foundation/communication/netstack/utils/profiler_utils/include/
H A Dnetstack_network_profiler.h27 void NetworkProfiling(INetworkMessage &networkMessage);
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp884 HttpNetworkMessage networkMessage(std::to_string(GetTaskId()), options, response, curlHandle_); in SendNetworkProfiler()
885 networkProfilerUtils_->NetworkProfiling(networkMessage); in SendNetworkProfiler()

Completed in 3 milliseconds