Home
last modified time | relevance | path

Searched refs:PathIntf (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp24 return std::string(BmcPath) + "/" + PathIntf::total_cpu; in getPath()
28 return std::string(BmcPath) + "/" + PathIntf::kernel_cpu; in getPath()
32 return std::string(BmcPath) + "/" + PathIntf::user_cpu; in getPath()
36 return std::string(BmcPath) + "/" + PathIntf::available_memory; in getPath()
41 PathIntf::buffered_and_cached_memory; in getPath()
45 return std::string(BmcPath) + "/" + PathIntf::free_memory; in getPath()
49 return std::string(BmcPath) + "/" + PathIntf::shared_memory; in getPath()
53 return std::string(BmcPath) + "/" + PathIntf::total_memory; in getPath()
65 return std::string(BmcPath) + "/" + PathIntf::storage + "/" + in getPath()
H A Dhealth_metric.hpp21 using PathIntf = typedef
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric.cpp10 using PathIntf = typedef
32 std::string(PathIntf::value) + "/bmc/" + PathIntf::kernel_cpu;