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:resCtrlKey
(Results
1 - 2
of
2
) sorted by relevance
/foundation/resourceschedule/device_standby/utils/policy/src/
H
A
D
standby_config_manager.cpp
653
std::string
resCtrlKey
= element.key();
in ParseResCtrlConfig()
local
654
if (!ParseDefaultResCtrlConfig(
resCtrlKey
, element.value())) {
in ParseResCtrlConfig()
655
STANDBYSERVICE_LOGW("there is error in config of %{public}s",
resCtrlKey
.c_str());
in ParseResCtrlConfig()
660
if (
resCtrlKey
== TAG_TIMER && !ParseTimerResCtrlConfig(element.value())) {
in ParseResCtrlConfig()
661
STANDBYSERVICE_LOGW("there is error in config of %{public}s",
resCtrlKey
.c_str());
in ParseResCtrlConfig()
698
bool StandbyConfigManager::ParseDefaultResCtrlConfig(const std::string&
resCtrlKey
,
in ParseDefaultResCtrlConfig()
argument
702
STANDBYSERVICE_LOGW("the value of %{public}s should be an array",
resCtrlKey
.c_str());
in ParseDefaultResCtrlConfig()
709
STANDBYSERVICE_LOGW("the value of %{public}s can not be parsed",
resCtrlKey
.c_str());
in ParseDefaultResCtrlConfig()
714
defaultResourceConfigMap_[
resCtrlKey
] = defaultResConfigPtr;
in ParseDefaultResCtrlConfig()
715
STANDBYSERVICE_LOGI("succeed to parse the config of %{public}s",
resCtrlKey
in ParseDefaultResCtrlConfig()
864
stream <<
resCtrlKey
<< ": \\n";
DumpStandbyConfigInfo()
local
[all...]
/foundation/resourceschedule/device_standby/utils/policy/include/
H
A
D
standby_config_manager.h
129
bool ParseDefaultResCtrlConfig(const std::string&
resCtrlKey
, const nlohmann::json& resConfigArray);
Completed in 3 milliseconds