Lines Matching refs:devices_

469                         auto it = find(operation.devices_.begin(),  in OnVolumeControlStateReadOrNotified()
470 operation.devices_.end(), addr); in OnVolumeControlStateReadOrNotified()
471 return it != operation.devices_.end(); in OnVolumeControlStateReadOrNotified()
481 auto it = find(op->devices_.begin(), op->devices_.end(), device->address); in OnVolumeControlStateReadOrNotified()
482 op->devices_.erase(it); in OnVolumeControlStateReadOrNotified()
483 if (!op->devices_.empty()) { in OnVolumeControlStateReadOrNotified()
699 auto it = find(op.devices_.begin(), op.devices_.end(), addr); in RemoveDeviceFromOperationList()
700 if (it == op.devices_.end()) { in RemoveDeviceFromOperationList()
703 op.devices_.erase(it); in RemoveDeviceFromOperationList()
709 [](auto& op) { return op.devices_.empty(); }), in RemoveDeviceFromOperationList()
724 auto it = find(op->devices_.begin(), op->devices_.end(), addr); in RemoveDeviceFromOperationList()
725 if (it != op->devices_.end()) { in RemoveDeviceFromOperationList()
726 op->devices_.erase(it); in RemoveDeviceFromOperationList()
727 if (op->devices_.empty()) { in RemoveDeviceFromOperationList()
755 auto it = find(op->devices_.begin(), op->devices_.end(), addr); in RemovePendingVolumeControlOperations()
756 if (it != op->devices_.end()) { in RemovePendingVolumeControlOperations()
758 op->devices_.erase(it); in RemovePendingVolumeControlOperations()
761 if (op->devices_.empty()) { in RemovePendingVolumeControlOperations()
813 for (const auto& addr : op->devices_) { in OperationMonitorTimeoutFired()
842 op->devices_, op->opcode_, in StartQueueOperation()
867 return find(op.devices_.begin(), in PrepareVolumeControlOperation()
868 op.devices_.end(), in PrepareVolumeControlOperation()
869 d) != op.devices_.end(); in PrepareVolumeControlOperation()