Searched refs:NetworkProfilerUtils (Results 1 – 7 of 7) sorted by relevance
31 NetworkProfilerUtils::NetworkProfilerUtils() in NetworkProfilerUtils() function in OHOS::NetStack::NetworkProfilerUtils40 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()
23 class NetworkProfilerUtils {25 NetworkProfilerUtils();26 ~NetworkProfilerUtils();
22 *NetworkProfilerUtils*;
348 std::unique_ptr<NetworkProfilerUtils> networkProfilerUtils_;
164 std::unique_ptr<NetworkProfilerUtils> networkProfilerUtils_;
85 networkProfilerUtils_ = std::make_unique<NetworkProfilerUtils>(); in HttpClientTask()107 networkProfilerUtils_ = std::make_unique<NetworkProfilerUtils>(); in HttpClientTask()
92 networkProfilerUtils_ = std::make_unique<NetworkProfilerUtils>(); in RequestContext()