Home
last modified time | relevance | path

Searched refs:connection_ptr (Results 1 – 3 of 3) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dmatch.hpp25 connection_ptr connection_;
29 match(connection_ptr c, BOOST_ASIO_MOVE_ARG(std::string) e) in match()
H A Dfilter.hpp22 connection_ptr connection_;
34 filter(connection_ptr c, BOOST_ASIO_MOVE_ARG(MessagePredicate) p) in filter()
H A Dconnection.hpp216 typedef std::shared_ptr<connection> connection_ptr; typedef