Home
last modified time | relevance | path

Searched refs:compSource_ (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp70 ComponentManager::ComponentManager() : compSource_({}), compSink_({}), compSrcSaId_({}), in ComponentManager()
131 for (const auto &comp : compSource_) { in InitSAMonitor()
159 for (const auto &item : compSource_) { in RegisterDHStateListener()
174 for (const auto &item : compSource_) { in RegisterDataSyncTriggerListener()
225 for (const auto &comp : compSource_) { in UnInitSAMonitor()
235 for (const auto &item : compSource_) { in UnregisterDHStateListener()
247 for (const auto &item : compSource_) { in UnregisterDataSyncTriggerListener()
280 compSource_.clear(); in StopComponent()
303 for (const auto &item : compSource_) { in StartSource()
325 if (compSource_ in StartSource()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp92 ComponentManager::GetInstance().compSource_.clear(); in SetUp()
115 ComponentManager::GetInstance().compSource_.clear(); in TearDown()
170 ComponentManager::GetInstance().compSource_.clear(); in HWTEST_F()
186 ComponentManager::GetInstance().compSource_.clear(); in HWTEST_F()
200 ComponentManager::GetInstance().compSource_.clear(); in HWTEST_F()
202 EXPECT_NE(ret, ComponentManager::GetInstance().compSource_.empty()); in HWTEST_F()
440 ComponentManager::GetInstance().compSource_.clear(); in HWTEST_F()
462 ComponentManager::GetInstance().compSource_.insert(std::make_pair(dhType, sourcePtr)); in HWTEST_F()
475 ComponentManager::GetInstance().compSource_.clear(); in HWTEST_F()
497 ComponentManager::GetInstance().compSource_ in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/hidumphelper/hidumphelper/src/
H A Dhidump_helper_test.cpp112 ComponentManager::GetInstance().compSource_.insert(std::make_pair(dhType, sourcePtr)); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h143 std::map<DHType, IDistributedHardwareSource*> compSource_; member in OHOS::DistributedHardware::ComponentManager

Completed in 3 milliseconds