Searched refs:setPresence (Results 1 – 11 of 11) sorted by relevance
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | util_base.hpp | 25 virtual void setPresence(sdbusplus::bus_t& bus, const std::string& invpath, 46 inline void setPresence(sdbusplus::bus_t& bus, const std::string& invpath, in setPresence() function 49 return getUtils().setPresence(bus, invpath, present, name); in setPresence()
|
H A D | util.hpp | 41 void setPresence(sdbusplus::bus_t& bus, const std::string& invpath, in setPresence() function in phosphor::power::psu::Util
|
H A D | psu_manager.cpp | 955 setPresence(bus, relativeInvPath, psuPresent, psuShortName); in updateMissingPSUs() 967 setPresence(bus, relativeInvPath, psuPresent, psuShortName); in updateMissingPSUs()
|
H A D | power_supply.cpp | 220 setPresence(bus, invpath, present, shortName); in updatePresenceGPIO()
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | fallback.cpp | 63 setPresence(fan, present); in stateChanged() 109 setPresence(fan, activeSensor->get().start()); in monitor()
|
H A D | anyof.cpp | 80 setPresence(fan, newState); in stateChanged() 123 setPresence(fan, present); in monitor()
|
H A D | fan.hpp | 28 void setPresence(const Fan& fan, bool newState);
|
H A D | fan.cpp | 38 void setPresence(const Fan& fan, bool newState) in setPresence() function
|
/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | mock.hpp | 57 MOCK_METHOD(void, setPresence,
|
H A D | power_supply_tests.cpp | 123 EXPECT_CALL(util, setPresence(_, _, true, _)); in setMissingToPresentExpects()
|
/openbmc/phosphor-fan-presence/presence/test/ |
H A D | fallbacktest.cpp | 18 void setPresence(const Fan&, bool newState) in setPresence() function
|