Home
last modified time | relevance | path

Searched refs:EventPresenceGpio (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.cpp47 EventPresenceGpio::EventPresenceGpio( in EventPresenceGpio() function in EventPresenceGpio
85 void EventPresenceGpio::monitorPresence() in monitorPresence()
87 std::weak_ptr<EventPresenceGpio> weakRef = weak_from_this(); in monitorPresence()
91 std::shared_ptr<EventPresenceGpio> self = weakRef.lock(); in monitorPresence()
113 void EventPresenceGpio::read() in read()
H A DPresenceGpio.hpp49 class EventPresenceGpio : class
51 public std::enable_shared_from_this<EventPresenceGpio>
54 EventPresenceGpio(const std::string& iDeviceType,
H A DFanMain.cpp474 std::make_shared<EventPresenceGpio>( in createSensors()