Searched defs:InterfacesRemoved (Results 1 – 2 of 2) sorted by relevance
318 struct InterfacesRemoved struct326 InterfacesRemoved(const char* path, const char* intf, U&& handler) : in InterfacesRemoved() function335 void operator()(sdbusplus::bus_t&, sdbusplus::message_t& msg, in operator ()()363 const char* _path;364 const char* _intf;365 U _handler;
211 def InterfacesRemoved(self, object_path, interfaces): member in DbusObjectManager