Searched refs:getSingleton (Results 1 – 8 of 8) sorted by relevance
| /openbmc/openpower-hw-diags/test/ |
| H A D | pdbg-sim-only.cpp | 46 int rc = sim::ScomAccess::getSingleton().get(i_target, i_addr, o_val); in getScom() 66 int rc = sim::CfamAccess::getSingleton().get(i_target, i_addr, o_val); in getCfam()
|
| H A D | sim-hw-access.hpp | 27 static ScomAccess& getSingleton() in getSingleton() function in sim::ScomAccess 117 static CfamAccess& getSingleton() in getSingleton() function in sim::CfamAccess
|
| H A D | test-tod-step-check-fault.cpp | 26 sim::ScomAccess& scom = sim::ScomAccess::getSingleton(); in TEST() 66 PluginMap::getSingleton().get(chip1.getType(), "tod_step_check_fault"); in TEST()
|
| H A D | test-lpc-timeout.cpp | 25 auto plugin = PluginMap::getSingleton().get(chip.getType(), "lpc_timeout"); in TEST() 66 auto plugin = PluginMap::getSingleton().get(chip.getType(), "lpc_timeout"); in TEST()
|
| H A D | test-pdbg-dts.cpp | 178 sim::ScomAccess& scom = sim::ScomAccess::getSingleton(); in TEST() 212 sim::CfamAccess& cfam = sim::CfamAccess::getSingleton(); in TEST()
|
| H A D | test-pll-unlock.cpp | 96 auto plugin = PluginMap::getSingleton().get(chip1.getType(), "pll_unlock"); in TEST()
|
| /openbmc/openpower-hw-diags/analyzer/plugins/ |
| H A D | plugin.hpp | 65 static PluginMap& getSingleton() in getSingleton() function in analyzer::PluginMap 143 PluginMap::getSingleton().add(CHIP, #NAME, &FUNC); \
|
| /openbmc/openpower-hw-diags/analyzer/ |
| H A D | resolution.cpp | 117 auto func = PluginMap::getSingleton().get(chip.getType(), iv_name); in resolve()
|