Home
last modified time | relevance | path

Searched refs:map_t (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.hpp57 using map_t = typedef
79 Threshold::map_t thresholds{};
83 using map_t = std::map<Type, std::vector<HealthMetric>>; typedef
94 auto getHealthMetricConfigs() -> HealthMetric::map_t;
H A Dhealth_monitor.hpp31 using map_t = std::unordered_map< typedef in phosphor::health::monitor::HealthMonitor
38 ConfigIntf::HealthMetric::map_t configs;
39 map_t collections;
H A Dhealth_metric_collection.hpp27 using map_t = std::unordered_map<std::string, typedef in phosphor::health::metric::collection::HealthMetricCollection
45 map_t metrics;
H A Dhealth_metric_config.cpp136 void printConfig(HealthMetric::map_t& configs) in printConfig()
160 auto getHealthMetricConfigs() -> HealthMetric::map_t in getHealthMetricConfigs()
170 HealthMetric::map_t configs = {}; in getHealthMetricConfigs()
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp33 ConfigIntf::HealthMetric::map_t configs;