Home
last modified time | relevance | path

Searched refs:MType (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp16 auto HealthMetric::getPath(MType type, std::string name, SubType subType) in getPath()
57 if (type == MType::storage) in getPath()
87 case MType::cpu: in initProperties()
94 case MType::memory: in initProperties()
95 case MType::storage: in initProperties()
101 case MType::inode: in initProperties()
102 case MType::unknown: in initProperties()
H A Dhealth_metric.hpp40 using MType = phosphor::health::metric::Type; typedef in phosphor::health::metric::HealthMetric
47 HealthMetric(sdbusplus::bus_t& bus, MType type, in HealthMetric()
73 auto getPath(MType type, std::string name, SubType subType) -> std::string;
77 MType type;