Home
last modified time | relevance | path

Searched defs:bmcPaths (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_monitor.cpp26 auto bmcPaths = co_await findPaths(ctx, bmcIntf, invPath); in startup() local
H A Dhealth_metric_collection.hpp17 MetricIntf::paths_t& bmcPaths) : in HealthMetricCollection()
H A Dhealth_metric.hpp48 const config::HealthMetric& config, const paths_t& bmcPaths) : in HealthMetric()
H A Dhealth_metric.cpp249 void HealthMetric::create(const paths_t& bmcPaths) in create()
H A Dhealth_metric_collection.cpp224 void HealthMetricCollection::create(const MetricIntf::paths_t& bmcPaths) in create()
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp78 MetricIntf::paths_t bmcPaths = {}; in createCollection() local