Searched refs:call_dbus_method (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/ |
D | node.py | 376 def call_dbus_method(self, *args): member in OtbrDocker 383 …return self.call_dbus_method('org.freedesktop.DBus.Properties', 'Get', 'io.openthread.BorderRouter… 387 …return self.call_dbus_method('org.freedesktop.DBus.Properties', 'Set', 'io.openthread.BorderRouter… 423 return self.call_dbus_method('io.openthread.BorderRouter', 'SetNat64Enabled', enable) 426 … return self.call_dbus_method('io.openthread.BorderRouter', 'ActivateEphemeralKeyMode', lifetime) 429 …return self.call_dbus_method('io.openthread.BorderRouter', 'DeactivateEphemeralKeyMode', retain_ac…
|