Lines Matching full:dbus
457 """Is the ChromeOS session_manager running and ready to accept DBus calls?463 to ensure that we don't look at the DBus interface472 import dbus474 bus = dbus.SystemBus()477 dbus.Interface(proxy, 'org.chromium.SessionManagerInterface')478 except dbus.DBusException: