Searched defs:InterfacesRemoved (Results 1 – 2 of 2) sorted by relevance
315 struct InterfacesRemoved struct323 InterfacesRemoved(const char* path, const char* intf, U&& handler) : in InterfacesRemoved() argument332 void operator()(sdbusplus::bus_t&, sdbusplus::message_t& msg, in operator ()()360 const char* _path;361 const char* _intf;362 U _handler;
211 def InterfacesRemoved(self, object_path, interfaces): member in DbusObjectManager