Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dlog_phase_fault_action_tests.cpp29 EXPECT_EQ(action.getType(), PhaseFaultType::n); in TEST()
66 EXPECT_EQ(action.getType(), PhaseFaultType::n_plus_1); in TEST()
H A Dpmbus_read_sensor_action_tests.cpp58 EXPECT_EQ(action.getType(), SensorType::vout); in TEST()
72 EXPECT_EQ(action.getType(), SensorType::iout); in TEST()
553 EXPECT_EQ(action.getType(), SensorType::pout); in TEST()
/openbmc/phosphor-mrw-tools/
H A DInventory.pm88 if (exists $MODULE_TYPES{$targetObj->getType($item->{TARGET})}) {
270 my $curType = $targetObj->getType($target);
292 if (exists $MODULE_TYPES{$targetObj->getType($item->{TARGET})}) {
351 if ($targetObj->getType($item->{TARGET}) eq "NODE") {
H A DUtil.pm17 if ($targetObj->getType($target) eq "BMC") {
56 if ($targetObj->getType($child) eq $type) {
H A Dgen_settings.pl76 next if ("SYS" ne $targetObj->getType($target, "TYPE"));
H A Dinventory.pl46 $type = $targetObj->getType($target);
167 $curType = $targetObj->getType($target);
H A Dgen_callouts.pl92 if ($targets->getType($target) eq "PROC")
H A Dgen_path_callouts.pl504 my $chipType = $targets->getType($segment->{SourceChip});
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dtimer.cpp32 TimerType getType(const json& jsonObj) in getType() function
85 auto type = getType(jsonObj); in triggerTimer()
H A Dtimer.hpp38 TimerType getType(const json& jsonObj);
/openbmc/openpower-hw-diags/test/
H A Dtest-lpc-timeout.cpp25 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 Dtest-tod-step-check-fault.cpp66 PluginMap::getSingleton().get(chip1.getType(), "tod_step_check_fault"); in TEST()
H A Dtest-pll-unlock.cpp96 auto plugin = PluginMap::getSingleton().get(chip1.getType(), "pll_unlock"); in TEST()
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp23 data = iv_dataFiles.at(i_signature.getChip().getType()); in getResolution()
28 i_signature.getChip().getType()); in getResolution()
118 data = iv_dataFiles.at(i_signature.getChip().getType()); in isFlagSet()
123 i_signature.getChip().getType()); in isFlagSet()
187 data = iv_dataFiles.at(i_signature.getChip().getType()); in getVersion()
192 i_signature.getChip().getType()); in getVersion()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dlog_phase_fault_action.hpp71 PhaseFaultType getType() const in getType() function in phosphor::power::regulators::LogPhaseFaultAction
H A Dpmbus_read_sensor_action.hpp137 SensorType getType() const in getType() function in phosphor::power::regulators::PMBusReadSensorAction
/openbmc/ipmi-fru-parser/
H A Dfru_area.hpp66 ipmi_fru_area_type getType() const in getType() function in IPMIFruArea
H A Dwritefrudata.cpp184 rc = parse_fru_area(fruArea->getType(), in updateInventory()
548 if (iter->getType() == getFruAreaType(fruEntry)) in ipmiPopulateFruAreas()
679 lg2::debug("type: {TYPE}", "TYPE", iter->getType()); in validateFRUArea()
/openbmc/phosphor-fan-presence/control/json/
H A Dgroup.cpp45 _type = origObj.getType(); in Group()
H A Dgroup.hpp134 inline const auto& getType() const in getType() function in phosphor::fan::control::json::Group
/openbmc/openpower-hw-diags/analyzer/
H A Dfilter-root-cause.cpp30 if (type != sig.getChip().getType()) in __lookForBits()
151 (s.getChip().getType() == analyzer::P10_10 || in __findMemoryChannelFailure()
152 s.getChip().getType() == analyzer::P10_20) && in __findMemoryChannelFailure()
H A Dresolution.cpp117 auto func = PluginMap::getSingleton().get(chip.getType(), iv_name); in resolve()
H A Dinitialize_isolator.cpp122 auto chipType = chip.getType(); in initializeIsolator()
H A Dcreate_pel.cpp57 o_word6 = i_signature.getChip().getType(); in __getSrc()
192 uint32_t chipType = chip.getType(); in __captureRegisterDump()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensor.hpp173 SensorType getType() const in getType() function in phosphor::power::regulators::DBusSensor

12