Home
last modified time | relevance | path

Searched refs:paths_t (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_utils.hpp12 using paths_t = std::vector<std::string>; typedef
18 const std::string& subpath) -> sdbusplus::async::task<paths_t>;
H A Dhealth_metric.hpp16 using phosphor::health::utils::paths_t;
48 const config::HealthMetric& config, const paths_t& bmcPaths) : in HealthMetric()
62 void create(const paths_t& bmcPaths);
H A Dhealth_metric_collection.hpp17 MetricIntf::paths_t& bmcPaths) : in HealthMetricCollection()
31 void create(const MetricIntf::paths_t& bmcPaths);
H A Dhealth_utils.cpp38 const std::string& subpath) -> sdbusplus::async::task<paths_t> in findPaths()
H A Dhealth_metric_collection.cpp224 void HealthMetricCollection::create(const MetricIntf::paths_t& bmcPaths) in create()
H A Dhealth_metric.cpp249 void HealthMetric::create(const paths_t& bmcPaths) in create()
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric.cpp54 paths_t()); in TEST_F()
88 std::make_unique<HealthMetric>(bus, Type::cpu, config, paths_t()); in TEST_F()
H A Dtest_health_metric_collection.cpp78 MetricIntf::paths_t bmcPaths = {}; in createCollection()