Home
last modified time | relevance | path

Searched refs:writeBinary (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/
H A Dpmbus.hpp178 virtual void writeBinary(const std::string& name, std::vector<uint8_t> data,
343 void writeBinary(const std::string& name, std::vector<uint8_t> data,
H A Dpmbus.cpp327 void PMBus::writeBinary(const std::string& name, std::vector<uint8_t> data, in writeBinary() function in phosphor::pmbus::PMBus
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dmock_pmbus.hpp53 MOCK_METHOD(void, writeBinary,
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.hpp33 MOCK_METHOD(void, writeBinary,
H A Dpower_supply_tests.cpp110 EXPECT_CALL(pmbus, writeBinary(ON_OFF_CONFIG, _, _)); in setMissingToPresentExpects()
701 EXPECT_CALL(mockPMBus, writeBinary(_, _, _)).Times(0); in TEST_F()
735 EXPECT_CALL(mockPMBus, writeBinary(ON_OFF_CONFIG, ElementsAre(0x15), in TEST_F()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp724 pmbusIntf->writeBinary(ON_OFF_CONFIG, configData, in onOffConfig()