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:strategyManager_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H
A
D
standby_plugin_unit_test.cpp
90
static std::shared_ptr<StrategyManagerAdapter>
strategyManager_
;
member in OHOS::DevStandbyMgr::StandbyPluginUnitTest
111
std::shared_ptr<StrategyManagerAdapter> StandbyPluginUnitTest::
strategyManager_
{nullptr};
121
strategyManager_
= std::make_shared<StrategyManagerAdapter>();
in SetUpTestCase()
126
StandbyServiceImpl::GetInstance()->
strategyManager_
=
strategyManager_
;
in SetUpTestCase()
143
strategyManager_
->strategyList_.clear();
in HWTEST_F()
146
strategyManager_
->Init();
in HWTEST_F()
161
strategyManager_
->RegisterPolicy({"NETWORK", "TIMER", "RUNNING_LOCK", "WORK_SCHEDULER", ""});
in HWTEST_F()
162
EXPECT_FALSE(
strategyManager_
->strategyList_.empty());
in HWTEST_F()
175
strategyManager_
in HWTEST_F()
[all...]
/foundation/resourceschedule/device_standby/plugins/ext/include/
H
A
D
istate_manager_adapter.h
66
std::shared_ptr<IStrategyManagerAdapter>
strategyManager_
{nullptr};
/foundation/resourceschedule/device_standby/services/core/src/
H
A
D
standby_service_impl.cpp
105
if (!
strategyManager_
->Init()) {
in InitReadyState()
287
strategyManager_
= std::shared_ptr<IStrategyManagerAdapter>(strategyManager);
in RegisterPluginInner()
308
return
strategyManager_
;
in GetStrategyManager()
326
strategyManager_
->UnInit();
in UninitReadyState()
1187
if (!listenerManager_ || !standbyStateManager_ || !
strategyManager_
) {
in DispatchEvent()
1193
strategyManager_
->HandleEvent(message);
in DispatchEvent()
1250
strategyManager_
->ShellDump(argsInStr, result);
in OnPluginShellDump()
1444
strategyManager_
->ShellDump(argsInStr, result);
in DumpPushStrategyChange()
/foundation/resourceschedule/device_standby/services/core/include/
H
A
D
standby_service_impl.h
213
std::shared_ptr<IStrategyManagerAdapter>
strategyManager_
{nullptr};
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H
A
D
state_manager_adapter.cpp
39
strategyManager_
= StandbyServiceImpl->GetStrategyManager();
in Init()
/foundation/resourceschedule/device_standby/services/test/unittest/
H
A
D
standby_service_unit_test.cpp
101
StandbyServiceImpl::GetInstance()->
strategyManager_
= std::make_shared<StrategyManagerAdapter>();
in SetUpTestCase()
Completed in 7 milliseconds