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:EPOLLERR
(Results
1 - 19
of
19
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H
A
D
nstackx_epoll.h
33
#ifndef
EPOLLERR
34
#define
EPOLLERR
0x00000008U
macro
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H
A
D
socket_listener.cpp
96
event.events = EPOLLRDHUP |
EPOLLERR
| EPOLLIN | EPOLLOUT | EPOLLONESHOT;
in AddSocket()
100
event.events = EPOLLRDHUP |
EPOLLERR
| EPOLLIN;
in AddSocket()
142
event.events = EPOLLRDHUP |
EPOLLERR
| EPOLLIN;
in OnListenEvents()
147
if (events[i].events & (EPOLLRDHUP |
EPOLLERR
)) {
in OnListenEvents()
/foundation/multimodalinput/input/intention/prototype/include/
H
A
D
i_epoll_event_source.h
36
return (EPOLLIN | EPOLLHUP |
EPOLLERR
);
in GetEvents()
/foundation/multimodalinput/input/intention/common/epoll/src/
H
A
D
epoll_manager.cpp
120
} else if ((ev.events & (EPOLLHUP |
EPOLLERR
)) != 0) {
in Dispatch()
135
} else if ((evs[index].events & (EPOLLHUP |
EPOLLERR
)) != 0) {
in DispatchOne()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H
A
D
event_loop_epoll.cpp
181
epollEvents |=
EPOLLERR
;
in CalEpollEvents()
195
if ((epollEvents &
EPOLLERR
) != 0) { // LCOV_EXCL_BR_LINE
in CalEventsMask()
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H
A
D
monitor_test.cpp
88
ev.events =
EPOLLERR
;
in HWTEST_F()
H
A
D
device_manager_test.cpp
283
} else if ((ev.events & (EPOLLHUP |
EPOLLERR
)) != 0) {
in OnTimeout()
293
} else if ((ev.events & (EPOLLHUP |
EPOLLERR
)) != 0) {
in OnDeviceMgr()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H
A
D
monitor.cpp
45
} else if ((ev.events & (EPOLLHUP |
EPOLLERR
)) != 0) {
in Dispatch()
H
A
D
device.cpp
120
} else if ((ev.events & (EPOLLHUP |
EPOLLERR
)) != 0) {
in Dispatch()
/foundation/multimodalinput/input/intention/ipc/socket/src/
H
A
D
socket_session.cpp
118
} else if ((ev.events & (EPOLLHUP |
EPOLLERR
)) != 0) {
in Dispatch()
H
A
D
socket_session_manager.cpp
131
} else if ((ev.events & (EPOLLHUP |
EPOLLERR
)) != 0) {
in Dispatch()
146
} else if ((evs[index].events & (EPOLLHUP |
EPOLLERR
)) != 0) {
in DispatchOne()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H
A
D
kswapd_observer.cpp
114
if (curEpollEvent->events &
EPOLLERR
) {
in MainLoop()
H
A
D
memory_pressure_observer.cpp
175
if (curEpollEvent->events &
EPOLLERR
)
in MainLoop()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_epoll.c
495
if ((events &
EPOLLERR
) ==
EPOLLERR
) {
in EpollTaskEventHandle()
753
events |=
EPOLLERR
;
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
uds_server.cpp
305
if ((ev.events &
EPOLLERR
) || (ev.events & EPOLLHUP)) {
in OnEpollEvent()
306
MMI_HILOGI("
EPOLLERR
or EPOLLHUP fd:%{public}d, ev.events:0x%{public}x", fd, ev.events);
in OnEpollEvent()
/foundation/communication/wifi/wifi/base/cRPC/src/
H
A
D
server.c
138
if ((e->events &
EPOLLERR
) || (e->events & EPOLLHUP)) {
in CheckEventMask()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H
A
D
fillptypes.h
218
#define SPUNGE_EPOLLERR
EPOLLERR
/* Error condition happened on the associat */
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H
A
D
coap_app.c
263
events = events | EPOLLHUP |
EPOLLERR
;
in GetTimeout()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H
A
D
coap_app.c
373
uint32_t events = EPOLLIN |
EPOLLERR
;
in CoapServerInit()
Completed in 17 milliseconds