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:GetStandbyParam
(Results
1 - 8
of
8
) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H
A
D
maintenance_state.cpp
36
endMaintTimeOut = StandbyConfigManager::GetInstance()->
GetStandbyParam
(NAP_MAINTENANCE_TIMEOUT);
in BeginState()
38
endMaintTimeOut = StandbyConfigManager::GetInstance()->
GetStandbyParam
(SLEEP_MAINT_TIMEOUT);
in BeginState()
H
A
D
dark_state.cpp
33
darkTimeOut_ = TimeConstant::MSEC_PER_SEC * StandbyConfigManager::GetInstance()->
GetStandbyParam
(DARK_TIMEOUT);
in DarkState()
H
A
D
nap_state.cpp
60
GetStandbyParam
(NAP_TIMEOUT), TimeProvider::GetNapTimeOut());
in BeginState()
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H
A
D
motion_sensor_monitor.cpp
65
StandbyConfigManager::GetInstance()->
GetStandbyParam
(MOTION_THREADSHOLD));
in AcceleromterCallback()
67
GetStandbyParam
(MOTION_THREADSHOLD)) {
in AcceleromterCallback()
83
StandbyConfigManager::GetInstance()->
GetStandbyParam
(MOTION_THREADSHOLD) * 1.0 / COUNT_TIMES);
in RepeatAcceleromterCallback()
85
GetStandbyParam
(MOTION_THREADSHOLD) * 1.0 / COUNT_TIMES) {
in RepeatAcceleromterCallback()
/foundation/resourceschedule/device_standby/services/common/src/
H
A
D
device_standby_switch.cpp
28
mode = StandbyConfigManager::GetInstance()->
GetStandbyParam
(DEVICE_STANGDY_MODE);
in InitStandyMode()
/foundation/resourceschedule/device_standby/utils/test/fuzztest/configmanager_fuzzer/
H
A
D
configmanager_fuzzer.cpp
144
DelayedSingleton<StandbyConfigManager>::GetInstance()->
GetStandbyParam
(str);
in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/device_standby/utils/policy/include/
H
A
D
standby_config_manager.h
84
int32_t
GetStandbyParam
(const std::string& paramName);
/foundation/resourceschedule/device_standby/utils/policy/src/
H
A
D
standby_config_manager.cpp
377
int32_t StandbyConfigManager::
GetStandbyParam
(const std::string& paramName)
in GetStandbyParam()
function in OHOS::DevStandbyMgr::StandbyConfigManager
Completed in 5 milliseconds