Home
last modified time | relevance | path

Searched refs:metricPath (Results 1 – 4 of 4) sorted by relevance

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dhandler.cpp28 constexpr std::string_view metricPath("/metric/snapshot"); variable
33 return path == metricPath; in canHandleBlob()
40 return {std::string(metricPath)}; in getBlobIds()
78 if (path == metricPath) in open()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaUtils.hpp8 const constexpr char* metricPath = "/xyz/openbmc_project/metric/"; variable
H A DNvidiaEthPort.cpp52 metricPath + std::format("port_{}_{}", deviceName, name); in NvidiaEthPortMetrics()
H A DNvidiaPciePortMetrics.cpp50 metricPath + std::format("port_{}_{}", pcieDeviceName, name); in NvidiaPciePortMetrics()