Searched refs:SlotDeleter (Results 1 – 1 of 1) sorted by relevance
22 struct SlotDeleter struct24 explicit SlotDeleter(SdBusInterface* intf) : intf(intf) {} in SlotDeleter() argument34 using slot = std::unique_ptr<sd_bus_slot, SlotDeleter>;46 slot() : _slot(nullptr, details::SlotDeleter(&sdbus_impl)) {} in slot()54 _slot(s, details::SlotDeleter(intf)) in slot()