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:firstTask
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H
A
D
camera_napi_worker_queue_keeper.cpp
75
auto
firstTask
= workerQueueTasks_.front();
in WorkerLockCondition()
local
76
if (
firstTask
== queueTask) {
in WorkerLockCondition()
79
if (
firstTask
->queueStatus == RUNNING) {
in WorkerLockCondition()
83
auto diffTime = std::chrono::duration_cast<std::chrono::milliseconds>(now -
firstTask
->createTimePoint);
in WorkerLockCondition()
93
queueTask->taskName.c_str(),
firstTask
->taskName.c_str(), diffTime.count());
in WorkerLockCondition()
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H
A
D
task_scheduler.cpp
124
auto
firstTask
= tasks_.front();
in PopPendingTaskList()
local
125
CHKPB(
firstTask
);
in PopPendingTaskList()
126
RecoveryId(
firstTask
->GetId());
in PopPendingTaskList()
127
tasks.push_back(
firstTask
->GetSharedPtr());
in PopPendingTaskList()
/foundation/ability/form_fwk/services/src/
H
A
D
form_timer_mgr.cpp
1120
auto
firstTask
= dynamicRefreshTasks_.begin();
in UpdateDynamicAlarm()
local
1126
std::shared_ptr<WantAgent> wantAgent = GetDynamicWantAgent(dynamicWakeUpTime_,
firstTask
->userId);
in UpdateDynamicAlarm()
1150
auto
firstTask
= dynamicRefreshTasks_.begin();
in IsNeedUpdate()
local
1151
if (dynamicWakeUpTime_ !=
firstTask
->settedTime) {
in IsNeedUpdate()
1152
dynamicWakeUpTime_ =
firstTask
->settedTime;
in IsNeedUpdate()
1155
if (dynamicWakeUpTime_ ==
firstTask
->settedTime &&
in IsNeedUpdate()
1158
firstTask
= dynamicRefreshTasks_.erase(dynamicRefreshTasks_.begin());
in IsNeedUpdate()
1159
if (
firstTask
== dynamicRefreshTasks_.end()) {
in IsNeedUpdate()
1162
dynamicWakeUpTime_ =
firstTask
->settedTime;
in IsNeedUpdate()
Completed in 3 milliseconds