Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dconnection_service.hpp33 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()
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);
101 inline void new_filter(implementation_type& impl, filter& f);
[all …]
/openbmc/boost-dbus/include/dbus/impl/
H A Dmatch.ipp10 void connection_service::new_match(implementation_type& impl, match& m) {
18 void connection_service::delete_match(implementation_type& impl, match& m) {
H A Dfilter.ipp29 void connection_service::new_filter(implementation_type& impl, filter& f) {
33 void connection_service::delete_filter(implementation_type& impl, filter& f) {