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:DeepIdle
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/work_scheduler/frameworks/include/
H
A
D
work_condition.h
72
enum
DeepIdle
{
enum in OHOS::WorkScheduler::WorkCondition
H
A
D
work_info.h
120
* @brief Request
DeepIdle
.
122
* @param deepIdle The
DeepIdle
status.
296
WorkCondition::
DeepIdle
GetDeepIdle();
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H
A
D
js_work_scheduler_extension.cpp
302
void SetDeepIdleInfo(napi_env env, napi_value workInfoData, WorkCondition::
DeepIdle
value)
in SetDeepIdleInfo()
304
if (value == WorkCondition::
DeepIdle
::DEEP_IDLE_UNKNOWN) {
in SetDeepIdleInfo()
308
napi_get_boolean(env, (value == WorkCondition::
DeepIdle
::DEEP_IDLE_IN), &isDeepIdle);
in SetDeepIdleInfo()
361
WorkCondition::
DeepIdle
deepIdleValue = workInfo.GetDeepIdle();
in OnWorkStart()
413
WorkCondition::
DeepIdle
deepIdleValue = workInfo.GetDeepIdle();
in OnWorkStop()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H
A
D
work_info.cpp
291
WorkCondition::
DeepIdle
WorkInfo::GetDeepIdle()
in GetDeepIdle()
294
return WorkCondition::
DeepIdle
::DEEP_IDLE_UNKNOWN;
in GetDeepIdle()
297
WorkCondition::
DeepIdle
::DEEP_IDLE_IN : WorkCondition::
DeepIdle
::DEEP_IDLE_OUT;
in GetDeepIdle()
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_queue.cpp
233
if (work->IsRunning() && work->workInfo_->GetDeepIdle() == WorkCondition::
DeepIdle
::DEEP_IDLE_IN) {
in GetDeepIdleWorks()
H
A
D
work_policy_manager.cpp
427
if (topWork->workInfo_->GetDeepIdle() == WorkCondition::
DeepIdle
::DEEP_IDLE_IN
in UpdateWatchdogTime()
Completed in 5 milliseconds