Home
last modified time | relevance | path

Searched refs:powerSupplyError (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dstandard_device_tests.cpp228 std::string powerSupplyError{}; in TEST() local
231 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
271 std::string powerSupplyError{}; in TEST() local
274 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
320 std::string powerSupplyError{"Undervoltage fault: PSU1"}; in TEST() local
323 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
324 EXPECT_EQ(error, powerSupplyError); in TEST()
373 std::string powerSupplyError{"Undervoltage fault: PSU1"}; in TEST() local
376 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
424 std::string powerSupplyError{}; in TEST() local
[all …]
H A Ducd90320_device_tests.cpp158 std::string powerSupplyError{}; in TEST() local
161 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
246 std::string powerSupplyError{}; in TEST() local
249 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
H A Ducd90160_device_tests.cpp166 std::string powerSupplyError{}; in TEST() local
169 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
263 std::string powerSupplyError{}; in TEST() local
266 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
H A Ducd90x_device_tests.cpp183 std::string powerSupplyError{}; in TEST() local
186 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
237 std::string powerSupplyError{}; in TEST() local
240 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
H A Dmock_device.hpp51 (Services & services, const std::string& powerSupplyError,
H A Dpmbus_driver_device_tests.cpp809 std::string powerSupplyError{}; in TEST_F() local
812 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST_F()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dstandard_device.cpp30 Services& services, const std::string& powerSupplyError, in findPgoodFault() argument
51 if (rail->isPowerSupplyRail() && !powerSupplyError.empty()) in findPgoodFault()
54 error = powerSupplyError; in findPgoodFault()
H A Dpower_control.cpp105 error = device->findPgoodFault(services, powerSupplyError, in onFailure()
118 if (!powerSupplyError.empty()) in onFailure()
120 error = powerSupplyError; in onFailure()
183 powerSupplyError.clear(); in pollPgood()
213 powerSupplyError = error; in setPowerSupplyError()
H A Dpower_sequencer_device.hpp155 findPgoodFault(Services& services, const std::string& powerSupplyError,
H A Dstandard_device.hpp81 Services& services, const std::string& powerSupplyError,
H A Dpower_control.hpp185 std::string powerSupplyError; member in phosphor::power::sequencer::PowerControl