Home
last modified time | relevance | path

Searched refs:StreamBuffer (Results 1 - 15 of 15) sorted by relevance

/foundation/multimodalinput/input/util/network/src/
H A Dstream_buffer.cpp24 StreamBuffer::StreamBuffer(const StreamBuffer &buf) in StreamBuffer() function in OHOS::MMI::StreamBuffer
29 StreamBuffer &StreamBuffer::operator=(const StreamBuffer &other) in operator =()
35 void StreamBuffer::Reset() in Reset()
44 void StreamBuffer::Clean() in Clean()
54 bool StreamBuffer::SeekReadPos(int32_t n) in SeekReadPos()
66 bool StreamBuffer
[all...]
H A Dnet_packet.cpp30 void NetPacket::MakeData(StreamBuffer &buf) const in MakeData()
H A Dcircle_stream_buffer.cpp53 return StreamBuffer::Write(buf, size); in Write()
/foundation/multimodalinput/input/util/socket/test/
H A Dstream_buffer_test.cpp32 class StreamBufferUnitTest : public StreamBuffer {
42 bool CloneUnitTest(const StreamBuffer& buf) in CloneUnitTest()
60 StreamBuffer bufObj; in HWTEST_F()
61 StreamBuffer bufObjTmp(bufObj); in HWTEST_F()
77 StreamBuffer bufObj; in HWTEST_F()
78 StreamBuffer bufObjTmp(bufObj); in HWTEST_F()
93 StreamBuffer bufObj; in HWTEST_F()
94 StreamBuffer bufObjTmp(bufObj); in HWTEST_F()
109 StreamBuffer bufObj; in HWTEST_F()
110 StreamBuffer bufObjTm in HWTEST_F()
[all...]
/foundation/multimodalinput/input/util/network/include/
H A Dstream_buffer.h32 #define MMI_LOG_TAG "StreamBuffer"
36 class StreamBuffer { class
38 StreamBuffer() = default;
39 DISALLOW_MOVE(StreamBuffer);
40 virtual ~StreamBuffer() = default;
41 explicit StreamBuffer(const StreamBuffer &buf);
42 virtual StreamBuffer &operator=(const StreamBuffer &other);
51 bool Read(StreamBuffer
[all...]
H A Dnet_packet.h34 class NetPacket : public StreamBuffer {
42 virtual void MakeData(StreamBuffer &buf) const;
H A Dcircle_stream_buffer.h26 class CircleStreamBuffer : public StreamBuffer {
/foundation/multimodalinput/input/util/network/test/
H A Dcircle_stream_buffer_test.cpp41 StreamBuffer streamBuffer; in HWTEST_F()
61 StreamBuffer streamBuffer; in HWTEST_F()
84 StreamBuffer streamBuffer; in HWTEST_F()
/foundation/multimodalinput/input/frameworks/napi/short_key/include/
H A Djs_short_key_manager.h47 StreamBuffer reserve;
/foundation/multimodalinput/input/util/socket/src/
H A Duds_client.cpp94 StreamBuffer buf; in SendMsg()
H A Duds_session.cpp135 StreamBuffer buf; in SendMsg()
/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session.cpp50 StreamBuffer buf; in SendMsg()
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp193 StreamBuffer buffer; in SendPacket()
235 StreamBuffer buffer; in BroadcastPacket()
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H A Djs_pointer_manager.h48 StreamBuffer reserve;
/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp116 StreamBuffer streamBuffer; in HWTEST_F()
1553 StreamBuffer streamBuffer; in HWTEST_F()

Completed in 9 milliseconds