Home
last modified time | relevance | path

Searched refs:NetworkProfilerUtils (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/netstack/utils/profiler_utils/src/
H A Dnetstack_network_profiler.cpp31 NetworkProfilerUtils::NetworkProfilerUtils() in NetworkProfilerUtils() function in OHOS::NetStack::NetworkProfilerUtils
40 NetworkProfilerUtils::~NetworkProfilerUtils() in ~NetworkProfilerUtils()
48 void NetworkProfilerUtils::NetworkProfiling(INetworkMessage &networkMessage) in NetworkProfiling()
68 bool NetworkProfilerUtils::IsProfilerEnable() in IsProfilerEnable()
81 void NetworkProfilerUtils::SendNetworkProfiling() in SendNetworkProfiling()
92 uint64_t NetworkProfilerUtils::GetBootTime() in GetBootTime()
/ohos5.0/foundation/communication/netstack/utils/profiler_utils/include/
H A Dnetstack_network_profiler.h23 class NetworkProfilerUtils {
25 NetworkProfilerUtils();
26 ~NetworkProfilerUtils();
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/
H A Dlibhttp_client.map22 *NetworkProfilerUtils*;
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_task.h348 std::unique_ptr<NetworkProfilerUtils> networkProfilerUtils_;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h164 std::unique_ptr<NetworkProfilerUtils> networkProfilerUtils_;
/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()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp92 networkProfilerUtils_ = std::make_unique<NetworkProfilerUtils>(); in RequestContext()