Home
last modified time | relevance | path

Searched refs:UnixSocketClient (Results 1 – 11 of 11) sorted by relevance

/developtools/profiler/device/services/ipc/src/
Dunix_socket_client.cpp25 UnixSocketClient::UnixSocketClient() in UnixSocketClient() function in UnixSocketClient
31 UnixSocketClient::~UnixSocketClient() {} in ~UnixSocketClient()
33 bool UnixSocketClient::Connect(const std::string addrname, ServiceBase& serviceBase, void (*callbac… in Connect()
/developtools/profiler/device/services/ipc/include/
Dunix_socket_client.h22 class UnixSocketClient final : public SocketContext {
24 UnixSocketClient();
25 ~UnixSocketClient();
/developtools/profiler/device/plugins/native_hook/include/
Dhook_socket_client.h23 class UnixSocketClient; variable
54 std::shared_ptr<UnixSocketClient> unixSocketClient_;
/developtools/profiler/device/services/ipc/test/unittest/
Dunix_socket_client_test.cpp39 UnixSocketClient unixSocketClient;
Dunix_socket_server_test.cpp44 UnixSocketClient unixSocketClient;
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
Dffrt_profiler_socker_client.h49 std::shared_ptr<UnixSocketClient> unixSocketClient_{nullptr};
/developtools/profiler/device/plugins/network_profiler/client/include/
Dnetwork_profiler_socker_client.h53 std::shared_ptr<UnixSocketClient> unixSocketClient_{nullptr};
/developtools/profiler/device/plugins/network_profiler/client/src/
Dnetwork_profiler_socker_client.cpp51 unixSocketClient_ = std::make_shared<UnixSocketClient>(); in Connect()
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
Dffrt_profiler_socker_client.cpp52 unixSocketClient_ = std::make_shared<UnixSocketClient>(); in Connect()
/developtools/profiler/device/plugins/native_hook/test/unittest/
Dhook_socket_client_test.cpp89 hookClient.unixSocketClient_ = std::make_shared<UnixSocketClient>();
/developtools/profiler/device/plugins/native_hook/src/
Dhook_socket_client.cpp104 unixSocketClient_ = std::make_shared<UnixSocketClient>(); in Connect()