Searched refs:DEVICE_GROUP_FOR_VOLUME (Results 1 – 1 of 1) sorted by relevance
1098 static const std::map<DeviceType, DeviceGroup> DEVICE_GROUP_FOR_VOLUME = { variable1112 auto it = DEVICE_GROUP_FOR_VOLUME.find(deviceType); in GetVolumeGroupForDevice()1113 if (it == DEVICE_GROUP_FOR_VOLUME.end()) { in GetVolumeGroupForDevice()