Home
last modified time | relevance | path

Searched refs:setPresence (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil_base.hpp25 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 Dutil.hpp41 void setPresence(sdbusplus::bus_t& bus, const std::string& invpath, in setPresence() function in phosphor::power::psu::Util
H A Dpsu_manager.cpp954 setPresence(bus, relativeInvPath, psuPresent, psuShortName); in updateMissingPSUs()
966 setPresence(bus, relativeInvPath, psuPresent, psuShortName); in updateMissingPSUs()
H A Dpower_supply.cpp221 setPresence(bus, invpath, present, shortName); in updatePresenceGPIO()
/openbmc/phosphor-fan-presence/presence/
H A Dfallback.cpp63 setPresence(fan, present); in stateChanged()
108 setPresence(fan, activeSensor->get().start()); in monitor()
H A Danyof.cpp80 setPresence(fan, newState); in stateChanged()
123 setPresence(fan, present); in monitor()
H A Dfan.hpp28 void setPresence(const Fan& fan, bool newState);
H A Dfan.cpp38 void setPresence(const Fan& fan, bool newState) in setPresence() function
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.hpp57 MOCK_METHOD(void, setPresence,
H A Dpower_supply_tests.cpp123 EXPECT_CALL(util, setPresence(_, _, true, _)); in setMissingToPresentExpects()
/openbmc/phosphor-fan-presence/presence/test/
H A Dfallbacktest.cpp18 void setPresence(const Fan&, bool newState) in setPresence() function