Searched refs:MAP_STR_DEVICE (Results 1 – 2 of 2) sorted by relevance
29 typedef std::map<std::string, UsbDevice *> MAP_STR_DEVICE; typedef35 void GetDevices(MAP_STR_DEVICE &devices);44 MAP_STR_DEVICE devices_;
37 void UsbHostManager::GetDevices(MAP_STR_DEVICE &devices) in GetDevices()45 MAP_STR_DEVICE::iterator iter = devices_.find(name); in DelDevice()84 MAP_STR_DEVICE::iterator iter = devices_.find(name); in AddDevice()