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:StreamSocket
(Results
1 - 9
of
9
) sorted by relevance
/base/msdp/device_status/utils/ipc/src/
H
A
D
stream_socket.cpp
21
#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
D
stream_socket.cpp
26
#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
D
stream_socket.h
34
class
StreamSocket
{
class
37
StreamSocket
();
38
virtual ~
StreamSocket
();
44
DISALLOW_COPY_AND_MOVE(
StreamSocket
);
/base/msdp/device_status/utils/ipc/include/
H
A
D
stream_socket.h
38
class
StreamSocket
{
class
40
StreamSocket
();
41
DISALLOW_COPY_AND_MOVE(
StreamSocket
);
42
virtual ~
StreamSocket
();
H
A
D
stream_client.h
32
class StreamClient : public
StreamSocket
{
/base/sensors/sensor/services/include/
H
A
D
stream_server.h
27
class StreamServer : public
StreamSocket
{
/base/msdp/device_status/intention/ipc/socket/include/
H
A
D
socket_connection.h
32
class SocketConnection final : public AppExecFwk::FileDescriptorListener,
StreamSocket
{
/base/sensors/sensor/frameworks/native/include/
H
A
D
sensor_service_client.h
38
class SensorServiceClient : public
StreamSocket
, public Singleton<SensorServiceClient> {
/base/msdp/device_status/services/native/include/
H
A
D
stream_server.h
44
class StreamServer : public
StreamSocket
, public IStreamServer {
Completed in 3 milliseconds