Searched refs:devInfoMap_ (Results 1 – 1 of 1) sorted by relevance
65 map<uint64_t, shared_ptr<DeviceInfo>> devInfoMap_; member in OHOS::ExternalDeviceManager::BusExtensionUsbMt::TestDevChangeCallback69 devInfoMap_[device->GetDeviceId()] = device; in OnDeviceAdd()77 devInfoMap_.erase(device->GetDeviceId()); in OnDeviceRemove()85 … cout << "++++++++, all usb device, count = " << devInfoMap_.size() << " detail:" << endl; in PrintAllDevice()86 for (auto &devItem : devInfoMap_) { in PrintAllDevice()