Searched refs:get_connection (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | dbus-vmstate-test.c | 96 get_connection(Test *test, guint *ownid) in get_connection() function 201 srcconnA = get_connection(test, &ownsrcA); in test_dbus_vmstate() 203 srcconnB = get_connection(test, &ownsrcB); in test_dbus_vmstate() 213 dstconnA = get_connection(test, &owndstA); in test_dbus_vmstate() 216 dstconnB = get_connection(test, &owndstB); in test_dbus_vmstate()
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | serial.py | 64 def get_connection(self): member in OESerialTarget 87 conn = self.get_connection() 125 conn = self.get_connection() 157 b32 = self.get_connection().run_command(f'base32 {remoteSrc}')
|
/openbmc/skeleton/fanctl/ |
H A D | fan_control.c | 41 int get_connection(sd_bus *bus, char *connection, const char *obj_path) in get_connection() function 87 rc = get_connection(bus, connection, obj_path); in set_dbus_sensor() 127 rc = get_connection(bus, connection, obj_path); in read_dbus_sensor() 246 rc = get_connection(bus, connection, obj_path); in fan_set_present()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_robot_ssh.py | 123 connection = sshlib.get_connection()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | wget.py | 159 sock = fetch.connection_cache.get_connection(self.host, self.port)
|
H A D | __init__.py | 2061 def get_connection(self, host, port): member in FetchConnectionCache
|
/openbmc/boost-dbus/include/dbus/ |
H A D | properties.hpp | 474 std::shared_ptr<dbus::connection>& get_connection() { return conn; } in get_connection() function in dbus::DbusObjectServer
|