HomeSort by relevance Sort by last modified time
    Searched full:dbus (Results 201 - 225 of 833) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chromeos/dbus/
update_engine_client.cc 5 #include "chromeos/dbus/update_engine_client.h"
13 #include "dbus/bus.h"
14 #include "dbus/message.h"
15 #include "dbus/object_path.h"
16 #include "dbus/object_proxy.h"
17 #include "third_party/cros_system_api/dbus/service_constants.h"
100 dbus::MethodCall method_call(
103 dbus::MessageWriter writer(&method_call);
110 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
117 dbus::MethodCall method_call
    [all...]
dbus_method_call_status.cc 5 #include "chromeos/dbus/dbus_method_call_status.h"
fake_sms_client.cc 15 #include "chromeos/dbus/fake_sms_client.h"
16 #include "dbus/object_path.h"
24 void FakeSMSClient::Init(dbus::Bus* bus) {}
27 const dbus::ObjectPath& object_path,
mock_session_manager_client.cc 5 #include "chromeos/dbus/mock_session_manager_client.h"
mock_shill_service_client.cc 5 #include "chromeos/dbus/mock_shill_service_client.h"
bluetooth_gatt_service_service_provider.h 12 #include "dbus/bus.h"
13 #include "dbus/object_path.h"
38 dbus::Bus* bus,
39 const dbus::ObjectPath& object_path,
41 const std::vector<dbus::ObjectPath>& includes);
cros_disks_client_unittest.cc 5 #include "chromeos/dbus/cros_disks_client.h"
8 #include "dbus/message.h"
10 #include "third_party/cros_system_api/dbus/service_constants.h"
17 void AppendBoolDictEntry(dbus::MessageWriter* array_writer,
20 dbus::MessageWriter entry_writer(NULL);
28 void AppendStringDictEntry(dbus::MessageWriter* array_writer,
31 dbus::MessageWriter entry_writer(NULL);
61 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
63 dbus::MessageWriter writer(response.get())
    [all...]
fake_nfc_device_client.h 11 #include "chromeos/dbus/nfc_client_helpers.h"
12 #include "chromeos/dbus/nfc_device_client.h"
31 // dbus::PropertySet overrides.
32 virtual void Get(dbus::PropertyBase* property,
33 dbus::PropertySet::GetCallback callback) OVERRIDE;
35 virtual void Set(dbus::PropertyBase* property,
36 dbus::PropertySet::SetCallback callback) OVERRIDE;
43 virtual void Init(dbus::Bus* bus) OVERRIDE;
46 virtual std::vector<dbus::ObjectPath> GetDevicesForAdapter(
47 const dbus::ObjectPath& adapter_path) OVERRIDE
    [all...]
fake_nfc_tag_client.h 10 #include "chromeos/dbus/nfc_client_helpers.h"
11 #include "chromeos/dbus/nfc_tag_client.h"
29 // dbus::PropertySet overrides.
30 virtual void Get(dbus::PropertyBase* property,
31 dbus::PropertySet::GetCallback callback) OVERRIDE;
33 virtual void Set(dbus::PropertyBase* property,
34 dbus::PropertySet::SetCallback callback) OVERRIDE;
41 virtual void Init(dbus::Bus* bus) OVERRIDE;
44 virtual std::vector<dbus::ObjectPath> GetTagsForAdapter(
45 const dbus::ObjectPath& adapter_path) OVERRIDE
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_characteristic_chromeos.h 15 #include "chromeos/dbus/bluetooth_gatt_characteristic_client.h"
16 #include "chromeos/dbus/bluetooth_gatt_descriptor_client.h"
17 #include "dbus/object_path.h"
74 const dbus::ObjectPath& object_path() const { return object_path_; }
81 const dbus::ObjectPath& object_path);
86 const dbus::ObjectPath& object_path,
91 const dbus::ObjectPath& object_path) OVERRIDE;
93 const dbus::ObjectPath& object_path) OVERRIDE;
95 // Called by dbus:: on successful completion of a request to read
100 // Called by dbus:: on unsuccessful completion of a request to read or writ
    [all...]
bluetooth_gatt_notify_session_chromeos.h 11 #include "chromeos/dbus/bluetooth_gatt_characteristic_client.h"
45 const dbus::ObjectPath& characteristic_path);
49 const dbus::ObjectPath& object_path) OVERRIDE;
51 const dbus::ObjectPath& object_path,
71 dbus::ObjectPath object_path_;
bluetooth_socket_chromeos.h 14 #include "chromeos/dbus/bluetooth_profile_manager_client.h"
15 #include "chromeos/dbus/bluetooth_profile_service_provider.h"
16 #include "dbus/object_path.h"
22 namespace dbus { namespace
24 } // namespace dbus
74 const dbus::ObjectPath& object_path() const { return object_path_; }
95 // Called by dbus:: on completion of the ConnectProfile() method.
105 // Called by dbus:: on completion of the RegisterProfile() method call
114 const dbus::ObjectPath& device_path,
115 scoped_ptr<dbus::FileDescriptor> fd
    [all...]
  /external/chromium_org/device/nfc/
nfc.gyp 44 '../../build/linux/system.gyp:dbus',
46 '../../dbus/dbus.gyp:dbus',
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-signals.py 3 import dbus namespace
7 from dbus.mainloop.glib import DBusGMainLoop
30 dbus_interface=dbus.PROPERTIES_IFACE)
34 dbus_interface=dbus.PROPERTIES_IFACE)
49 net = dbus.Interface(net_obj, WPAS_DBUS_BSS_INTERFACE)
53 dbus_interface=dbus.PROPERTIES_IFACE)
59 dbus_interface=dbus.PROPERTIES_IFACE)
63 dbus_interface=dbus.PROPERTIES_IFACE)
68 dbus_interface=dbus.PROPERTIES_IFACE)
73 dbus_interface=dbus.PROPERTIES_IFACE
    [all...]
  /external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider.cc 5 #include "chrome/browser/chromeos/dbus/printer_service_provider.h"
23 #include "dbus/bus.h"
24 #include "dbus/exported_object.h"
25 #include "dbus/message.h"
27 #include "third_party/cros_system_api/dbus/service_constants.h"
97 scoped_refptr<dbus::ExportedObject> exported_object) {
129 dbus::MethodCall* method_call,
130 dbus::ExportedObject::ResponseSender response_sender) {
133 dbus::MessageReader reader(method_call);
143 response_sender.Run(dbus::Response::FromMethodCall(method_call))
    [all...]
proxy_resolution_service_provider.h 16 #include "chrome/browser/chromeos/dbus/cros_dbus_service.h"
17 #include "dbus/exported_object.h"
19 namespace dbus { namespace
48 // This service can be manually tested using dbus-monitor and
49 // dbus-send. For instance, you can resolve proxy configuration for
54 // % dbus-monitor --system interface=org.chromium.TestInterface
58 // % dbus-send --system --type=method_call
84 scoped_refptr<dbus::ExportedObject> exported_object) OVERRIDE;
105 // Called on UI thread from dbus request.
106 void ResolveProxyHandler(dbus::MethodCall* method_call
    [all...]
proxy_resolution_service_provider_unittest.cc 15 #include "chrome/browser/chromeos/dbus/proxy_resolution_service_provider.h"
18 #include "chrome/browser/chromeos/dbus/service_provider_test_helper.h"
19 #include "dbus/message.h"
20 #include "dbus/mock_exported_object.h"
21 #include "third_party/cros_system_api/dbus/service_constants.h"
49 scoped_refptr<dbus::ExportedObject> exported_object));
96 void OnSignalReceived(dbus::Signal* signal) {
105 dbus::MessageReader reader(signal);
133 scoped_refptr<dbus::ExportedObject> exported_object) {
135 dbus::Signal signal(signal_interface
    [all...]
proxy_resolution_service_provider.cc 5 #include "chrome/browser/chromeos/dbus/proxy_resolution_service_provider.h"
12 #include "dbus/bus.h"
13 #include "dbus/message.h"
14 #include "dbus/exported_object.h"
19 #include "third_party/cros_system_api/dbus/service_constants.h"
81 scoped_refptr<dbus::ExportedObject> exported_object) OVERRIDE {
114 scoped_refptr<dbus::ExportedObject> exported_object) {
150 scoped_refptr<dbus::ExportedObject> exported_object,
155 dbus::Signal signal(signal_interface, signal_name);
156 dbus::MessageWriter writer(&signal)
    [all...]
  /external/chromium_org/dbus/
object_proxy_unittest.cc 8 #include "dbus/bus.h"
9 #include "dbus/object_proxy.h"
10 #include "dbus/test_service.h"
13 namespace dbus { namespace
76 } // namespace dbus
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 2 * WPA Supplicant / dbus-based control interface
10 #include <dbus/dbus.h>
25 * @path: The dbus object path
88 * @message: Pointer to incoming dbus message this error refers to
89 * Returns: A dbus error message
103 * @message: Pointer to incoming dbus message this error refers to
104 * Returns: a dbus error message
117 * @message: Pointer to incoming dbus message this error refers to
118 * Returns: a dbus error messag
    [all...]
dbus_old_handlers_wps.c 2 * WPA Supplicant / dbus-based control interface (WPS)
10 #include <dbus/dbus.h>
21 * @message: Pointer to incoming dbus message
23 * Returns: A dbus message containing a UINT32 indicating success (1) or
61 * @message: Pointer to incoming dbus message
63 * Returns: A dbus message containing a UINT32 indicating success (1) or
122 * @message: Pointer to incoming dbus message
124 * Returns: A dbus message containing a UINT32 indicating success (1) or
  /external/chromium_org/third_party/webrtc/base/
dbus.cc 13 #include "webrtc/base/dbus.h"
26 // Releases DBus-Glib symbols.
34 // Loads DBus-Glib symbols.
40 // Loads dbus-glib
42 LOG(LS_WARNING) << "Failed to load dbus-glib symbol table.";
67 // Builds a DBus filter string from given DBus path, interface and member.
123 // It creates a worker-thread to listen signals on DBus. The worker-thread will
152 // Setup DBus connection and start monitoring.
155 LOG(LS_ERROR) << "DBus monitoring setup failed."
    [all...]
  /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_stop_find.py 5 import dbus namespace
11 from dbus.mainloop.glib import DBusGMainLoop
20 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1"
44 # Dbus Paths
74 self.bus = dbus.SystemBus()
78 self.wpas = dbus.Interface(self.wpas_object,
86 except dbus.DBusException, exc:
95 self.p2p_interface = dbus.Interface(self.interface_object,
142 # Dbus interface

Completed in 898 milliseconds

1 2 3 4 5 6 7 891011>>