Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp314 bool dumpPolicyEnabled() in dumpPolicyEnabled() function
317 bool dumpPolicyEnabled = true; in dumpPolicyEnabled() local
335 dumpPolicyEnabled = std::get<bool>(value); in dumpPolicyEnabled()
339 return dumpPolicyEnabled; in dumpPolicyEnabled()
H A Ddbus.hpp140 bool dumpPolicyEnabled();
/openbmc/openpower-hw-diags/attn/
H A Dti_handler.cpp107 if (true == util::dbus::dumpPolicyEnabled()) in handlePhypTi()