Home
last modified time | relevance | path

Searched refs:getGPIOValues (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dstandard_device_tests.cpp74 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 Dmock_services.hpp61 MOCK_METHOD(std::vector<int>, getGPIOValues, (const std::string& chipLabel),
H A Dmock_device.hpp58 MOCK_METHOD(std::vector<int>, getGPIOValues, (Services & services),
H A Ducd90320_device_tests.cpp112 EXPECT_CALL(services, getGPIOValues("ucd90320")) in TEST()
216 EXPECT_CALL(services, getGPIOValues("ucd90320")) in TEST()
H A Ducd90160_device_tests.cpp110 EXPECT_CALL(services, getGPIOValues("ucd90160")) in TEST()
235 EXPECT_CALL(services, getGPIOValues("ucd90160")) in TEST()
H A Ducd90x_device_tests.cpp171 EXPECT_CALL(services, getGPIOValues("ucd90320")) in TEST()
236 EXPECT_CALL(services, getGPIOValues("ucd90320")) in TEST()
H A Dpmbus_driver_device_tests.cpp261 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 Dgpios_only_device_tests.cpp62 device.getGPIOValues(services); in TEST()
H A Dbasic_device_tests.cpp71 MOCK_METHOD(std::vector<int>, getGPIOValues, (Services & services),
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dservices.hpp122 virtual std::vector<int> getGPIOValues(const std::string& chipLabel) = 0;
211 virtual std::vector<int> getGPIOValues(
H A Dpower_sequencer_device.hpp164 virtual std::vector<int> getGPIOValues(Services& services) = 0;
H A Dpmbus_driver_device.cpp34 std::vector<int> PMBusDriverDevice::getGPIOValues(Services& services) in getGPIOValues() function in phosphor::power::sequencer::PMBusDriverDevice
44 values = services.getGPIOValues(label); in getGPIOValues()
H A Dgpios_only_device.hpp79 virtual std::vector<int> getGPIOValues( in getGPIOValues() function in phosphor::power::sequencer::GPIOsOnlyDevice
H A Dpmbus_driver_device.hpp114 virtual std::vector<int> getGPIOValues(Services& services) override;
H A Dstandard_device.cpp80 values = getGPIOValues(services); in getGPIOValuesIfPossible()
H A Dservices.cpp100 std::vector<int> BMCServices::getGPIOValues(const std::string& chipLabel) in getGPIOValues() function in phosphor::power::sequencer::BMCServices