Home
last modified time | relevance | path

Searched refs:compSourceType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h62 void DumpLoadedComps(std::set<DHType> &compSourceType, std::set<DHType> &compSinkType);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp654 std::set<DHType> compSourceType; variable
656 ComponentManager::GetInstance().DumpLoadedComps(compSourceType, compSinkType);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp887 void ComponentManager::DumpLoadedComps(std::set<DHType> &compSourceType, std::set<DHType> &compSink… in DumpLoadedComps() argument
890 compSourceType.emplace(compSource.first); in DumpLoadedComps()