Searched refs:DmTargetTypeInfo (Results 1 – 6 of 6) sorted by relevance
212 bool GetAvailableTargets(std::vector<DmTargetTypeInfo>* targets);216 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
354 bool DeviceMapper::GetAvailableTargets(std::vector<DmTargetTypeInfo>* targets) { in GetAvailableTargets()416 bool DeviceMapper::GetTargetByName(const std::string& name, DmTargetTypeInfo* info) { in GetTargetByName()417 std::vector<DmTargetTypeInfo> targets; in GetTargetByName()
189 DmTargetTypeInfo info; in ReportsOverflow()
75 DmTargetTypeInfo info; in TEST_F()349 DmTargetTypeInfo info; in CheckSnapshotAvailability()
379 std::vector<DmTargetTypeInfo> targets; in DmListTargets()