Home
last modified time | relevance | path

Searched refs:SocketClient (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_client.cpp35 SocketClient::SocketClient(std::shared_ptr<ITunnelClient> tunnel) in SocketClient() function in OHOS::Msdp::DeviceStatus::SocketClient
49 void SocketClient::Start() in Start()
55 void SocketClient::Stop() in Stop()
58 bool SocketClient::Connect() in Connect()
85 int32_t SocketClient::Socket() in Socket()
102 void SocketClient::OnPacket(NetPacket &pkt) in OnPacket()
109 void SocketClient::OnDisconnected() in OnDisconnected()
127 void SocketClient::Reconnect() in Reconnect()
138 void SocketClient::OnMsgHandler(const StreamClient &client, NetPacket &pkt) in OnMsgHandler()
154 void SocketClient::RegisterConnectedFunction(ConnectCallback funConnected) in RegisterConnectedFunction()
[all …]
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_client.cpp35 SocketClient::SocketClient(std::shared_ptr<ITunnelClient> tunnel) in SocketClient() function in OHOS::Msdp::DeviceStatus::SocketClient
42 bool SocketClient::RegisterEvent(MessageId id, std::function<int32_t(const StreamClient&, NetPacket… in RegisterEvent()
49 void SocketClient::Start() in Start()
55 void SocketClient::Stop() in Stop()
58 bool SocketClient::Connect() in Connect()
81 int32_t SocketClient::Socket() in Socket()
98 void SocketClient::OnPacket(NetPacket &pkt) in OnPacket()
105 void SocketClient::OnDisconnected() in OnDisconnected()
119 void SocketClient::Reconnect() in Reconnect()
130 void SocketClient::OnMsgHandler(const StreamClient &client, NetPacket &pkt) in OnMsgHandler()
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_client.h31 class SocketClient final : public StreamClient {
33 SocketClient(std::shared_ptr<ITunnelClient> tunnel);
34 DISALLOW_COPY_AND_MOVE(SocketClient);
35 ~SocketClient() = default;
/ohos5.0/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_client.h32 class SocketClient final : public StreamClient {
34 SocketClient(std::shared_ptr<ITunnelClient> tunnel);
35 DISALLOW_COPY_AND_MOVE(SocketClient);
36 ~SocketClient() = default;
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
H A Dsocket_client.h27 class SocketClient : public Socket {
29 SocketClient(std::string serverPath, uint32_t socketType);
30 ~SocketClient() = default;
H A Ddgram_socket_client.h29 class DgramSocketClient : public SocketClient {
32 : SocketClient(serverPath, SOCK_DGRAM), fdHandler(-1) in DgramSocketClient()
H A Dseq_packet_socket_client.h34 class SeqPacketSocketClient : public SocketClient {
36 …SeqPacketSocketClient(std::string serverPath, int socketOption) : SocketClient(serverPath, SOCK_SE… in SeqPacketSocketClient()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dsocket_client.cpp31 SocketClient::SocketClient(std::string serverPath, uint32_t socketType) : Socket(socketType) in SocketClient() function in OHOS::HiviewDFX::SocketClient
41 int SocketClient::Connect() in Connect()
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/include/
H A Dintention_manager.h93 std::unique_ptr<SocketClient> client_ { nullptr };
/ohos5.0/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h95 std::unique_ptr<SocketClient> client_ { nullptr };
/ohos5.0/base/msdp/device_status/test/unittest/intention/ipc/src/
H A Dsocket_session_test.cpp36 std::unique_ptr<SocketClient> g_client {nullptr};
52 g_client = std::make_unique<SocketClient>(g_tunnel); in SetUp()
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp51 client_ = std::make_unique<SocketClient>(tunnel_); in InitClient()
/ohos5.0/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp54 client_ = std::make_unique<SocketClient>(tunnel_); in InitClient()