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.cpp313 bool dumpPolicyEnabled() in dumpPolicyEnabled() function
316 bool dumpPolicyEnabled = true; in dumpPolicyEnabled() local
334 dumpPolicyEnabled = std::get<bool>(value); in dumpPolicyEnabled()
338 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()