Searched refs:createI2CInterface (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | device_tests.cpp | 98 std::unique_ptr<i2c::I2CInterface> i2cInterface = createI2CInterface(); in TEST_F() 114 std::unique_ptr<i2c::I2CInterface> i2cInterface = createI2CInterface(); in TEST_F() 183 createI2CInterface(), in TEST_F() 208 Device device{"vdd_reg", false, deviceInvPath, createI2CInterface()}; in TEST_F() 708 createI2CInterface(), in TEST_F() 720 Device device{"vdd_reg", true, deviceInvPath, createI2CInterface()}; in TEST_F() 726 std::unique_ptr<i2c::I2CInterface> i2cInterface = createI2CInterface(); in TEST_F() 734 Device device{"vdd_reg", false, deviceInvPath, createI2CInterface()}; in TEST_F() 760 createI2CInterface(), in TEST_F() 816 createI2CInterface(), in TEST_F() [all …]
|
H A D | test_utils.hpp | 44 inline std::unique_ptr<i2c::I2CInterface> createI2CInterface() in createI2CInterface() function 72 std::unique_ptr<i2c::I2CInterface> i2cInterface = createI2CInterface();
|