Home
last modified time | relevance | path

Searched refs:StreamSocket (Results 1 - 9 of 9) sorted by relevance

/base/msdp/device_status/utils/ipc/src/
H A Dstream_socket.cpp21 #define LOG_TAG "StreamSocket"
27 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
[all...]
/base/sensors/sensor/utils/ipc/src/
H A Dstream_socket.cpp26 #define LOG_TAG "StreamSocket"
29 StreamSocket::StreamSocket() {} in StreamSocket() function in OHOS::Sensors::StreamSocket
31 StreamSocket::~StreamSocket() in ~StreamSocket()
41 void StreamSocket::OnReadPackets(CircleStreamBuffer &circBuf, StreamSocket::PacketCallBackFun callbackFun) in OnReadPackets()
84 void StreamSocket::Close() in Close()
99 int32_t StreamSocket::GetFd() const in GetFd()
/base/sensors/sensor/utils/ipc/include/
H A Dstream_socket.h34 class StreamSocket { class
37 StreamSocket();
38 virtual ~StreamSocket();
44 DISALLOW_COPY_AND_MOVE(StreamSocket);
/base/msdp/device_status/utils/ipc/include/
H A Dstream_socket.h38 class StreamSocket { class
40 StreamSocket();
41 DISALLOW_COPY_AND_MOVE(StreamSocket);
42 virtual ~StreamSocket();
H A Dstream_client.h32 class StreamClient : public StreamSocket {
/base/sensors/sensor/services/include/
H A Dstream_server.h27 class StreamServer : public StreamSocket {
/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_connection.h32 class SocketConnection final : public AppExecFwk::FileDescriptorListener, StreamSocket {
/base/sensors/sensor/frameworks/native/include/
H A Dsensor_service_client.h38 class SensorServiceClient : public StreamSocket, public Singleton<SensorServiceClient> {
/base/msdp/device_status/services/native/include/
H A Dstream_server.h44 class StreamServer : public StreamSocket, public IStreamServer {

Completed in 3 milliseconds