Searched defs:dbus (Results 26 - 50 of 171) sorted by relevance

1234567

/external/libchrome/dbus/
H A Dscoped_dbus_error.cc5 #include "dbus/scoped_dbus_error.h"
7 namespace dbus { namespace
21 } // namespace dbus
H A Dscoped_dbus_error.h8 #include <dbus/dbus.h>
10 #include "dbus/dbus_export.h"
12 namespace dbus { namespace
31 } // namespace dbus
H A Dstring_util.cc5 #include "dbus/string_util.h"
11 namespace dbus { namespace
48 } // namespace dbus
H A Dobject_path.cc5 #include "dbus/object_path.h"
9 #include "dbus/string_util.h"
11 namespace dbus { namespace
33 } // namespace dbus
/external/selinux/policycoreutils/sepolicy/
H A Dselinux_client.py1 import dbus namespace
2 import dbus.service namespace
43 except dbus.DBusException, e:
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py3 import dbus namespace
9 bus = dbus.SystemBus()
13 dbus_interface=dbus.PROPERTIES_IFACE)
22 wpas = dbus.Interface(wpas_obj, "fi.w1.wpa_supplicant1")
26 dbus_interface=dbus.PROPERTIES_IFACE)
32 dbus_interface=dbus.PROPERTIES_IFACE)
38 dbus_interface=dbus.PROPERTIES_IFACE)
42 dbus_interface=dbus.PROPERTIES_IFACE)
48 dbus_interface=dbus.PROPERTIES_IFACE)
52 dbus_interface=dbus
[all...]
/external/autotest/client/cros/cellular/
H A Dmm.py5 import dbus namespace
31 except dbus.exceptions.DBusException, e:
37 except dbus.exceptions.DBusException, e:
52 a list of (ModemManager object, modem dbus path)
71 return the dbus path and a ModemManager object for that modem.
/external/autotest/client/site_tests/platform_CryptohomeSyncStress/
H A Dplatform_CryptohomeSyncStress.py5 import dbus, string namespace
19 bus = dbus.SystemBus()
22 cryptohome = dbus.Interface(proxy, 'org.chromium.CryptohomeInterface')
/external/autotest/client/site_tests/platform_DebugDaemonGetNetworkStatus/
H A Dplatform_DebugDaemonGetNetworkStatus.py5 import dbus namespace
16 bus = dbus.SystemBus()
18 self.iface = dbus.Interface(proxy,
/external/autotest/client/site_tests/webservd_BasicDBusAPI/
H A Dwebservd_BasicDBusAPI.py5 import dbus namespace
23 bus = dbus.SystemBus()
24 manager_proxy = dbus.Interface(
/external/autotest/client/common_lib/cros/
H A Ddbus_send.py6 import dbus namespace
16 # Represents the result of a dbus-send call. |sender| refers to the temporary
17 # bus name of dbus-send, |responder| to the remote process, and |response|
27 """A tokenizer for dbus-send output.
32 @param headerless_dbus_send_output: list of lines of dbus-send output
34 @return list of tokens in dbus-send output.
40 """Turn a stream of tokens from dbus-send output into native python types.
81 """Turn dbus-send output into usable Python types.
85 localhost ~ # dbus-send --system --dest=org.chromium.flimflam \
101 @param dbus_send_output: string stdout from dbus
[all...]
/external/autotest/client/common_lib/cros/tendo/
H A Dbuffet_dbus_helper.py5 import dbus namespace
50 bus = dbus.SystemBus()
52 self.manager = dbus.Interface(manager_proxy, MANAGER_INTERFACE)
53 self.properties = dbus.Interface(manager_proxy, DBUS_PROPERTY_INTERFACE)
54 self.object_manager = dbus.Interface(
/external/autotest/client/cros/cellular/pseudomodem/
H A Dbearer.py5 import dbus namespace
36 'Connected': dbus.types.Boolean(False),
37 'Suspended': dbus.types.Boolean(False),
73 @dbus.service.method(mm1_constants.I_BEARER)
100 'method': dbus.types.UInt32(mm1_constants.MM_BEARER_IP_METHOD_DHCP,
104 self.Set(mm1_constants.I_BEARER, 'Connected', dbus.types.Boolean(True))
108 @dbus.service.method(mm1_constants.I_BEARER)
121 dbus.types.Boolean(False))
H A Dmessaging.py5 import dbus namespace
6 import dbus.service namespace
16 class Messaging(dbus.service.Interface):
25 @dbus.service.method(mm1_constants.I_MODEM_MESSAGING, out_signature='ao')
40 @dbus.service.method(mm1_constants.I_MODEM_MESSAGING, in_signature='o')
54 @dbus.service.method(mm1_constants.I_MODEM_MESSAGING,
69 @dbus.service.signal(mm1_constants.I_MODEM_MESSAGING, signature='ob')
88 @dbus.service.signal(mm1_constants.I_MODEM_MESSAGING, signature='o')
103 @dbus.service.signal(mm1_constants.I_MODEM_MESSAGING, signature='o')
H A Dmodemmanager.py5 import dbus namespace
6 import dbus.service namespace
24 @dbus.service.method(mm1_constants.I_MODEM_MANAGER)
36 @dbus.service.method(mm1_constants.I_MODEM_MANAGER, in_signature='s')
H A Dsms.py5 import dbus namespace
84 props['State'] = dbus.types.UInt32(mm1_constants.MM_SMS_STATE_UNKNOWN)
85 props['PduType'] = dbus.types.UInt32(
92 dbus.types.Struct(
93 [dbus.types.UInt32(
95 dbus.types.UInt32(0)],
97 props['Class'] = self._props_template.get('Class', dbus.types.Int32(-1))
100 dbus.types.Boolean(False))
103 dbus.types.UInt32(mm1_constants.MM_SMS_STORAGE_UNKNOWN))
107 props['MessageReference'] = dbus
[all...]
H A Dtesting.py5 import dbus namespace
6 import dbus.service namespace
31 @dbus.service.method(pm_constants.I_TESTING, out_signature='b')
49 @dbus.service.method(pm_constants.I_TESTING, in_signature='ss')
62 @dbus.service.method(pm_constants.I_TESTING, in_signature='s')
76 @dbus.service.method(pm_constants.I_TESTING, in_signature='uu')
/external/autotest/client/cros/
H A Ddark_resume_listener.py8 import dbus namespace
9 import dbus.mainloop.glib namespace
21 dbus.mainloop.glib.threads_init()
24 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
25 self._bus = dbus.SystemBus()
/external/autotest/client/cros/networking/
H A Dpm_proxy.py10 import dbus namespace
29 return dbus.Interface(
42 @return dbus.Interface for the testing interface of
55 i_machine = dbus.Interface(machine, pm_constants.I_TESTING_ISM)
61 except dbus.exceptions.DBusException as e:
H A Dwifi_proxy.py5 import dbus namespace
14 """Wrapper around shill dbus interface used by wifi tests."""
37 except dbus.exceptions.DBusException as e:
80 except dbus.exceptions.DBusException as e:
169 except dbus.exceptions.DBusException:
201 except dbus.exceptions.DBusException, e:
292 attributes = {'ScanInterval': (dbus.UInt16, long_interval),
293 'BgscanMethod': (dbus.String, method),
294 'BgscanShortInterval': (dbus.UInt16, short_interval),
295 'BgscanSignalThreshold': (dbus
[all...]
/external/autotest/client/cros/tendo/n_faced_peerd/
H A Ddbus_property_exposer.py5 import dbus namespace
6 import dbus.service namespace
14 class DBusPropertyExposer(dbus.service.Object):
40 self.PropertiesChanged(dbus.String(self.interface_name),
42 dbus.Array([], 's'))
51 results = dbus.Dictionary(dict(), 'sv')
53 results[dbus.String(property_name)] = property_getter()
57 @dbus.service.method(dbus_interface=dbus.PROPERTIES_IFACE,
76 @dbus
[all...]
H A Dobject_manager.py4 import dbus namespace
5 import dbus.service namespace
9 class ObjectManager(dbus.service.Object):
60 interface2properties = dbus.Dictionary(
61 {dbus.String(interface_name): property_getter()}, 'sa{sv}')
62 self.InterfacesAdded(dbus.ObjectPath(path), interface2properties)
81 self.InterfacesRemoved(dbus.ObjectPath(path),
82 dbus.Array([dbus.String(interface_name)]))
85 @dbus
[all...]
H A Dpeer.py5 import dbus namespace
6 import dbus.service namespace
21 @param bus: dbus.Bus object to export this object on.
55 @return dbus.String containing our peer ID.
58 return dbus.String(self.uuid)
64 @return dbus.UInt64 containing the last time this peer was seen
68 return dbus.UInt64(int(1000 * self._last_seen_seconds))
H A Dservice.py6 import dbus.service namespace
21 @param bus: dbus.Bus object to export this object on.
56 @return dbus.String containing this service's peer_id.
59 return dbus.String(self.peer_id)
65 @return dbus.String containing this service's service_id.
68 return dbus.String(self.service_id)
74 @return dbus.Dictionary containing this service's metadata.
77 return dbus.Dictionary(self.service_info, 'ss')
83 @return dbus.Array of dbus
[all...]
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
H A Dbuffet_BasicDBusAPI.py5 import dbus namespace
48 buffet.manager.UpdateDeviceInfo(dbus.String('A'),
49 dbus.String('B'),
50 dbus.String('C'))

Completed in 402 milliseconds

1234567