Home
last modified time | relevance | path

Searched refs:NetworkProfilerSocketClient (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/network_profiler/client/src/
Dnetwork_profiler_socker_client.cpp27 NetworkProfilerSocketClient::NetworkProfilerSocketClient(int pid, NetworkProfiler* profiler, in NetworkProfilerSocketClient() function in OHOS::Developtools::Profiler::NetworkProfilerSocketClient
37 NetworkProfilerSocketClient::~NetworkProfilerSocketClient() in ~NetworkProfilerSocketClient()
46 bool NetworkProfilerSocketClient::Connect(const std::string addrname, void (*disableHookCallback)()) in Connect()
61 bool NetworkProfilerSocketClient::ProtocolProc(SocketContext &context, uint32_t pnum, const int8_t … in ProtocolProc()
80 bool NetworkProfilerSocketClient::SendNetworkProfilerData(const void* data, size_t size, in SendNetworkProfilerData()
95 std::bind(&NetworkProfilerSocketClient::PeerIsConnected, this)); in SendNetworkProfilerData()
104 void NetworkProfilerSocketClient::Flush() in Flush()
112 void NetworkProfilerSocketClient::DisableHook() in DisableHook()
123 bool NetworkProfilerSocketClient::PeerIsConnected() in PeerIsConnected()
Dnetwork_profiler.cpp40 static std::shared_ptr<OHOS::Developtools::Profiler::NetworkProfilerSocketClient> socketClent_{null…
121 socketClent_ = std::make_shared<NetworkProfilerSocketClient>(pid_, this, in Enable()
196 std::weak_ptr<NetworkProfilerSocketClient> weakClient = socketClent_; in NetworkProfilerSendData()
/developtools/profiler/device/plugins/network_profiler/client/include/
Dnetwork_profiler_socker_client.h25 class NetworkProfilerSocketClient : public ServiceBase {
27 NetworkProfilerSocketClient(int pid, NetworkProfiler* profiler, void (*disableHookCallback)());
28 ~NetworkProfilerSocketClient();