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:listenerManager_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H
A
D
standby_plugin_unit_test.cpp
89
static std::shared_ptr<ListenerManagerAdapter>
listenerManager_
;
member in OHOS::DevStandbyMgr::StandbyPluginUnitTest
110
std::shared_ptr<ListenerManagerAdapter> StandbyPluginUnitTest::
listenerManager_
{nullptr};
120
listenerManager_
= std::make_shared<ListenerManagerAdapter>();
in SetUpTestCase()
125
StandbyServiceImpl::GetInstance()->
listenerManager_
=
listenerManager_
;
in SetUpTestCase()
140
listenerManager_
->StopListener();
in HWTEST_F()
141
listenerManager_
->UnInit();
in HWTEST_F()
148
listenerManager_
->Init();
in HWTEST_F()
149
listenerManager_
->StartListener();
in HWTEST_F()
150
EXPECT_NE(
listenerManager_
, nullpt
in HWTEST_F()
[all...]
/foundation/resourceschedule/device_standby/services/core/src/
H
A
D
standby_service_impl.cpp
113
if (!
listenerManager_
->Init() ||
listenerManager_
->StartListener() != ERR_OK) {
in InitReadyState()
286
listenerManager_
= std::shared_ptr<IListenerManagerAdapter>(listenerManager);
in RegisterPluginInner()
303
return
listenerManager_
;
in GetListenerManager()
324
listenerManager_
->UnInit();
in UninitReadyState()
1187
if (!
listenerManager_
|| !standbyStateManager_ || !strategyManager_) {
in DispatchEvent()
1191
listenerManager_
->HandleEvent(message);
in DispatchEvent()
1251
listenerManager_
->ShellDump(argsInStr, result);
in OnPluginShellDump()
/foundation/resourceschedule/device_standby/services/core/include/
H
A
D
standby_service_impl.h
212
std::shared_ptr<IListenerManagerAdapter>
listenerManager_
{nullptr};
/foundation/resourceschedule/device_standby/services/test/unittest/
H
A
D
standby_service_unit_test.cpp
100
StandbyServiceImpl::GetInstance()->
listenerManager_
= std::make_shared<ListenerManagerAdapter>();
in SetUpTestCase()
1261
StandbyServiceImpl::GetInstance()->
listenerManager_
= std::make_shared<ListenerManagerAdapter>();
in HWTEST_F()
Completed in 7 milliseconds