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:EPOLLHUP
(Results
1 - 16
of
16
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H
A
D
nstackx_epoll.h
37
#ifndef
EPOLLHUP
38
#define
EPOLLHUP
0x00000010U
macro
/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/multimodalinput/input/intention/services/test/unittest/src/
H
A
D
monitor_test.cpp
86
ev.events =
EPOLLHUP
;
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
109
if (curEpollEvent->events &
EPOLLHUP
) {
in MainLoop()
110
HILOGE("
EPOLLHUP
in events[%{public}d]", i);
in MainLoop()
H
A
D
memory_pressure_observer.cpp
168
if ((curEpollEvent->events &
EPOLLHUP
) && curEpollEvent->data.ptr) {
in MainLoop()
/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
220
#define SPUNGE_EPOLLHUP
EPOLLHUP
/* Hang up happened on the associated socket */
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H
A
D
coap_app.c
263
events = events |
EPOLLHUP
| EPOLLERR;
in GetTimeout()
/foundation/distributedhardware/distributed_input/common/include/
H
A
D
input_hub.cpp
216
} else if (eventItem.events &
EPOLLHUP
) {
in GetEvents()
467
if (eventItem.events &
EPOLLHUP
) {
in GetDeviceHandler()
Completed in 11 milliseconds