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:GetStandbySwitch
(Results
1 - 8
of
8
) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H
A
D
dark_state.cpp
35
if (StandbyConfigManager::GetInstance()->
GetStandbySwitch
(NAP_SWITCH)) {
in DarkState()
37
} else if (StandbyConfigManager::GetInstance()->
GetStandbySwitch
(SLEEP_SWITCH)) {
in DarkState()
H
A
D
nap_state.cpp
57
if (StandbyConfigManager::GetInstance()->
GetStandbySwitch
(SLEEP_SWITCH)) {
in BeginState()
H
A
D
sleep_state.cpp
52
if (!StandbyConfigManager::GetInstance()->
GetStandbySwitch
(DETECT_MOTION_CONFIG)) {
in Init()
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H
A
D
constraint_manager_adapter.cpp
36
if (StandbyConfigManager::GetInstance()->
GetStandbySwitch
(DETECT_MOTION_CONFIG)) {
in Init()
/foundation/resourceschedule/device_standby/services/common/src/
H
A
D
timed_task.cpp
40
if (StandbyConfigManager::GetInstance()->
GetStandbySwitch
(S3_SWITCH)) {
in TimedTask()
/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H
A
D
configmanager_fuzzer.cpp
143
DelayedSingleton<StandbyConfigManager>::GetInstance()->
GetStandbySwitch
(str);
in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/device_standby/utils/policy/include/
H
A
D
standby_config_manager.h
83
bool
GetStandbySwitch
(const std::string& switchName);
/foundation/resourceschedule/device_standby/utils/policy/src/
H
A
D
standby_config_manager.cpp
372
bool StandbyConfigManager::
GetStandbySwitch
(const std::string& switchName)
in GetStandbySwitch()
function in OHOS::DevStandbyMgr::StandbyConfigManager
Completed in 5 milliseconds