Home
last modified time | relevance | path

Searched refs:HealthMetricCollection (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp19 auto HealthMetricCollection::readCPU() -> bool in readCPU()
110 auto HealthMetricCollection::readMemory() -> bool in readMemory()
167 auto HealthMetricCollection::readStorage() -> bool in readStorage()
188 void HealthMetricCollection::read() in read()
224 void HealthMetricCollection::create(const MetricIntf::paths_t& bmcPaths) in create()
H A Dhealth_metric_collection.hpp12 class HealthMetricCollection class
15 HealthMetricCollection(sdbusplus::bus_t& bus, MetricIntf::Type type, in HealthMetricCollection() function in phosphor::health::metric::collection::HealthMetricCollection
H A Dhealth_monitor.hpp33 std::unique_ptr<CollectionIntf::HealthMetricCollection>>;
H A Dhealth_monitor.cpp32 std::make_unique<CollectionIntf::HealthMetricCollection>( in startup()
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp76 std::unique_ptr<CollectionIntf::HealthMetricCollection>> in createCollection()
82 std::make_unique<CollectionIntf::HealthMetricCollection>( in createCollection()