Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.hpp17 MetricIntf::paths_t& bmcPaths) : in HealthMetricCollection() argument
20 create(bmcPaths); in HealthMetricCollection()
31 void create(const MetricIntf::paths_t& bmcPaths);
H A Dhealth_metric.hpp48 const config::HealthMetric& config, const paths_t& bmcPaths) : in HealthMetric() argument
53 create(bmcPaths); in HealthMetric()
62 void create(const paths_t& bmcPaths);
H A Dhealth_monitor.cpp26 auto bmcPaths = co_await findPaths(ctx, bmcIntf, invPath); in startup() local
33 ctx.get_bus(), type, collectionConfig, bmcPaths); in startup()
H A Dhealth_metric_collection.cpp224 void HealthMetricCollection::create(const MetricIntf::paths_t& bmcPaths) in create() argument
231 bus, type, config, bmcPaths); in create()
H A Dhealth_metric.cpp249 void HealthMetric::create(const paths_t& bmcPaths) in create() argument
257 for (const auto& bmcPath : bmcPaths) in create()
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp78 MetricIntf::paths_t bmcPaths = {}; in createCollection() local
83 bus, type, collectionConfig, bmcPaths); in createCollection()