Home
last modified time | relevance | path

Searched refs:StreamSocket (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_socket.cpp27 StreamSocket::StreamSocket() {} in StreamSocket() function in OHOS::Msdp::DeviceStatus::StreamSocket
29 StreamSocket::~StreamSocket() in ~StreamSocket()
35 int32_t StreamSocket::EpollCreate() in EpollCreate()
46 int32_t StreamSocket::EpollCtl(int32_t fd, int32_t op, struct epoll_event &event) in EpollCtl()
63 int32_t StreamSocket::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
72 void StreamSocket::OnReadPackets(CircleStreamBuffer &circBuf, StreamSocket::PacketCallBackFun callb… in OnReadPackets()
114 void StreamSocket::EpollClose() in EpollClose()
124 void StreamSocket::Close() in Close()
/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_socket.cpp29 StreamSocket::StreamSocket() {} in StreamSocket() function in OHOS::Sensors::StreamSocket
31 StreamSocket::~StreamSocket() in ~StreamSocket()
41 void StreamSocket::OnReadPackets(CircleStreamBuffer &circBuf, StreamSocket::PacketCallBackFun callb… in OnReadPackets()
84 void StreamSocket::Close() in Close()
99 int32_t StreamSocket::GetFd() const in GetFd()
/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dstream_socket.h34 class StreamSocket {
37 StreamSocket();
38 virtual ~StreamSocket();
44 DISALLOW_COPY_AND_MOVE(StreamSocket);
/ohos5.0/base/msdp/device_status/utils/ipc/include/
H A Dstream_socket.h38 class StreamSocket {
40 StreamSocket();
41 DISALLOW_COPY_AND_MOVE(StreamSocket);
42 virtual ~StreamSocket();
H A Dstream_client.h32 class StreamClient : public StreamSocket {
/ohos5.0/base/sensors/sensor/services/include/
H A Dstream_server.h27 class StreamServer : public StreamSocket {
/ohos5.0/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_connection.h32 class SocketConnection final : public AppExecFwk::FileDescriptorListener, StreamSocket {
/ohos5.0/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_connection.h32 class SocketConnection final : public AppExecFwk::FileDescriptorListener, StreamSocket {
/ohos5.0/base/sensors/sensor/frameworks/native/include/
H A Dsensor_service_client.h38 class SensorServiceClient : public StreamSocket, public Singleton<SensorServiceClient> {
/ohos5.0/base/msdp/device_status/services/native/include/
H A Dstream_server.h44 class StreamServer : public StreamSocket, public IStreamServer {