Searched defs:dbus (Results 1 - 25 of 94) sorted by path

1234

/external/chromium_org/base/threading/
H A Dthread_restrictions.h53 namespace dbus { namespace
219 friend class dbus::Bus; // http://crbug.com/125222
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dcros_dbus_service.h13 namespace dbus { namespace
41 scoped_refptr<dbus::ExportedObject> exported_object) = 0;
59 dbus::Bus* bus,
H A Ddisplay_power_service_provider.h14 #include "chrome/browser/chromeos/dbus/cros_dbus_service.h"
15 #include "dbus/exported_object.h"
17 namespace dbus { namespace
35 scoped_refptr<dbus::ExportedObject> exported_object) OVERRIDE;
45 void SetDisplayPower(dbus::MethodCall* method_call,
46 dbus::ExportedObject::ResponseSender response_sender);
48 dbus::MethodCall* method_call,
49 dbus::ExportedObject::ResponseSender response_sender);
H A Dliveness_service_provider.h14 #include "chrome/browser/chromeos/dbus/cros_dbus_service.h"
15 #include "dbus/exported_object.h"
17 namespace dbus { namespace
28 // % dbus-send --system --type=method_call --print-reply
44 scoped_refptr<dbus::ExportedObject> exported_object) OVERRIDE;
54 void CheckLiveness(dbus::MethodCall* method_call,
55 dbus::ExportedObject::ResponseSender response_sender);
H A Dprinter_service_provider.h11 #include "chrome/browser/chromeos/dbus/cros_dbus_service.h"
12 #include "dbus/exported_object.h"
14 namespace dbus { namespace
35 // This service can be manually tested dbus-send on ChromeOS.
39 // % dbus-send --system --type=method_call
54 scoped_refptr<dbus::ExportedObject> exported_object) OVERRIDE;
68 // Called on UI thread from dbus request.
69 void PrinterAdded(dbus::MethodCall* method_call,
70 dbus::ExportedObject::ResponseSender response_sender);
72 scoped_refptr<dbus
[all...]
H A Dproxy_resolution_service_provider.h16 #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
[all...]
H A Dscreen_lock_service_provider.h14 #include "chrome/browser/chromeos/dbus/cros_dbus_service.h"
15 #include "dbus/exported_object.h"
17 namespace dbus { namespace
33 scoped_refptr<dbus::ExportedObject> exported_object) OVERRIDE;
43 void LockScreen(dbus::MethodCall* method_call,
44 dbus::ExportedObject::ResponseSender response_sender);
H A Dservice_provider_test_helper.h11 #include "chrome/browser/chromeos/dbus/cros_dbus_service.h"
12 #include "dbus/mock_exported_object.h"
13 #include "dbus/mock_object_proxy.h"
14 #include "dbus/object_proxy.h"
18 namespace dbus { namespace
22 } // namespace dbus
27 // Setups mocking of dbus classes.
51 dbus::ObjectProxy::SignalCallback signal_callback,
52 dbus::ObjectProxy::OnConnectedCallback on_connected_callback);
54 // Calls tested dbus metho
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x.h28 namespace dbus { namespace
67 bool InitWithBus(scoped_refptr<dbus::Bus> optional_bus);
89 void InitOnDBThread(scoped_refptr<dbus::Bus> optional_bus,
152 scoped_refptr<dbus::Bus> session_bus_;
154 dbus::ObjectProxy* kwallet_proxy_;
/external/chromium_org/chromeos/dbus/
H A Dblocking_method_caller.h11 #include "dbus/message.h"
13 namespace dbus { namespace
18 } // namespace dbus
27 BlockingMethodCaller(dbus::Bus* bus, dbus::ObjectProxy* proxy);
31 scoped_ptr<dbus::Response> CallMethodAndBlock(dbus::MethodCall* method_call);
34 dbus::Bus* bus_;
35 dbus::ObjectProxy* proxy_;
H A Dcros_disks_client.h14 #include "chromeos/dbus/dbus_client.h"
15 #include "chromeos/dbus/dbus_client_implementation_type.h"
21 namespace dbus { namespace
28 // completely duplicated in third_party/dbus/service_constants.h. We should
106 DiskInfo(const std::string& device_path, dbus::Response* response);
168 void InitializeFromResponse(dbus::Response* response);
H A Ddbus_client.h10 namespace dbus { namespace
12 } // namespace dbus
26 virtual void Init(dbus::Bus* bus) = 0;
H A Ddbus_method_call_status.h13 namespace dbus { namespace
17 } // namespace dbus
48 const dbus::ObjectPath& result)> ObjectPathDBusMethodCallback;
52 typedef base::Callback<void(const dbus::ObjectPath& result)> ObjectPathCallback;
H A Ddbus_thread_manager.h12 #include "chromeos/dbus/dbus_client_bundle.h"
18 namespace dbus { namespace
21 } // namespace dbus
112 dbus::Bus* GetSystemBus();
168 // Initialize global thread manager instance with all real dbus client
172 // Initialize global thread manager instance with stubbed-out dbus clients
185 scoped_refptr<dbus::Bus> system_bus_;
H A Dgsm_sms_client.h13 #include "chromeos/dbus/dbus_client.h"
20 namespace dbus { namespace
45 const dbus::ObjectPath& object_path,
50 const dbus::ObjectPath& object_path) = 0;
54 const dbus::ObjectPath& object_path,
60 const dbus::ObjectPath& object_path,
66 const dbus::ObjectPath& object_path,
72 const dbus::ObjectPath& object_path) = 0;
H A Dmodem_messaging_client.h14 #include "chromeos/dbus/dbus_client.h"
16 namespace dbus { namespace
29 typedef base::Callback<void(const dbus::ObjectPath& message_path,
31 typedef base::Callback<void(const std::vector<dbus::ObjectPath>& paths)>
42 const dbus::ObjectPath& object_path,
47 const dbus::ObjectPath& object_path) = 0;
51 const dbus::ObjectPath& object_path,
52 const dbus::ObjectPath& sms_path,
57 const dbus::ObjectPath& object_path,
H A Dshill_client_helper.h16 #include "chromeos/dbus/dbus_method_call_status.h"
17 #include "chromeos/dbus/shill_property_changed_observer.h"
26 namespace dbus { namespace
37 } // namespace dbus
76 explicit ShillClientHelper(dbus::ObjectProxy* proxy);
96 void CallVoidMethod(dbus::MethodCall* method_call,
100 void CallObjectPathMethod(dbus::MethodCall* method_call,
105 dbus::MethodCall* method_call,
110 void CallDictionaryValueMethod(dbus::MethodCall* method_call,
114 void CallVoidMethodWithErrorCallback(dbus
[all...]
H A Dshill_client_unittest_base.h13 #include "chromeos/dbus/dbus_method_call_status.h"
14 #include "chromeos/dbus/shill_client_helper.h"
15 #include "chromeos/dbus/shill_property_changed_observer.h"
16 #include "dbus/mock_bus.h"
17 #include "dbus/mock_object_proxy.h"
18 #include "dbus/object_proxy.h"
33 namespace dbus { namespace
37 } // namespace dbus
101 const dbus::ObjectPath& object_path);
110 dbus
[all...]
H A Dshill_device_client.h13 #include "chromeos/dbus/dbus_client.h"
14 #include "chromeos/dbus/shill_client_helper.h"
23 namespace dbus { namespace
27 } // namespace dbus
69 const dbus::ObjectPath& device_path,
74 const dbus::ObjectPath& device_path,
79 virtual void GetProperties(const dbus::ObjectPath& device_path,
84 virtual void ProposeScan(const dbus::ObjectPath& device_path,
89 virtual void SetProperty(const dbus::ObjectPath& device_path,
97 virtual void ClearProperty(const dbus
[all...]
H A Dshill_ipconfig_client.h13 #include "chromeos/dbus/dbus_client.h"
14 #include "chromeos/dbus/shill_client_helper.h"
23 namespace dbus { namespace
27 } // namespace dbus
59 const dbus::ObjectPath& ipconfig_path,
64 const dbus::ObjectPath& ipconfig_path,
69 virtual void Refresh(const dbus::ObjectPath& ipconfig_path,
74 virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,
79 virtual void SetProperty(const dbus::ObjectPath& ipconfig_path,
86 virtual void ClearProperty(const dbus
[all...]
H A Dshill_manager_client.h12 #include "chromeos/dbus/dbus_client.h"
13 #include "chromeos/dbus/dbus_method_call_status.h"
14 #include "chromeos/dbus/shill_client_helper.h"
16 namespace dbus { namespace
187 const dbus::ObjectPath& profile_path,
H A Dshill_profile_client.h13 #include "chromeos/dbus/dbus_client.h"
14 #include "chromeos/dbus/shill_client_helper.h"
23 namespace dbus { namespace
27 } // namespace dbus
101 const dbus::ObjectPath& profile_path,
106 const dbus::ObjectPath& profile_path,
112 const dbus::ObjectPath& profile_path,
118 virtual void GetEntry(const dbus::ObjectPath& profile_path,
125 virtual void DeleteEntry(const dbus::ObjectPath& profile_path,
H A Dshill_service_client.h13 #include "chromeos/dbus/dbus_client.h"
14 #include "chromeos/dbus/shill_client_helper.h"
23 namespace dbus { namespace
27 } // namespace dbus
99 const dbus::ObjectPath& service_path,
104 const dbus::ObjectPath& service_path,
109 virtual void GetProperties(const dbus::ObjectPath& service_path,
114 virtual void SetProperty(const dbus::ObjectPath& service_path,
122 virtual void SetProperties(const dbus::ObjectPath& service_path,
129 virtual void ClearProperty(const dbus
[all...]
H A Dsms_client.h13 #include "chromeos/dbus/dbus_client.h"
19 namespace dbus { namespace
41 const dbus::ObjectPath& object_path,
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler.h18 #include "chromeos/dbus/dbus_method_call_status.h"
27 namespace dbus { namespace
126 const dbus::ObjectPath& service_path);

Completed in 1604 milliseconds

1234