| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | standard_device_tests.cpp | 74 MOCK_METHOD(std::vector<int>, getGPIOValues, (Services & services), 236 EXPECT_CALL(device, getGPIOValues) in TEST() 277 EXPECT_CALL(device, getGPIOValues) in TEST() 338 EXPECT_CALL(device, getGPIOValues) in TEST() 398 EXPECT_CALL(device, getGPIOValues) in TEST() 466 EXPECT_CALL(device, getGPIOValues) in TEST() 526 EXPECT_CALL(device, getGPIOValues) in TEST() 587 EXPECT_CALL(device, getGPIOValues) in TEST() 649 EXPECT_CALL(device, getGPIOValues) in TEST() 715 EXPECT_CALL(device, getGPIOValues) in TEST()
|
| H A D | mock_services.hpp | 61 MOCK_METHOD(std::vector<int>, getGPIOValues, (const std::string& chipLabel),
|
| H A D | mock_device.hpp | 58 MOCK_METHOD(std::vector<int>, getGPIOValues, (Services & services),
|
| H A D | ucd90320_device_tests.cpp | 112 EXPECT_CALL(services, getGPIOValues("ucd90320")) in TEST() 216 EXPECT_CALL(services, getGPIOValues("ucd90320")) in TEST()
|
| H A D | ucd90160_device_tests.cpp | 110 EXPECT_CALL(services, getGPIOValues("ucd90160")) in TEST() 235 EXPECT_CALL(services, getGPIOValues("ucd90160")) in TEST()
|
| H A D | ucd90x_device_tests.cpp | 171 EXPECT_CALL(services, getGPIOValues("ucd90320")) in TEST() 236 EXPECT_CALL(services, getGPIOValues("ucd90320")) in TEST()
|
| H A D | pmbus_driver_device_tests.cpp | 261 EXPECT_CALL(services, getGPIOValues("abc_382%#, zy")) in TEST_F() 280 EXPECT_TRUE(device.getGPIOValues(services) == gpioValues); in TEST_F() 286 EXPECT_CALL(services, getGPIOValues("xyz_pseq")) in TEST_F() 308 device.getGPIOValues(services); in TEST_F() 944 EXPECT_CALL(services, getGPIOValues("xyz_pseq")) in TEST_F()
|
| H A D | gpios_only_device_tests.cpp | 62 device.getGPIOValues(services); in TEST()
|
| H A D | basic_device_tests.cpp | 71 MOCK_METHOD(std::vector<int>, getGPIOValues, (Services & services),
|
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | services.hpp | 122 virtual std::vector<int> getGPIOValues(const std::string& chipLabel) = 0; 211 virtual std::vector<int> getGPIOValues(
|
| H A D | power_sequencer_device.hpp | 164 virtual std::vector<int> getGPIOValues(Services& services) = 0;
|
| H A D | pmbus_driver_device.cpp | 34 std::vector<int> PMBusDriverDevice::getGPIOValues(Services& services) in getGPIOValues() function in phosphor::power::sequencer::PMBusDriverDevice 44 values = services.getGPIOValues(label); in getGPIOValues()
|
| H A D | gpios_only_device.hpp | 79 virtual std::vector<int> getGPIOValues( in getGPIOValues() function in phosphor::power::sequencer::GPIOsOnlyDevice
|
| H A D | pmbus_driver_device.hpp | 114 virtual std::vector<int> getGPIOValues(Services& services) override;
|
| H A D | standard_device.cpp | 80 values = getGPIOValues(services); in getGPIOValuesIfPossible()
|
| H A D | services.cpp | 100 std::vector<int> BMCServices::getGPIOValues(const std::string& chipLabel) in getGPIOValues() function in phosphor::power::sequencer::BMCServices
|