Home
last modified time | relevance | path

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

/ohos5.0/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/
H A Dext_device_manager_mt.cpp44 std::unordered_map<string, unordered_set<uint64_t>> &bundleMatchMap = devmgr.bundleMatchMap_; in PrintAllDevice() local
45 cout << "bundleMatchMap size:" << bundleMatchMap.size() << endl; in PrintAllDevice()
46 for (auto &iter : bundleMatchMap) { in PrintAllDevice()