HomeSort by relevance Sort by last modified time
    Searched defs:dbus (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/chromium_org/chromeos/dbus/
shill_device_client.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
14 #include "chromeos/dbus/shill_client_helper.h"
23 namespace dbus { namespace
28 } // namespace dbus
66 dbus::Bus* bus);
70 const dbus::ObjectPath& device_path,
75 const dbus::ObjectPath& device_path,
80 virtual void GetProperties(const dbus::ObjectPath& device_path,
85 virtual void ProposeScan(const dbus::ObjectPath& device_path,
90 virtual void SetProperty(const dbus::ObjectPath& device_path
    [all...]
shill_profile_client.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
14 #include "chromeos/dbus/shill_client_helper.h"
23 namespace dbus { namespace
28 } // namespace dbus
79 dbus::Bus* bus);
83 const dbus::ObjectPath& profile_path,
88 const dbus::ObjectPath& profile_path,
94 const dbus::ObjectPath& profile_path,
100 virtual void GetEntry(const dbus::ObjectPath& profile_path,
107 virtual void DeleteEntry(const dbus::ObjectPath& profile_path
    [all...]
shill_service_client.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
14 #include "chromeos/dbus/shill_client_helper.h"
23 namespace dbus { namespace
28 } // namespace dbus
89 dbus::Bus* bus);
93 const dbus::ObjectPath& service_path,
98 const dbus::ObjectPath& service_path,
103 virtual void GetProperties(const dbus::ObjectPath& service_path,
108 virtual void SetProperty(const dbus::ObjectPath& service_path,
116 virtual void SetProperties(const dbus::ObjectPath& service_path
    [all...]
shill_client_helper.h 16 #include "chromeos/dbus/dbus_method_call_status.h"
17 #include "chromeos/dbus/shill_property_changed_observer.h"
26 namespace dbus { namespace
37 } // namespace dbus
74 ShillClientHelper(dbus::Bus* bus, dbus::ObjectProxy* proxy);
90 void CallVoidMethod(dbus::MethodCall* method_call,
94 void CallObjectPathMethod(dbus::MethodCall* method_call,
99 dbus::MethodCall* method_call,
104 void CallDictionaryValueMethod(dbus::MethodCall* method_call
    [all...]
shill_manager_client.h 12 #include "chromeos/dbus/dbus_client_implementation_type.h"
13 #include "chromeos/dbus/dbus_method_call_status.h"
14 #include "chromeos/dbus/shill_client_helper.h"
16 namespace dbus { namespace
21 } // namespace dbus
113 dbus::Bus* bus);
166 const dbus::ObjectPath& profile_path,
  /external/chromium_org/dbus/
dbus_statistics.h 10 #include "dbus/dbus_export.h"
12 // The functions defined here are used to gather DBus statistics, and
17 namespace dbus { namespace
34 // Initializes / shuts down dbus statistics gathering. Calling Initialize
77 } // namespace dbus
dbus_statistics_unittest.cc 5 #include "dbus/dbus_statistics.h"
11 namespace dbus { namespace
132 EXPECT_EQ("No DBus calls.", output_none);
183 } // namespace dbus
end_to_end_sync_unittest.cc 7 #include "dbus/bus.h"
8 #include "dbus/message.h"
9 #include "dbus/object_path.h"
10 #include "dbus/object_proxy.h"
11 #include "dbus/test_service.h"
14 namespace dbus { namespace
142 } // namespace dbus
exported_object.h 8 #include <dbus/dbus.h>
19 #include "dbus/dbus_export.h"
20 #include "dbus/object_path.h"
22 namespace dbus { namespace
170 } // namespace dbus
mock_unittest.cc 10 #include "dbus/message.h"
11 #include "dbus/mock_bus.h"
12 #include "dbus/mock_exported_object.h"
13 #include "dbus/mock_object_proxy.h"
14 #include "dbus/object_path.h"
23 namespace dbus { namespace
182 } // namespace dbus
test_service.h 12 #include "dbus/bus.h"
13 #include "dbus/exported_object.h"
19 namespace dbus { namespace
69 // This function emulates dbus-send's behavior.
113 dbus::ExportedObject::ResponseSender response_sender);
118 dbus::ExportedObject::ResponseSender response_sender);
123 dbus::ExportedObject::ResponseSender response_sender);
127 dbus::ExportedObject::ResponseSender response_sender);
131 dbus::ExportedObject::ResponseSender response_sender);
135 dbus::ExportedObject::ResponseSender response_sender)
    [all...]
values_util.cc 5 #include "dbus/values_util.h"
11 #include "dbus/message.h"
13 namespace dbus { namespace
256 } // namespace dbus
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.h 15 #include "chromeos/dbus/bluetooth_profile_service_provider.h"
16 #include "dbus/object_path.h"
19 namespace dbus { namespace
23 } // namespace dbus
63 const dbus::ObjectPath& device_path,
64 scoped_ptr<dbus::FileDescriptor> fd,
68 const dbus::ObjectPath& device_path,
72 // Called by dbus:: on completion of the D-Bus method call to register the
79 // Called by dbus:: on completion of the D-Bus method call to unregister
93 const dbus::ObjectPath& device_path
    [all...]
bluetooth_socket_chromeos.h 15 namespace dbus { namespace
19 } // namespace dbus
44 dbus::FileDescriptor* fd);
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_daemon_client.h 26 namespace dbus { namespace
32 // A class to make the actual DBus calls for mtpd service.
37 // A callback to be called when DBus method call fails.
167 static MediaTransferProtocolDaemonClient* Create(dbus::Bus* bus,
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dbus-listen-preq.py 3 import dbus namespace
7 from dbus.mainloop.glib import DBusGMainLoop
37 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
39 bus = dbus.SystemBus()
47 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
54 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
wpas-test.py 3 import dbus namespace
32 bus = dbus.SystemBus()
34 wpas = dbus.Interface(wpas_obj, WPAS_DBUS_INTERFACE)
40 except dbus.dbus_bindings.DBusException, exc:
44 path = wpas.addInterface(ifname, {'driver': dbus.Variant('wext')})
45 except dbus.dbus_bindings.DBusException, exc:
50 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
59 net = dbus.Interface(net_obj, WPAS_DBUS_BSSID_INTERFACE)
85 wpas.removeInterface(dbus.ObjectPath(path))
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 6 import dbus namespace
12 from dbus.mainloop.glib import DBusGMainLoop
21 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1"
42 # Dbus Paths
72 self.bus = dbus.SystemBus()
76 self.wpas = dbus.Interface(self.wpas_object,
84 except dbus.DBusException, exc:
93 self.p2p_interface = dbus.Interface(self.interface_object,
137 # Dbus interface
p2p_flush.py 7 import dbus namespace
13 from dbus.mainloop.glib import DBusGMainLoop
22 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1"
42 # Dbus Paths
72 self.bus = dbus.SystemBus()
76 self.wpas = dbus.Interface(self.wpas_object,
84 except dbus.DBusException, exc:
93 self.p2p_interface = dbus.Interface(self.interface_object,
137 # Dbus interface
p2p_listen.py 7 import dbus namespace
13 from dbus.mainloop.glib import DBusGMainLoop
23 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1"
43 # Dbus Paths
73 self.bus = dbus.SystemBus()
77 self.wpas = dbus.Interface(self.wpas_object,
85 except dbus.DBusException, exc:
94 self.p2p_interface = dbus.Interface(self.interface_object,
146 # Dbus interface
p2p_find.py 7 import dbus namespace
13 from dbus.mainloop.glib import DBusGMainLoop
23 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1"
46 # Dbus Paths
76 self.bus = dbus.SystemBus()
80 self.wpas = dbus.Interface(self.wpas_object,
88 except dbus.DBusException, exc:
97 self.p2p_interface = dbus.Interface(self.interface_object,
110 P2PFindDict = dbus.Dictionary(
156 # Dbus interfac
    [all...]
p2p_group_add.py 5 import dbus namespace
11 from dbus.mainloop.glib import DBusGMainLoop
24 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1"
54 # Dbus Paths
90 self.bus = dbus.SystemBus()
94 self.wpas = dbus.Interface(self.wpas_object,
102 except dbus.DBusException, exc:
111 self.p2p_interface = dbus.Interface(self.interface_object,
200 # Dbus interface
p2p_invite.py 5 import dbus namespace
11 from dbus.mainloop.glib import DBusGMainLoop
22 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1"
52 # Dbus Paths
87 self.bus = dbus.SystemBus()
91 self.wpas = dbus.Interface(self.wpas_object,
99 except dbus.DBusException, exc:
108 self.p2p_interface = dbus.Interface(self.interface_object,
119 {'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
171 # Dbus interfac
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.h 29 namespace dbus { namespace
62 bool InitWithBus(scoped_refptr<dbus::Bus> optional_bus);
79 void InitOnDBThread(scoped_refptr<dbus::Bus> optional_bus,
149 // DBus handle for communication with klauncher and kwalletd.
150 scoped_refptr<dbus::Bus> session_bus_;
152 dbus::ObjectProxy* kwallet_proxy_;
  /external/chromium_org/chromeos/dbus/ibus/
ibus_component.h 13 namespace dbus { namespace
16 } // namespace dbus
80 bool CHROMEOS_EXPORT PopIBusComponent(dbus::MessageReader* reader,
85 dbus::MessageWriter* writer);
87 // Handles IBusComponent object which is used in dbus communication with

Completed in 599 milliseconds

1 23 4 5