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:revents
(Results
1 - 23
of
23
) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H
A
D
netlink_listener.cpp
96
if (ufds[i].
revents
== 0) {
in ReadMsg()
111
if ((static_cast<uint32_t>(ufds[i].
revents
) & POLLIN)) {
in ReadMsg()
115
if ((static_cast<uint32_t>(ufds[i].
revents
)) & (POLLERR | POLLHUP)) {
in ReadMsg()
133
ufds[fdCount].
revents
= 0;
in RunListener()
139
ufds[fdCount].
revents
= 0;
in RunListener()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
epoll_app.c
105
epi->
revents
= 0;
in EpollCtlTriggleEvent()
107
epi->
revents
|= SPUNGE_EPOLLIN;
in EpollCtlTriggleEvent()
111
epi->
revents
|= SPUNGE_EPOLLOUT;
in EpollCtlTriggleEvent()
114
epi->
revents
|= (FILLP_UINT32)sock->errEvent;
in EpollCtlTriggleEvent()
115
epi->
revents
&= epi->event.events;
in EpollCtlTriggleEvent()
117
if (epi->
revents
> 0) {
in EpollCtlTriggleEvent()
134
epi->
revents
= FILLP_NULL_NUM;
in EpollMallocEpitem()
206
epi->
revents
= FILLP_NULL_NUM;
in EpUnlink()
296
epi->
revents
&= epi->event.events;
in EpGetEventsAndSignal()
299
if (epi->
revents
>
in EpGetEventsAndSignal()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
socket_common.c
33
epi->
revents
= (epi->event.events & (FILLP_UINT32)sock->errEvent);
in EpollUpdateEpEvent()
35
epi->
revents
|= SPUNGE_EPOLLIN;
in EpollUpdateEpEvent()
37
epi->
revents
&= (FILLP_UINT32)(~SPUNGE_EPOLLIN);
in EpollUpdateEpEvent()
42
epi->
revents
|= SPUNGE_EPOLLOUT;
in EpollUpdateEpEvent()
44
epi->
revents
&= (FILLP_UINT32)(~SPUNGE_EPOLLOUT);
in EpollUpdateEpEvent()
74
sockEpItem->
revents
|= (sockEpItem->event.events & upEvent);
in EpollEventCallback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H
A
D
event_loop_epoll.cpp
111
EventsMask
revents
= CalEventsMask(revent->events);
in Poll()
local
112
event->SetRevents(
revents
);
in Poll()
144
std::vector<epoll_event>
revents
;
in Exit()
local
145
revents
.swap(revents_);
in Exit()
H
A
D
event_impl.cpp
305
EventsMask
revents
= events & genericEvents;
in SetRevents()
local
306
if (
revents
) {
in SetRevents()
307
revents_ =
revents
;
in SetRevents()
H
A
D
ievent.h
26
using EventAction = std::function<int(EventsMask
revents
)>;
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
epoll.h
65
FILLP_UINT32
revents
;
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H
A
D
evloop_timer_unit_test.cpp
186
errCode = timer->SetAction([](EventsMask
revents
) -> int {
in HWTEST_F()
237
errCode = timer->SetAction([&counter](EventsMask
revents
) -> int { ++counter; return E_OK; }, nullptr);
in HWTEST_F()
292
[&counter](EventsMask
revents
) -> int {
in HWTEST_F()
351
errCode = timer->SetAction([&counter](EventsMask
revents
) -> int { ++counter; return -E_STALE; },
in HWTEST_F()
409
[timer, &counter, &lastTime](EventsMask
revents
) -> int {
in HWTEST_F()
629
ASSERT_EQ(event->SetAction([](EventsMask
revents
) -> int {
in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H
A
D
clatd.cpp
145
if (fds[EVENT_STOP].
revents
) {
in RunLoop()
153
if (fds[READ_V6].
revents
) {
in RunLoop()
156
if (fds[READ_V4].
revents
) {
in RunLoop()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/pnp_server/
H
A
D
audio_pnp_server.cpp
162
fd.
revents
= 0;
in OpenAndReadWithSocket()
171
if (((uint32_t)fd.
revents
& (POLLIN | POLLERR)) != 0) {
in OpenAndReadWithSocket()
H
A
D
audio_input_thread.cpp
73
if ((uint32_t)g_fdSets[num].
revents
& POLLIN) {
in AudioPnpInputPollAndRead()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H
A
D
wrapper_listener.cpp
116
if (pollFds[0].
revents
& (POLLIN | POLLERR)) {
in Listen()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
watcher_impl.cpp
177
if (static_cast<unsigned short>(fds[0].
revents
) & POLLNVAL) {
in GetNotifyEvent()
181
if (static_cast<unsigned short>(fds[1].
revents
) & POLLIN) {
in GetNotifyEvent()
H
A
D
copy.cpp
537
if (static_cast<unsigned short>(fds[0].
revents
) & POLLNVAL) {
in GetNotifyEvent()
541
if (static_cast<unsigned short>(fds[1].
revents
) & POLLIN) {
in GetNotifyEvent()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H
A
D
watcher_entity.cpp
198
if (static_cast<unsigned short>(fds[0].
revents
) & POLLNVAL) {
in GetNotifyEvent()
202
if (static_cast<unsigned short>(fds[1].
revents
) & POLLIN) {
in GetNotifyEvent()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H
A
D
kernel_talker.cpp
188
fileFd.
revents
= 0;
in PollRun()
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H
A
D
tls_socket_server.cpp
1442
fds_[g_userCounter].
revents
= 0;
in SetTlsConnectionSecureOptions()
1460
fds_[0].
revents
= 0;
in InitPollList()
1504
if ((fds_[i].fd == listenSocketFd_) && (static_cast<uint16_t>(fds_[i].
revents
) & POLLIN)) {
in PollThread()
1507
} else if ((static_cast<uint16_t>(fds_[i].
revents
) & POLLRDHUP) ||
in PollThread()
1508
(static_cast<uint16_t>(fds_[i].
revents
) & POLLERR)) {
in PollThread()
1510
} else if ((static_cast<uint16_t>(fds_[i].
revents
) & POLLERR)) {
in PollThread()
1515
} else if (static_cast<uint16_t>(fds_[i].
revents
) & POLLIN) {
in PollThread()
/foundation/graphic/graphic_surface/sync_fence/src/
H
A
D
sync_fence.cpp
85
if (pollfds.
revents
& (POLLERR | POLLNVAL)) {
in Wait()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_network.cpp
380
if (pfds[0].
revents
& POLLIN) {
in PollEventThread_()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H
A
D
hid_host_uhid.cpp
334
if (pfds[0].
revents
& POLLIN) {
in PollEventThread_()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
copy.cpp
777
if (static_cast<unsigned short>(fds[0].
revents
) & POLLNVAL) {
in GetNotifyEvent()
781
if (static_cast<unsigned short>(fds[1].
revents
) & POLLIN) {
in GetNotifyEvent()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
runtime_context_impl.cpp
195
evTimer->SetAction([this, timerId, action](EventsMask
revents
) -> int {
in SetTimer()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H
A
D
local_socket_exec.cpp
559
if (fds[0].
revents
& POLLIN) {
in LocalSocketServerAccept()
Completed in 36 milliseconds