Home
last modified time | relevance | path

Searched refs:connection_ (Results 1 – 2 of 2) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dfilter.hpp22 connection_ptr connection_; member in dbus::filter
35 : connection_(c), in filter()
37 queue_(connection_->get_io_service()) { in filter()
38 connection_->new_filter(*this); in filter()
41 ~filter() { connection_->delete_filter(*this); } in ~filter()
48 connection_->get_implementation().start(connection_->get_io_service()); in BOOST_ASIO_INITFN_RESULT_TYPE()
H A Dmatch.hpp25 connection_ptr connection_; member in dbus::match
30 : connection_(c), expression_(BOOST_ASIO_MOVE_CAST(std::string)(e)) { in match()
31 connection_->new_match(*this); in match()
34 ~match() { connection_->delete_match(*this); } in ~match()