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:currentTask
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/core/
H
A
D
task_manager.cpp
75
Task*
currentTask
= node->data_;
in TaskHandler()
local
76
currentTask
->TaskExecute();
in TaskHandler()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
executor.h
95
auto
currentTask
= waits_->Pop();
in Run()
local
97
currentTask
.exec();
in Run()
99
waits_->Finish(
currentTask
.taskId);
in Run()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H
A
D
executor.h
109
auto
currentTask
= waits_->Pop();
in Run()
local
111
currentTask
.exec();
in Run()
113
waits_->Finish(
currentTask
.taskId);
in Run()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H
A
D
distributeddb_cloud_syncer_progress_manager_test.cpp
342
const TaskId
currentTask
= 2u;
in HWTEST_F()
local
346
cloudSyncer->SetQuerySyncObject(
currentTask
, currentQuery);
in HWTEST_F()
352
cloudSyncer->SetCurrentContext(
currentTask
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
1179
RouterTask
currentTask
= routerQueue_.front();
in ProcessRouterTask()
local
1181
static_cast<uint32_t>(
currentTask
.action),
currentTask
.target.url.c_str());
in ProcessRouterTask()
1183
[weak = AceType::WeakClaim(this),
currentTask
] {
in ProcessRouterTask()
1188
switch (
currentTask
.action) {
in ProcessRouterTask()
1190
delegate->StartPush(
currentTask
.target,
currentTask
.params,
currentTask
.errorCallback);
in ProcessRouterTask()
1193
delegate->StartReplace(
currentTask
.target,
currentTask
in ProcessRouterTask()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H
A
D
cloud_syncer.cpp
117
CloudSyncer::TaskId
currentTask
;
in Close()
local
120
currentTask
= currentContext_.currentTaskId;
in Close()
123
SetTaskFailed(
currentTask
, -E_DB_CLOSED);
in Close()
138
CloudSyncer::TaskId
currentTask
;
in StopAllTasks()
local
141
currentTask
= currentContext_.currentTaskId;
in StopAllTasks()
144
SetTaskFailed(
currentTask
, -E_USER_CHANGE);
in StopAllTasks()
Completed in 14 milliseconds