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:SleepStatePhase
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H
A
D
sleep_state.cpp
108
curPhase_ =
SleepStatePhase
::SYS_RES_DEEP;
in BeginState()
129
} else if (curPhase_ <
SleepStatePhase
::END) {
in TryToEnterNextPhase()
160
if (curPhase_ <
SleepStatePhase
::END) {
in EndEvalCurrentState()
176
if (curPhase_ <
SleepStatePhase
::END) {
in SetPhaseTransitOrRepeatedTask()
219
return curPhase_ ==
SleepStatePhase
::END;
in IsInFinalPhase()
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H
A
D
constraint_manager_adapter.cpp
39
SleepStatePhase
::SYS_RES_DEEP};
in Init()
44
ConstraintEvalParam repeatedMotionParams{StandbyState::SLEEP,
SleepStatePhase
::END, StandbyState::SLEEP,
in Init()
45
SleepStatePhase
::END};
in Init()
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H
A
D
standby_state.h
40
struct
SleepStatePhase
{
struct
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H
A
D
standby_plugin_unit_test.cpp
245
ConstraintEvalParam repeatedMotionParams{StandbyState::SLEEP,
SleepStatePhase
::END, StandbyState::SLEEP,
in HWTEST_F()
246
SleepStatePhase
::END};
in HWTEST_F()
251
SleepStatePhase
::SYS_RES_DEEP};
in HWTEST_F()
370
standbyStateManager_->sleepStatePtr_->curPhase_ =
SleepStatePhase
::SYS_RES_DEEP;
in HWTEST_F()
374
standbyStateManager_->sleepStatePtr_->curPhase_ =
SleepStatePhase
::APP_RES_HARDWARE;
in HWTEST_F()
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H
A
D
network_strategy.cpp
89
if ((current_state != StandbyState::SLEEP) || (current_phase !=
SleepStatePhase
::APP_RES_DEEP)) {
in StartNetLimit()
H
A
D
running_lock_strategy.cpp
139
if ((curState != StandbyState::SLEEP) || (curPhase !=
SleepStatePhase
::APP_RES_DEEP)) {
in StartProxy()
Completed in 5 milliseconds