Searched refs:implementation_type (Results 1 – 3 of 3) sorted by relevance
/openbmc/boost-dbus/include/dbus/ |
H A D | connection_service.hpp | 33 typedef impl::connection implementation_type; typedef in dbus::connection_service 38 inline void construct(implementation_type& impl) {} in construct() 40 inline void destroy(implementation_type& impl) {} in destroy() 46 inline void open(implementation_type& impl, const string& address) { in open() 52 inline void open(implementation_type& impl, const int bus = bus::system) { in open() 58 inline message send(implementation_type& impl, message& m) { in send() 63 inline message send(implementation_type& impl, message& m, in send() 79 async_send(implementation_type& impl, message& m, in BOOST_ASIO_INITFN_RESULT_TYPE() 97 inline void new_match(implementation_type& impl, match& m); 99 inline void delete_match(implementation_type& impl, match& m); [all …]
|
/openbmc/boost-dbus/include/dbus/impl/ |
H A D | match.ipp | 10 void connection_service::new_match(implementation_type& impl, match& m) { 18 void connection_service::delete_match(implementation_type& impl, match& m) {
|
H A D | filter.ipp | 29 void connection_service::new_filter(implementation_type& impl, filter& f) { 33 void connection_service::delete_filter(implementation_type& impl, filter& f) {
|