Searched defs:InterfacesAdded (Results 1 – 4 of 4) sorted by relevance
229 struct InterfacesAdded struct237 InterfacesAdded(const char* path, const char* intf, const char* prop, in InterfacesAdded() argument248 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;
24 using InterfacesAdded = std::vector<std::pair< typedef
66 using InterfacesAdded = typedef
206 def InterfacesAdded(self, object_path, properties): member in DbusObjectManager