Home
last modified time | relevance | path

Searched refs:readBinary (Results 1 – 12 of 12) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_device.cpp56 return readBinary("occ_active"); in active()
61 return readBinary("occ_master"); in master()
64 bool Device::readBinary(const std::string& fileName) const in readBinary() function in open_power::occ::Device
H A Docc_device.hpp231 bool readBinary(const std::string& fileName) const;
/openbmc/phosphor-power/
H A Dpmbus.hpp176 virtual std::vector<uint8_t> readBinary(const std::string& name, Type type,
323 std::vector<uint8_t> readBinary(const std::string& name, Type type,
H A Dpmbus.cpp251 std::vector<uint8_t> PMBus::readBinary(const std::string& name, Type type, in readBinary() function in phosphor::pmbus::PMBus
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dmock_pmbus.hpp50 MOCK_METHOD(std::vector<uint8_t>, readBinary,
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.hpp30 MOCK_METHOD(std::vector<uint8_t>, readBinary,
H A Dpower_supply_tests.cpp80 ON_CALL(mockPMBus, readBinary(INPUT_HISTORY, Type::HwmonDeviceDebug, 5)) in setPMBusExpectations()
2035 readBinary(INPUT_HISTORY, Type::HwmonDeviceDebug, 5)) in TEST_F()
/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.hpp214 std::vector<uint8_t> readBinary(const std::string& name, Type type,
H A Dpmbus.cpp233 std::vector<uint8_t> PMBus::readBinary(const std::string& name, Type type, in readBinary() function in witherspoon::pmbus::PMBus
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp736 auto data = pmbusIntf.readBinary(INPUT_HISTORY, in updateHistory()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp806 auto data = pmbusIntf.readBinary(INPUT_HISTORY, in updateHistory()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp1142 data = pmbusIntf->readBinary(INPUT_HISTORY, in monitorPeakInputPowerSensor()