Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp318 struct InterfacesRemoved struct
326 InterfacesRemoved(const char* path, const char* intf, U&& handler) : in InterfacesRemoved() function
335 void operator()(sdbusplus::bus_t&, sdbusplus::message_t& msg, in operator ()()
363 const char* _path;
364 const char* _intf;
365 U _handler;
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py211 def InterfacesRemoved(self, object_path, interfaces): member in DbusObjectManager