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 - 25
of
41
) sorted by relevance
1
2
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_event_handler_fdlistener_adapter_wrapper.cpp
26
void ArkEventHandlerFDListenerAdapterWrapper::
OnReadable
(int32_t fileDescriptor)
in OnReadable()
function in OHOS::ArkWeb::ArkEventHandlerFDListenerAdapterWrapper
28
ctocpp_->
OnReadable
(fileDescriptor);
in OnReadable()
H
A
D
ark_event_handler_fdlistener_adapter_wrapper.h
29
void
OnReadable
(int32_t fileDescriptor) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_event_handler_fdlistener_adapter_impl.cpp
25
void ArkEventHandlerFDListenerAdapterImpl::
OnReadable
(int32_t fileDescriptor)
in OnReadable()
function in OHOS::ArkWeb::ArkEventHandlerFDListenerAdapterImpl
27
real_->
OnReadable
(fileDescriptor);
in OnReadable()
H
A
D
ark_event_handler_fdlistener_adapter_impl.h
29
void
OnReadable
(int32_t fileDescriptor) override;
/base/web/webview/ohos_adapter/event_handler_adapter/src/
H
A
D
event_handler_adapter_impl.cpp
28
void EventHandlerFDListenerAdapterImpl::
OnReadable
(int32_t fileDescriptor)
in OnReadable()
function in OHOS::NWeb::EventHandlerFDListenerAdapterImpl
31
listener_->
OnReadable
(fileDescriptor);
in OnReadable()
/base/web/webview/test/fuzztest/ohos_adapter/eventhandler_fuzzer/
H
A
D
event_handler_adapter_fuzzer.cpp
29
void
OnReadable
(int32_t fileDescriptor) override {}
44
fdListenerImpl->
OnReadable
(fileDescriptor);
in EventHandlerAdapterFuzzTest()
/base/web/webview/test/unittest/ohos_adapter/event_handler_adapter_test/
H
A
D
event_handler_adapter_impl_test.cpp
43
void
OnReadable
(int32_t fileDescriptor) override
45
WVLOG_I("test
OnReadable
");
86
listenerTest->
OnReadable
(fd);
in HWTEST_F()
111
listenerTest->
OnReadable
(fd);
in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
file_descriptor_listener.cpp
20
void FileDescriptorListener::
OnReadable
(int32_t)
in OnReadable()
function in OHOS::AppExecFwk::FileDescriptorListener
H
A
D
ffrt_descriptor_listener.cpp
24
void FfrtDescriptorListener::
OnReadable
(int32_t fileDescriptor)
in OnReadable()
function in OHOS::AppExecFwk::FfrtDescriptorListener
27
HILOGW("
OnReadable
bad fd");
in OnReadable()
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H
A
D
my_file_descriptor_listener.cpp
39
void MyFileDescriptorListener::
OnReadable
(int32_t fileDescriptor)
in OnReadable()
function in OHOS::Sensors::MyFileDescriptorListener
47
FileDescriptorListener::
OnReadable
(fileDescriptor);
in OnReadable()
/base/msdp/device_status/interfaces/innerkits/include/
H
A
D
fd_listener.h
32
void
OnReadable
(int32_t fd) override;
/base/sensors/sensor/frameworks/native/include/
H
A
D
fd_listener.h
29
void
OnReadable
(int32_t fd) override;
H
A
D
sensor_file_descriptor_listener.h
30
void
OnReadable
(int32_t fileDescriptor) override;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
event_handler_adapter.h
29
virtual void
OnReadable
(int32_t fileDescriptor) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_event_handler_adapter.h
29
virtual void
OnReadable
(int32_t fileDescriptor) = 0;
/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/
H
A
D
my_file_descriptor_listener.h
37
void
OnReadable
(int32_t fileDescriptor) override;
/base/web/webview/ohos_adapter/event_handler_adapter/include/
H
A
D
event_handler_adapter_impl.h
30
void
OnReadable
(int32_t fileDescriptor) override;
/base/notification/eventhandler/frameworks/eventhandler/include/
H
A
D
ffrt_descriptor_listener.h
36
LOCAL_API void
OnReadable
(int32_t fileDescriptor) override;
/base/notification/eventhandler/interfaces/inner_api/
H
A
D
file_descriptor_listener.h
45
virtual void
OnReadable
(int32_t fileDescriptor);
/base/msdp/device_status/intention/ipc/socket/include/
H
A
D
socket_connection.h
42
void
OnReadable
(int32_t fd) override;
/base/notification/eventhandler/test/fuzztest/filedescriptorlistener_fuzzer/
H
A
D
filedescriptorlistener_fuzzer.cpp
32
listener ->
OnReadable
(fileDescriptor);
in DoSomethingInterestingWithMyAPI()
/base/msdp/device_status/frameworks/native/src/
H
A
D
fd_listener.cpp
33
void FdListener::
OnReadable
(int32_t fd)
in OnReadable()
function in OHOS::Msdp::DeviceStatus::FdListener
/base/notification/eventhandler/test/fuzztest/noneiowaiter_fuzzer/
H
A
D
noneiowaiter_fuzzer.cpp
32
void
OnReadable
(int32_t)
in OnReadable()
function in OHOS::NoneFileDescriptorListener
/base/sensors/sensor/frameworks/native/src/
H
A
D
fd_listener.cpp
38
void FdListener::
OnReadable
(int32_t fd)
in OnReadable()
function in OHOS::Sensors::FdListener
/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
H
A
D
eventqueueannex_fuzzer.cpp
34
void
OnReadable
(int32_t)
in OnReadable()
function in OHOS::MyFileDescriptorListener
Completed in 13 milliseconds
1
2