Searched refs:DumpLoadedComps (Results 1 – 4 of 4) sorted by relevance
62 void DumpLoadedComps(std::set<DHType> &compSourceType, std::set<DHType> &compSinkType);
137 ComponentManager::GetInstance().DumpLoadedComps(loadedCompSource, loadedCompSink); in ShowAllLoadedComps()
656 ComponentManager::GetInstance().DumpLoadedComps(compSourceType, compSinkType);
887 void ComponentManager::DumpLoadedComps(std::set<DHType> &compSourceType, std::set<DHType> &compSink… in DumpLoadedComps() function in OHOS::DistributedHardware::ComponentManager