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:strategyList_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H
A
D
strategy_manager_adapter.cpp
55
for (const auto& strategy :
strategyList_
) {
in UnInit()
58
strategyList_
.clear();
in UnInit()
75
strategyList_
.emplace_back(strategyPtr);
in RegisterPolicy()
84
for (const auto &strategy :
strategyList_
) {
in HandleEvent()
91
for (const auto &strategy :
strategyList_
) {
in ShellDump()
/foundation/resourceschedule/device_standby/plugins/ext/include/
H
A
D
istrategy_manager_adapter.h
38
std::vector<std::shared_ptr<IBaseStrategy>>
strategyList_
{};
/foundation/resourceschedule/device_standby/utils/policy/src/
H
A
D
standby_config_manager.cpp
423
return
strategyList_
;
in GetStrategyConfigList()
616
strategyList_
.clear();
in UpdateStrategyList()
619
strategyList_
.emplace_back(it.first);
in UpdateStrategyList()
622
if (
strategyList_
.empty()) {
in UpdateStrategyList()
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H
A
D
standby_plugin_unit_test.cpp
143
strategyManager_->
strategyList_
.clear();
in HWTEST_F()
162
EXPECT_FALSE(strategyManager_->
strategyList_
.empty());
in HWTEST_F()
914
StandbyConfigManager::GetInstance()->
strategyList_
.emplace_back("RUNNING_LOCK");
in HWTEST_F()
919
StandbyConfigManager::GetInstance()->
strategyList_
.emplace_back("NETWORK");
in HWTEST_F()
/foundation/resourceschedule/device_standby/utils/policy/include/
H
A
D
standby_config_manager.h
164
std::vector<std::string>
strategyList_
;
member in OHOS::DevStandbyMgr::StandbyConfigManager
Completed in 5 milliseconds