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:readHandle
(Results
1 - 15
of
15
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H
A
D
sys_epoll.c
96
if (task->
readHandle
!= NULL) {
in EpollLoop()
97
task->
readHandle
(task);
in EpollLoop()
H
A
D
sys_timer.c
141
timer->task.
readHandle
= TimerReadHandle;
in TimerStart()
H
A
D
sys_event.c
166
node->task.
readHandle
= EventProcessHandle;
in EventModuleInit()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H
A
D
multi_ver_vacuum_executor_impl.cpp
58
MultiVerStorageExecutor *
readHandle
= multiKvDB_->GetHandle(false, errCode, true);
in GetVacuumAbleCommits()
local
59
if (errCode != E_OK ||
readHandle
== nullptr) {
in GetVacuumAbleCommits()
65
errCode =
readHandle
->GetAllCommitsInTree(commitsInTree);
in GetVacuumAbleCommits()
68
multiKvDB_->ReleaseHandle(
readHandle
, true);
in GetVacuumAbleCommits()
84
multiKvDB_->ReleaseHandle(
readHandle
, true);
in GetVacuumAbleCommits()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
scene_holder.cpp
884
if (auto
readHandle
= nameComponentManager.Read(entity)) {
in GetEntityId()
885
entityName =
readHandle
->name;
in GetEntityId()
973
if (auto
readHandle
= nodeComponentManager_->Read(mesh.components[1])) {
in FindMesh()
974
effectivelyEnabled =
readHandle
->effectivelyEnabled;
in FindMesh()
977
if (auto
readHandle
= nameComponentManager_->Read(mesh.components[2])) {
in FindMesh()
978
entityName =
readHandle
->name;
in FindMesh()
1027
if (auto
readHandle
= nodeComponentManager_->Read(material.components[1])) {
in FindMaterial()
1028
effectivelyEnabled =
readHandle
->effectivelyEnabled;
in FindMaterial()
1031
if (auto
readHandle
= nameComponentManager_->Read(material.components[2])) {
in FindMaterial()
1032
entityName =
readHandle
in FindMaterial()
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H
A
D
nstackx_epoll.h
46
TaskHandle
readHandle
;
member
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_timer.c
153
timer->task.
readHandle
= TimerReadHandle;
in TimerStart()
H
A
D
sys_event.c
165
node->task.
readHandle
= EventProcessHandle;
in EventModuleInit()
H
A
D
sys_epoll.c
502
if (((events & EPOLLIN) == EPOLLIN) && (task->
readHandle
!= NULL)) {
in EpollTaskEventHandle()
503
task->
readHandle
(task);
in EpollTaskEventHandle()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H
A
D
nstackx_smartgenius.c
255
g_netlinkTask.
readHandle
= SmartGeniusCallback;
in SmartGeniusInit()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
att.h
268
AttReadReq
readHandle
;
member
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H
A
D
coap_app.c
267
ctx->taskList[i].
readHandle
= CoAPEpollReadHandle;
in GetTimeout()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H
A
D
coap_app.c
376
g_coapCtx.task.
readHandle
= CoAPEpollReadHandle;
in CoapServerInit()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H
A
D
att_receive.c
930
attReadObj.
readHandle
.attHandle = ((uint16_t *)data)[0];
in AttReadRequest()
935
attReadObj.
readHandle
.attHandle);
in AttReadRequest()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_server_profile.cpp
274
connectHandle, ((AttEventData *)eventData)->attReadRequest.
readHandle
.attHandle);
in ReceiveData()
Completed in 18 milliseconds