Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dmatch.hpp34 ~match() { connection_->delete_match(*this); } in ~match()
H A Dconnection.hpp197 void delete_match(match& m) { in delete_match() function in dbus::connection
198 this->get_service().delete_match(this->get_implementation(), m); in delete_match()
H A Dconnection_service.hpp99 inline void delete_match(implementation_type& impl, match& m);
/openbmc/boost-dbus/include/dbus/impl/
H A Dmatch.ipp18 void connection_service::delete_match(implementation_type& impl, match& m) {