/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | standard_device_tests.cpp | 228 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 D | ucd90320_device_tests.cpp | 158 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 D | ucd90160_device_tests.cpp | 166 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 D | ucd90x_device_tests.cpp | 183 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 D | mock_device.hpp | 51 (Services & services, const std::string& powerSupplyError,
|
H A D | pmbus_driver_device_tests.cpp | 809 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 D | standard_device.cpp | 30 Services& services, const std::string& powerSupplyError, in findPgoodFault() argument 51 if (rail->isPowerSupplyRail() && !powerSupplyError.empty()) in findPgoodFault() 54 error = powerSupplyError; in findPgoodFault()
|
H A D | power_control.cpp | 105 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 D | power_sequencer_device.hpp | 155 findPgoodFault(Services& services, const std::string& powerSupplyError,
|
H A D | standard_device.hpp | 81 Services& services, const std::string& powerSupplyError,
|
H A D | power_control.hpp | 185 std::string powerSupplyError; member in phosphor::power::sequencer::PowerControl
|