HomeSort by relevance Sort by last modified time
    Searched refs:dbus (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/cros/
debugd_util.py 5 import dbus
10 bus = dbus.SystemBus()
12 return dbus.Interface(proxy, dbus_interface='org.chromium.debugd')
  /external/dhcpcd-6.8.2/dbus/test/
introspection 3 import dbus
5 bus = dbus.SystemBus()
7 object = dbus.Interface(bus.get_object("org.chromium.dhcpcd", '/'),
8 "org.freedesktop.DBus.Introspectable")
monitor 4 import dbus
5 import dbus.mainloop.glib
11 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
13 bus = dbus.SystemBus()
  /external/adhd/cras/src/server/
cras_bt_manager.h 9 #include <dbus/dbus.h>
cras_dbus.h 9 #include <dbus/dbus.h>
cras_dbus_util.h 6 #include <dbus/dbus.h>
9 /* Appends a key-value pair to the dbus message.
cras_a2dp_endpoint.h 9 #include <dbus/dbus.h>
19 * to release a2dp audio before sending dbus message to disconnect a2dp
  /external/dhcpcd-6.8.2/dbus/
dbus-dict.h 31 #include <dbus/dbus.h>
  /hardware/intel/common/libmix/mix_audio/src/
amhelper.h 12 #include <dbus/dbus.h>
13 #include <dbus/dbus-glib.h>
  /system/update_engine/
dbus_connection.h 21 #include <brillo/dbus/dbus_connection.h>
22 #include <dbus/bus.h>
30 const scoped_refptr<dbus::Bus>& GetDBus();
35 scoped_refptr<dbus::Bus> bus_;
shill_proxy.h 24 #include <dbus/bus.h>
25 #include <dbus/object_path.h>
26 #include <shill/dbus-proxies.h>
32 // This class implements the connection to shill using real DBus calls.
41 GetServiceForPath(const dbus::ObjectPath& path) override;
45 scoped_refptr<dbus::Bus> bus_;
  /system/bt/service/ipc/dbus/
bluetooth_adapter.h 22 #include <dbus/bus.h>
23 #include <dbus/exported_object.h>
24 #include <dbus/message.h>
25 #include <dbus/object_path.h>
26 #include <dbus/property.h>
28 using ::dbus::Bus;
29 using ::dbus::ExportedObject;
30 using ::dbus::MethodCall;
33 namespace dbus { namespace in namespace:ipc
55 } // namespace dbus
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_connection.h 10 #include <dbus/bus.h>
22 // Instantiates dbus::Bus and establishes a D-Bus connection. Returns a
24 scoped_refptr<dbus::Bus> Connect();
26 // Instantiates dbus::Bus and tries to establish a D-Bus connection for up to
29 scoped_refptr<dbus::Bus> ConnectWithTimeout(base::TimeDelta timeout);
32 scoped_refptr<dbus::Bus> bus_;
exported_object_manager.h 15 #include <brillo/dbus/dbus_object.h>
16 #include <brillo/dbus/exported_property_set.h>
18 #include <dbus/bus.h>
19 #include <dbus/exported_object.h>
20 #include <dbus/message.h>
21 #include <dbus/object_path.h>
28 // org.freedesktop.DBus.ObjectManager interface on behalf of another
39 // ExampleObjectManager(dbus::Bus* bus)
45 // void ClaimInterface(const dbus::ObjectPath& path,
50 // void ReleaseInterface(const dbus::ObjectPath& path
    [all...]
mock_dbus_object.h 10 #include <brillo/dbus/async_event_sequencer.h>
11 #include <brillo/dbus/dbus_object.h>
20 const scoped_refptr<dbus::Bus>& bus,
21 const dbus::ObjectPath& object_path)
mock_exported_object_manager.h 10 #include <brillo/dbus/async_event_sequencer.h>
11 #include <brillo/dbus/exported_object_manager.h>
12 #include <dbus/object_path.h>
30 void(const dbus::ObjectPath& path,
34 void(const dbus::ObjectPath& path,
dbus_param_writer.h 17 #include <brillo/dbus/data_serialization.h>
18 #include <dbus/message.h>
28 static void Append(dbus::MessageWriter* writer,
33 // Append(dbus::MessageWriter*) is called to end the iteration.
41 static void Append(dbus::MessageWriter* /*writer*/) {}
47 static void AppendDBusOutParams(dbus::MessageWriter* writer,
52 // AppendDBusOutParams(dbus::MessageWriter*) is called to end the iteration.
61 static void AppendDBusOutParams(dbus::MessageWriter* writer,
66 // Append(dbus::MessageWriter*) is called to end the iteration.
74 static void AppendDBusOutParams(dbus::MessageWriter* /*writer*/) {
    [all...]
dbus_signal_handler.h 11 #include <brillo/dbus/dbus_param_reader.h>
12 #include <dbus/message.h>
13 #include <dbus/object_proxy.h>
19 // dbus::ObjectProxy::ConnectToSignal() but the |signal_callback| is an actual
24 // dbus::ObjectProxy::SignalCallback.
27 // the expected parameters from dbus::Signal message and then calls
35 dbus::ObjectProxy* object_proxy,
39 dbus::ObjectProxy::OnConnectedCallback on_connected_callback) {
46 dbus::Signal* signal) {
55 dbus::MessageReader reader(signal)
    [all...]
utils.h 13 #include <dbus/exported_object.h>
14 #include <dbus/message.h>
15 #include <dbus/scoped_dbus_error.h>
21 BRILLO_EXPORT std::unique_ptr<dbus::Response> CreateDBusErrorResponse(
22 dbus::MethodCall* method_call,
27 // error in the error chain belongs to "dbus" error domain, its error code
31 BRILLO_EXPORT std::unique_ptr<dbus::Response> GetDBusError(
32 dbus::MethodCall* method_call,
exported_object_manager_unittest.cc 5 #include <brillo/dbus/exported_object_manager.h>
8 #include <brillo/dbus/dbus_object_test_helpers.h>
9 #include <brillo/dbus/utils.h>
10 #include <dbus/mock_bus.h>
11 #include <dbus/mock_exported_object.h>
12 #include <dbus/object_manager.h>
13 #include <dbus/object_path.h>
28 const dbus::ObjectPath kTestPath(std::string("/test/om_path"));
29 const dbus::ObjectPath kClaimedTestPath(std::string("/test/claimed_path"));
38 void ReadTestPropertyDict(dbus::MessageReader* reader)
    [all...]
  /external/libchrome/dbus/
mock_bus.cc 5 #include "dbus/mock_bus.h"
9 namespace dbus { namespace
17 } // namespace dbus
string_util.h 10 #include "dbus/dbus_export.h"
12 namespace dbus { namespace
17 } // namespace dbus
scoped_dbus_error.h 8 #include <dbus/dbus.h>
10 #include "dbus/dbus_export.h"
12 namespace dbus { namespace
31 } // namespace dbus
  /external/libbrillo/brillo/glib/
abstract_dbus_service.h 9 #include <brillo/glib/dbus.h>
13 // \precondition No functions in the dbus namespace can be called before
16 namespace dbus { namespace in namespace:brillo
25 // Registers the GObject as a service with the system DBus
28 virtual bool Register(const brillo::dbus::BusConnection& conn);
47 } // namespace dbus
  /external/autotest/client/cros/tendo/n_faced_peerd/
dbus_property_exposer.py 5 import dbus
6 import dbus.service
14 class DBusPropertyExposer(dbus.service.Object):
15 """Exports the org.freedesktop.DBus.Properties interface."""
28 a value for the property, in its proper DBus typing.
40 self.PropertiesChanged(dbus.String(self.interface_name),
42 dbus.Array([], 's'))
48 @return map of DBus strings to variants.
51 results = dbus.Dictionary(dict(), 'sv')
53 results[dbus.String(property_name)] = property_getter(
    [all...]

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>