Home
last modified time | relevance | path

Searched refs:get_connection (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Ddbus-vmstate-test.c96 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 Dserial.py64 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 Dfan_control.c41 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 Dgen_robot_ssh.py123 connection = sshlib.get_connection()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py159 sock = fetch.connection_cache.get_connection(self.host, self.port)
H A D__init__.py2061 def get_connection(self, host, port): member in FetchConnectionCache
/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