Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp229 struct InterfacesAdded struct
237 InterfacesAdded(const char* path, const char* intf, const char* prop, in InterfacesAdded() argument
248 void operator()(sdbusplus::bus_t&, sdbusplus::message_t& msg, in operator ()()
287 const char* _path;
288 const char* _intf;
289 const char* _prop;
290 U _handler;
/openbmc/phosphor-objmgr/src/
H A Dprocessing.hpp24 using InterfacesAdded = std::vector<std::pair< typedef
/openbmc/phosphor-dbus-monitor/src/
H A Ddata_types.hpp66 using InterfacesAdded = typedef
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py206 def InterfacesAdded(self, object_path, properties): member in DbusObjectManager