Home
last modified time | relevance | path

Searched refs:findPgoodFault (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dstandard_device_tests.cpp231 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
274 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
323 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
376 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
427 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
475 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
524 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
579 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
616 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
H A Ducd90320_device_tests.cpp161 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
249 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
H A Ducd90160_device_tests.cpp169 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
266 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
H A Dmock_device.hpp50 MOCK_METHOD(std::string, findPgoodFault,
H A Ducd90x_device_tests.cpp186 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
240 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST()
H A Dpmbus_driver_device_tests.cpp812 device.findPgoodFault(services, powerSupplyError, additionalData); in TEST_F()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_sequencer_device.hpp154 virtual std::string findPgoodFault(
H A Dstandard_device.hpp80 virtual std::string findPgoodFault(
H A Dstandard_device.cpp29 std::string StandardDevice::findPgoodFault( in findPgoodFault() function in phosphor::power::sequencer::StandardDevice
H A Dpower_control.cpp105 error = device->findPgoodFault(services, powerSupplyError, in onFailure()