Searched refs:paths_t (Results 1 – 8 of 8) sorted by relevance
12 using paths_t = std::vector<std::string>; typedef18 const std::string& subpath) -> sdbusplus::async::task<paths_t>;
16 using phosphor::health::utils::paths_t;48 const config::HealthMetric& config, const paths_t& bmcPaths) : in HealthMetric()62 void create(const paths_t& bmcPaths);
17 MetricIntf::paths_t& bmcPaths) : in HealthMetricCollection()31 void create(const MetricIntf::paths_t& bmcPaths);
38 const std::string& subpath) -> sdbusplus::async::task<paths_t> in findPaths()
224 void HealthMetricCollection::create(const MetricIntf::paths_t& bmcPaths) in create()
249 void HealthMetric::create(const paths_t& bmcPaths) in create()
54 paths_t()); in TEST_F()88 std::make_unique<HealthMetric>(bus, Type::cpu, config, paths_t()); in TEST_F()
78 MetricIntf::paths_t bmcPaths = {}; in createCollection()