Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp135 std::set<DHType> loadedCompSource {}; in ShowAllLoadedComps() local
137 ComponentManager::GetInstance().DumpLoadedComps(loadedCompSource, loadedCompSink); in ShowAllLoadedComps()
143 if (!loadedCompSource.empty()) { in ShowAllLoadedComps()
144 for (auto compSource : loadedCompSource) { in ShowAllLoadedComps()