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.hpp390 struct NameOwner struct
398 explicit NameOwner(U&& handler) : _handler(std::forward<U>(handler)) {} in NameOwner() function
405 void operator()(sdbusplus::bus_t&, sdbusplus::message_t& msg, in operator ()()
429 void operator()(Zone& zone, const Group& group) const in operator ()()
463 U _handler;