Home
last modified time | relevance | path

Searched defs:NameOwner (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp387 struct NameOwner struct
395 explicit NameOwner(U&& handler) : _handler(std::forward<U>(handler)) {} in NameOwner() function
402 void operator()(sdbusplus::bus_t&, sdbusplus::message_t& msg, in operator ()()
426 void operator()(Zone& zone, const Group& group) const in operator ()()
460 U _handler;