Home
last modified time | relevance | path

Searched defs:get_connection (Results 1 – 4 of 4) sorted by relevance

/openbmc/skeleton/fanctl/
H A Dfan_control.c41 int get_connection(sd_bus *bus, char *connection, const char *obj_path) in get_connection() function
/openbmc/qemu/tests/qtest/
H A Ddbus-vmstate-test.c96 get_connection(Test *test, guint *ownid) in get_connection() function
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp474 std::shared_ptr<dbus::connection>& get_connection() { return conn; } in get_connection() function in dbus::DbusObjectServer
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py2050 def get_connection(self, host, port): member in FetchConnectionCache