Home
last modified time | relevance | path

Searched defs:getSensors (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/
H A Dfan.hpp81 inline const auto& getSensors() const in getSensors() function in phosphor::fan::control::json::Fan
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dservices.hpp144 virtual Sensors& getSensors() override in getSensors() function in phosphor::power::regulators::BMCServices
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmock_services.hpp76 virtual Sensors& getSensors() override in getSensors() function in phosphor::power::regulators::MockServices
/openbmc/telemetry/src/
H A Dreport_factory.cpp96 Sensors ReportFactory::getSensors( in getSensors() function in ReportFactory
H A Dtrigger_factory.cpp244 Sensors TriggerFactory::getSensors( in getSensors() function in TriggerFactory
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSensorsStore.js44 async getSensors({ commit }, id) { method in SensorsStore.actions