Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:StreamBuffer
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimodalinput/input/util/network/src/
H
A
D
stream_buffer.cpp
24
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
D
net_packet.cpp
30
void NetPacket::MakeData(
StreamBuffer
&buf) const
in MakeData()
H
A
D
circle_stream_buffer.cpp
53
return
StreamBuffer
::Write(buf, size);
in Write()
/foundation/multimodalinput/input/util/socket/test/
H
A
D
stream_buffer_test.cpp
32
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
D
stream_buffer.h
32
#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
D
net_packet.h
34
class NetPacket : public
StreamBuffer
{
42
virtual void MakeData(
StreamBuffer
&buf) const;
H
A
D
circle_stream_buffer.h
26
class CircleStreamBuffer : public
StreamBuffer
{
/foundation/multimodalinput/input/util/network/test/
H
A
D
circle_stream_buffer_test.cpp
41
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
D
js_short_key_manager.h
47
StreamBuffer
reserve;
/foundation/multimodalinput/input/util/socket/src/
H
A
D
uds_client.cpp
94
StreamBuffer
buf;
in SendMsg()
H
A
D
uds_session.cpp
135
StreamBuffer
buf;
in SendMsg()
/foundation/multimodalinput/input/intention/ipc/socket/src/
H
A
D
socket_session.cpp
50
StreamBuffer
buf;
in SendMsg()
/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H
A
D
dsoftbus_adapter_impl.cpp
193
StreamBuffer
buffer;
in SendPacket()
235
StreamBuffer
buffer;
in BroadcastPacket()
/foundation/multimodalinput/input/frameworks/napi/pointer/include/
H
A
D
js_pointer_manager.h
48
StreamBuffer
reserve;
/foundation/multimodalinput/input/service/event_dispatch/test/
H
A
D
event_dispatch_test.cpp
116
StreamBuffer
streamBuffer;
in HWTEST_F()
1553
StreamBuffer
streamBuffer;
in HWTEST_F()
Completed in 9 milliseconds