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:OnReadable
(Results
1 - 23
of
23
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
file_descriptor_listener.cpp
20
void FileDescriptorListener::
OnReadable
(int32_t)
in OnReadable()
function in OHOS::AppExecFwk::FileDescriptorListener
H
A
D
native_implement_eventhandler.cpp
60
void
OnReadable
(int32_t filedescriptor)
in OnReadable()
function in NativeFileDescriptorListener
H
A
D
event_queue.cpp
495
listener->
OnReadable
(fileDescriptor);
in HandleFileDescriptorEvent()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H
A
D
uv_loop_handler.h
27
void
OnReadable
(int32_t) override;
H
A
D
ark_interop_engine.cpp
46
void UVLoopHandler::
OnReadable
(int32_t)
in OnReadable()
function in UVLoopHandler
/foundation/multimodalinput/input/frameworks/proxy/module_loader/include/
H
A
D
mmi_fd_listener.h
31
void
OnReadable
(int32_t fd) override;
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
ohos_loop_handler.h
31
void
OnReadable
(int32_t) override;
H
A
D
ohos_loop_handler.cpp
21
void OHOSLoopHandler::
OnReadable
(int32_t)
in OnReadable()
function in OHOS::AbilityRuntime::OHOSLoopHandler
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H
A
D
file_descriptor_listener.h
45
virtual void
OnReadable
(int32_t fileDescriptor);
/foundation/multimodalinput/input/intention/ipc/socket/include/
H
A
D
socket_connection.h
42
void
OnReadable
(int32_t fd) override;
/foundation/CastEngine/castengine_wifi_display/services/network/client/
H
A
D
base_client.cpp
50
void BaseClientEventListener::
OnReadable
(int32_t fd)
in OnReadable()
function in OHOS::Sharing::BaseClientEventListener
H
A
D
base_client.h
32
void
OnReadable
(int32_t fd) override;
/foundation/CastEngine/castengine_wifi_display/services/network/server/
H
A
D
base_server.cpp
44
void BaseServerEventListener::
OnReadable
(int32_t fd)
in OnReadable()
function in OHOS::Sharing::BaseServerEventListener
H
A
D
base_server.h
33
void
OnReadable
(int32_t fd) override;
/foundation/CastEngine/castengine_wifi_display/services/network/eventhandler/
H
A
D
event_descriptor_listener.h
35
void
OnReadable
(int32_t fd) override;
H
A
D
event_descriptor_listener.cpp
94
void EventDescriptorListener::
OnReadable
(int32_t fd)
in OnReadable()
function in OHOS::Sharing::EventDescriptorListener
/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H
A
D
mmi_fd_listener.cpp
36
void MMIFdListener::
OnReadable
(int32_t fd)
in OnReadable()
function in OHOS::MMI::MMIFdListener
/foundation/CastEngine/castengine_wifi_display/services/network/session/
H
A
D
base_network_session.cpp
77
void BaseSessionEventListener::
OnReadable
(int32_t fd)
in OnReadable()
function in OHOS::Sharing::BaseSessionEventListener
H
A
D
base_network_session.h
30
void
OnReadable
(int32_t fd) override;
/foundation/multimodalinput/input/intention/ipc/socket/src/
H
A
D
socket_connection.cpp
56
void SocketConnection::
OnReadable
(int32_t fd)
in OnReadable()
function in OHOS::Msdp::DeviceStatus::SocketConnection
/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H
A
D
vsync_receiver.h
105
void
OnReadable
(int32_t fileDescriptor) override;
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_receiver.cpp
38
void VSyncCallBackListener::
OnReadable
(int32_t fileDescriptor)
in OnReadable()
function in OHOS::Rosen::VSyncCallBackListener
/foundation/arkui/napi/test/unittest/
H
A
D
test_napi_threadsafe.cpp
531
void
OnReadable
(int32_t) override { uv_run(uvLoop_, UV_RUN_NOWAIT); }
Completed in 10 milliseconds