Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp64 static constexpr bool enableInstrumentation = false; variable
92 if constexpr (!enableInstrumentation) in updateReading()
/openbmc/dbus-sensors/src/
H A Dsensor.hpp21 constexpr bool enableInstrumentation = false; variable
75 instrumentation(enableInstrumentation in Sensor()
141 if constexpr (!enableInstrumentation) in updateInstrumentation()
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp63 static constexpr bool enableInstrumentation = false; variable
91 if constexpr (!enableInstrumentation) in updateReading()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1017 if constexpr (details::enableInstrumentation) in ipmiSenGetSensorReading()