Searched refs:bmcPaths (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-health-monitor/ |
H A D | health_metric_collection.hpp | 17 MetricIntf::paths_t& bmcPaths) : in HealthMetricCollection() argument 20 create(bmcPaths); in HealthMetricCollection() 31 void create(const MetricIntf::paths_t& bmcPaths);
|
H A D | health_metric.hpp | 48 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 D | health_monitor.cpp | 26 auto bmcPaths = co_await findPaths(ctx, bmcIntf, invPath); in startup() local 33 ctx.get_bus(), type, collectionConfig, bmcPaths); in startup()
|
H A D | health_metric_collection.cpp | 224 void HealthMetricCollection::create(const MetricIntf::paths_t& bmcPaths) in create() argument 231 bus, type, config, bmcPaths); in create()
|
H A D | health_metric.cpp | 249 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 D | test_health_metric_collection.cpp | 78 MetricIntf::paths_t bmcPaths = {}; in createCollection() local 83 bus, type, collectionConfig, bmcPaths); in createCollection()
|