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:ComponentMonitor
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_monitior/src/
H
A
D
component_monitor_test.cpp
39
compMonitorPtr_ = std::make_shared<
ComponentMonitor
>();
in SetUp()
78
sptr<
ComponentMonitor
::CompSystemAbilityListener> listener(new
ComponentMonitor
::CompSystemAbilityListener());
in HWTEST_F()
112
sptr<
ComponentMonitor
::CompSystemAbilityListener> listener(new
ComponentMonitor
::CompSystemAbilityListener());
in HWTEST_F()
129
sptr<
ComponentMonitor
::CompSystemAbilityListener> listener(new
ComponentMonitor
::CompSystemAbilityListener());
in HWTEST_F()
148
sptr<
ComponentMonitor
::CompSystemAbilityListener> listener(new
ComponentMonitor
::CompSystemAbilityListener());
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H
A
D
component_monitor.cpp
36
ComponentMonitor
::
ComponentMonitor
() : saListeners_({})
in ComponentMonitor()
function in OHOS::DistributedHardware::ComponentMonitor
38
DHLOGI("Ctor
ComponentMonitor
");
41
ComponentMonitor
::~
ComponentMonitor
()
in ~ComponentMonitor()
43
DHLOGI("Dtor
ComponentMonitor
");
in ~ComponentMonitor()
48
void
ComponentMonitor
::CompSystemAbilityListener::OnAddSystemAbility(int32_t saId, const std::string &deviceId)
in OnAddSystemAbility()
53
void
ComponentMonitor
::CompSystemAbilityListener::OnRemoveSystemAbility(int32_t saId, const std::string &deviceId)
in OnRemoveSystemAbility()
74
void
ComponentMonitor
::AddSAMonitor(int32_t saId)
in AddSAMonitor()
102
void
ComponentMonitor
[all...]
H
A
D
component_manager.cpp
71
compMonitorPtr_(std::make_shared<
ComponentMonitor
>()),
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H
A
D
component_monitor.h
31
class
ComponentMonitor
{
class
32
REMOVE_NO_USE_CONSTRUCTOR(
ComponentMonitor
);
34
explicit
ComponentMonitor
();
35
~
ComponentMonitor
();
H
A
D
component_manager.h
148
std::shared_ptr<
ComponentMonitor
> compMonitorPtr_ = nullptr;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_monitior/include/
H
A
D
component_monitor_test.h
32
std::shared_ptr<
ComponentMonitor
> compMonitorPtr_ = nullptr;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H
A
D
component_manager_test.cpp
127
ComponentManager::GetInstance().compMonitorPtr_ = std::make_shared<
ComponentMonitor
>();
in HWTEST_F()
Completed in 5 milliseconds