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:writeHandle
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H
A
D
sys_epoll.c
102
if (task->
writeHandle
!= NULL) {
in EpollLoop()
103
task->
writeHandle
(task);
in EpollLoop()
H
A
D
sys_timer.c
142
timer->task.
writeHandle
= NULL;
in TimerStart()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H
A
D
nstackx_epoll.h
47
TaskHandle
writeHandle
;
member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H
A
D
relational_sync_able_storage.cpp
1408
auto
writeHandle
= static_cast<SQLiteSingleVerRelationalStorageExecutor *>(
in FillCloudLogAndAsset()
local
1410
if (
writeHandle
== nullptr) {
in FillCloudLogAndAsset()
1413
errCode =
writeHandle
->StartTransaction(TransactType::IMMEDIATE);
in FillCloudLogAndAsset()
1415
ReleaseHandle(
writeHandle
);
in FillCloudLogAndAsset()
1418
errCode = FillCloudLogAndAssetInner(
writeHandle
, opType, data, fillAsset, ignoreEmptyGid);
in FillCloudLogAndAsset()
1421
writeHandle
->Rollback();
in FillCloudLogAndAsset()
1422
ReleaseHandle(
writeHandle
);
in FillCloudLogAndAsset()
1425
errCode =
writeHandle
->Commit();
in FillCloudLogAndAsset()
1426
ReleaseHandle(
writeHandle
);
in FillCloudLogAndAsset()
2167
auto
writeHandle
in ReviseLocalModTime()
local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H
A
D
nstackx_dfile_transfer.h
173
DFileTransWriteHandle
writeHandle
;
member
192
DFileTransWriteHandle
writeHandle
;
member
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_timer.c
154
timer->task.
writeHandle
= NULL;
in TimerStart()
H
A
D
sys_epoll.c
510
if (((events & EPOLLOUT) == EPOLLOUT) && (task->
writeHandle
!= NULL)) {
in EpollTaskEventHandle()
511
task->
writeHandle
(task);
in EpollTaskEventHandle()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
scene_holder.cpp
2107
if (auto
writeHandle
= materialComponentManager_->Write(materialEntity)) {
in SetShader()
2109
writeHandle
->materialShader.shader = shaderEntityRef;
in SetShader()
2110
if (!
writeHandle
->materialShader.graphicsState) {
in SetShader()
2113
writeHandle
->materialShader.graphicsState =
in SetShader()
2118
writeHandle
->depthShader.shader = shaderEntityRef;
in SetShader()
2119
if (!
writeHandle
->depthShader.graphicsState) {
in SetShader()
2121
writeHandle
->depthShader.graphicsState =
in SetShader()
2184
if (auto
writeHandle
= materialComponentManager_->Write(materialEntity)) {
in SetGraphicsState()
2186
writeHandle
->materialShader.graphicsState = stateEntityRef;
in SetGraphicsState()
2188
writeHandle
in SetGraphicsState()
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H
A
D
nstackx_smartgenius.c
256
g_netlinkTask.
writeHandle
= NetlinkWriteHandle;
in SmartGeniusInit()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H
A
D
coap_app.c
268
ctx->taskList[i].
writeHandle
= CoAPEpollWriteHandle;
in GetTimeout()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H
A
D
coap_app.c
377
g_coapCtx.task.
writeHandle
= NULL;
in CoapServerInit()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H
A
D
nstackx_dfile_transfer.c
310
int32_t ret = dFileTrans->
writeHandle
(frame, frameLength, dFileTrans->context);
in SendFrame()
1524
dFileTrans->
writeHandle
= para->
writeHandle
;
in DFileTransCreate()
H
A
D
nstackx_dfile_session.c
844
transPara.
writeHandle
= DFileWriteHandle;
in CreateTrans()
Completed in 18 milliseconds