Searched refs:DmTargetTypeInfo (Results 1 – 6 of 6) sorted by relevance
152 bool GetAvailableTargets(std::vector<DmTargetTypeInfo>* targets);156 bool GetTargetByName(const std::string& name, DmTargetTypeInfo* info);
29 class DmTargetTypeInfo {31 DmTargetTypeInfo() : major_(0), minor_(0), patch_(0) {} in DmTargetTypeInfo() function32 DmTargetTypeInfo(const struct dm_target_versions* info) in DmTargetTypeInfo() function
276 bool DeviceMapper::GetAvailableTargets(std::vector<DmTargetTypeInfo>* targets) { in GetAvailableTargets()338 bool DeviceMapper::GetTargetByName(const std::string& name, DmTargetTypeInfo* info) { in GetTargetByName()339 std::vector<DmTargetTypeInfo> targets; in GetTargetByName()
179 DmTargetTypeInfo info; in ReportsOverflow()
45 DmTargetTypeInfo info; in TEST()312 DmTargetTypeInfo info; in CheckSnapshotAvailability()
291 std::vector<DmTargetTypeInfo> targets; in DmListTargets()