Home
last modified time | relevance | path

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 Dcomponent_monitor_test.cpp39 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 Dcomponent_monitor.cpp36 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 Dcomponent_manager.cpp71 compMonitorPtr_(std::make_shared<ComponentMonitor>()),
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_monitor.h31 class ComponentMonitor { class
32 REMOVE_NO_USE_CONSTRUCTOR(ComponentMonitor);
34 explicit ComponentMonitor();
35 ~ComponentMonitor();
H A Dcomponent_manager.h148 std::shared_ptr<ComponentMonitor> compMonitorPtr_ = nullptr;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_monitior/include/
H A Dcomponent_monitor_test.h32 std::shared_ptr<ComponentMonitor> compMonitorPtr_ = nullptr;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp127 ComponentManager::GetInstance().compMonitorPtr_ = std::make_shared<ComponentMonitor>(); in HWTEST_F()

Completed in 5 milliseconds