Searched refs:closingDevices_ (Results 1 – 2 of 2) sorted by relevance
371 for (auto it = closingDevices_.begin(); it != closingDevices_.end();) { in DeviceIsExists()378 it = closingDevices_.erase(it); in DeviceIsExists()1039 closingDevices_.push_back(std::move(devices_[device.path])); in CloseDeviceLocked()1051 closingDevices_.push_back(std::move(devices_[device.path])); in CloseDeviceForAllLocked()
223 std::vector<std::unique_ptr<Device>> closingDevices_; variable