Home
last modified time | relevance | path

Searched refs:delete_filter (Results 1 – 4 of 4) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp207 void delete_filter(filter& f) { in delete_filter() function in dbus::connection
208 this->get_service().delete_filter(this->get_implementation(), f); in delete_filter()
H A Dfilter.hpp41 ~filter() { connection_->delete_filter(*this); } in ~filter()
H A Dconnection_service.hpp103 inline void delete_filter(implementation_type& impl, filter& f);
/openbmc/boost-dbus/include/dbus/impl/
H A Dfilter.ipp33 void connection_service::delete_filter(implementation_type& impl, filter& f) {