Lines Matching full:presence
16 namespace presence namespace
26 /** @class Presence
27 * @brief Responsible for determining and monitoring presence,
31 class Presence : public Evdev class
45 Presence() = delete;
46 ~Presence() = default;
47 Presence(const Presence&) = delete;
48 Presence& operator=(const Presence&) = delete;
49 Presence(Presence&&) = delete;
50 Presence& operator=(Presence&&) = delete;
52 /** @brief Constructs Presence object.
58 to determine presence of inventory item
68 Presence(sdbusplus::bus_t& bus, const std::string& inventory, in Presence() function in phosphor::gpio::presence::Presence
73 sd_event_io_handler_t handler = Presence::processEvents) : in Presence()
123 * @brief Read the GPIO device to determine initial presence and set
151 * Called when a presence change is detected to either
176 } // namespace presence