Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp38 this->get_service().open(this->get_implementation(), address); in connection()
53 this->get_service().open(this->get_implementation(), bus); in connection()
96 return this->get_service().send(this->get_implementation(), m); in send()
113 return this->get_service().send(this->get_implementation(), m, t); in send()
120 return this->get_service().send(this->get_implementation(), m, in method_call()
137 return this->get_service().async_send( in BOOST_ASIO_INITFN_RESULT_TYPE()
193 this->get_service().new_match(this->get_implementation(), m); in new_match()
198 this->get_service().delete_match(this->get_implementation(), m); in delete_match()
203 this->get_service().new_filter(this->get_implementation(), f); in new_filter()
208 this->get_service().delete_filter(this->get_implementation(), f); in delete_filter()
/openbmc/skeleton/op-pwrctl/pgood_wait/
H A Dpgood_wait.c127 static int get_service(sd_bus *conn, const char *obj, char **service) in get_service() function
203 r = get_service(conn, argv[1], &service); in main()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0001-Update-to-C-17-560.patch951 - << _response->get_service()
952 + << _response->get_service()
/openbmc/linux/drivers/atm/
H A Deni.c676 static void get_service(struct atm_dev *dev) in get_service() function
1547 get_service(dev); in eni_tasklet()