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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chromeos/dbus/
cras_audio_client.cc 5 #include "chromeos/dbus/cras_audio_client.h"
10 #include "chromeos/dbus/cras_audio_client_stub_impl.h"
11 #include "dbus/bus.h"
12 #include "dbus/message.h"
13 #include "dbus/object_path.h"
14 #include "dbus/object_proxy.h"
15 #include "third_party/cros_system_api/dbus/service_constants.h"
22 explicit CrasAudioClientImpl(dbus::Bus* bus)
27 dbus::ObjectPath(cras::kCrasServicePath));
97 dbus::MethodCall method_call(cras::kCrasControlInterface
    [all...]
bluetooth_profile_manager_client.cc 5 #include "chromeos/dbus/bluetooth_profile_manager_client.h"
9 #include "chromeos/dbus/fake_bluetooth_profile_manager_client.h"
10 #include "dbus/bus.h"
11 #include "dbus/message.h"
12 #include "dbus/object_path.h"
13 #include "dbus/object_proxy.h"
14 #include "third_party/cros_system_api/dbus/service_constants.h"
36 explicit BluetoothProfileManagerClientImpl(dbus::Bus* bus)
42 dbus::ObjectPath(
50 virtual void RegisterProfile(const dbus::ObjectPath& profile_path
    [all...]
fake_bluetooth_profile_service_provider.cc 5 #include "chromeos/dbus/fake_bluetooth_profile_service_provider.h"
7 #include "chromeos/dbus/dbus_thread_manager.h"
8 #include "chromeos/dbus/fake_bluetooth_profile_manager_client.h"
9 #include "dbus/object_path.h"
14 const dbus::ObjectPath& object_path,
41 const dbus::ObjectPath& device_path,
42 scoped_ptr<dbus::FileDescriptor> fd,
51 const dbus::ObjectPath& device_path,
mock_gsm_sms_client.h 11 #include "chromeos/dbus/gsm_sms_client.h"
12 #include "dbus/object_path.h"
23 const dbus::ObjectPath& object_path,
27 const dbus::ObjectPath& object_path));
29 const dbus::ObjectPath& object_path,
33 const dbus::ObjectPath& object_path,
37 const dbus::ObjectPath& object_path,
40 const dbus::ObjectPath& object_path));
mock_shill_manager_client.cc 5 #include "chromeos/dbus/mock_shill_manager_client.h"
7 #include "dbus/object_path.h"
mock_shill_profile_client.h 9 #include "chromeos/dbus/shill_profile_client.h"
10 #include "chromeos/dbus/shill_property_changed_observer.h"
11 #include "dbus/object_path.h"
24 void(const dbus::ObjectPath& profile_path,
27 void(const dbus::ObjectPath& profile_path,
30 const dbus::ObjectPath& profile_path,
34 const dbus::ObjectPath& profile_path,
38 MOCK_METHOD4(DeleteEntry, void(const dbus::ObjectPath& profile_path,
shill_ipconfig_client_unittest.cc 7 #include "chromeos/dbus/shill_client_unittest_base.h"
8 #include "chromeos/dbus/shill_ipconfig_client.h"
9 #include "dbus/message.h"
10 #include "dbus/values_util.h"
12 #include "third_party/cros_system_api/dbus/service_constants.h"
30 dbus::ObjectPath(kExampleIPConfigPath)) {
53 dbus::Signal signal(flimflam::kFlimflamIPConfigInterface,
55 dbus::MessageWriter writer(&signal);
57 dbus::AppendBasicTypeValueDataAsVariant(&writer, kConnected);
66 dbus::ObjectPath(kExampleIPConfigPath)
    [all...]
cryptohome_client.cc 5 #include "chromeos/dbus/cryptohome_client.h"
12 #include "chromeos/dbus/blocking_method_caller.h"
13 #include "chromeos/dbus/cryptohome_client_stub.h"
14 #include "dbus/bus.h"
15 #include "dbus/message.h"
16 #include "dbus/object_path.h"
17 #include "dbus/object_proxy.h"
18 #include "third_party/cros_system_api/dbus/service_constants.h"
31 explicit CryptohomeClientImpl(dbus::Bus* bus)
34 dbus::ObjectPath(cryptohome::kCryptohomeServicePath)))
    [all...]
sms_client.cc 4 #include "chromeos/dbus/sms_client.h"
18 #include "dbus/bus.h"
19 #include "dbus/message.h"
20 #include "dbus/object_proxy.h"
21 #include "dbus/values_util.h"
22 #include "third_party/cros_system_api/dbus/service_constants.h"
34 explicit SMSClientImpl(dbus::Bus* bus) : bus_(bus), weak_ptr_factory_(this) {}
39 const dbus::ObjectPath& object_path,
41 dbus::ObjectProxy *proxy = bus_->GetObjectProxy(service_name, object_path);
42 dbus::MethodCall method_call(dbus::kDBusPropertiesInterface
    [all...]
fake_bluetooth_adapter_client.cc 5 #include "chromeos/dbus/fake_bluetooth_adapter_client.h"
11 #include "chromeos/dbus/dbus_thread_manager.h"
12 #include "chromeos/dbus/fake_bluetooth_device_client.h"
13 #include "dbus/object_path.h"
14 #include "third_party/cros_system_api/dbus/service_constants.h"
51 dbus::PropertyBase* property,
52 dbus::PropertySet::GetCallback callback) {
62 dbus::PropertyBase *property,
63 dbus::PropertySet::SetCallback callback) {
108 std::vector<dbus::ObjectPath> FakeBluetoothAdapterClient::GetAdapters()
    [all...]
introspectable_client.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
14 #include "dbus/object_path.h"
16 namespace dbus { namespace
18 } // namespace dbus
32 // http://dbus.freedesktop.org/doc/dbus-specification.html, the fourth
34 typedef base::Callback<void(const std::string&, const dbus::ObjectPath&,
41 const dbus::ObjectPath& object_path,
45 // org.freedesktop.DBus.Introspectable.Introspect and returns the list of
52 dbus::Bus* bus)
    [all...]
modem_messaging_client.cc 4 #include "chromeos/dbus/modem_messaging_client.h"
14 #include "dbus/bus.h"
15 #include "dbus/message.h"
16 #include "dbus/object_proxy.h"
17 #include "third_party/cros_system_api/dbus/service_constants.h"
31 ModemMessagingProxy(dbus::Bus* bus,
33 const dbus::ObjectPath& object_path)
60 void Delete(const dbus::ObjectPath& message_path,
62 dbus::MethodCall method_call(modemmanager::kModemManager1MessagingInterface,
64 dbus::MessageWriter writer(&method_call)
    [all...]
modem_messaging_client.h 14 #include "chromeos/dbus/dbus_client_implementation_type.h"
16 namespace dbus { namespace
30 typedef base::Callback<void(const dbus::ObjectPath& message_path,
32 typedef base::Callback<void(const std::vector<dbus::ObjectPath>& paths)>
40 dbus::Bus* bus);
44 const dbus::ObjectPath& object_path,
49 const dbus::ObjectPath& object_path) = 0;
53 const dbus::ObjectPath& object_path,
54 const dbus::ObjectPath& sms_path,
59 const dbus::ObjectPath& object_path
    [all...]
shill_device_client_unittest.cc 7 #include "chromeos/dbus/shill_client_unittest_base.h"
8 #include "chromeos/dbus/shill_device_client.h"
9 #include "dbus/message.h"
10 #include "dbus/object_path.h"
11 #include "dbus/values_util.h"
13 #include "third_party/cros_system_api/dbus/service_constants.h"
27 dbus::MessageReader* reader) {
40 dbus::MessageReader* reader) {
56 dbus::ObjectPath(kExampleDevicePath)) {
79 dbus::Signal signal(flimflam::kFlimflamDeviceInterface
    [all...]
image_burner_client.cc 5 #include "chromeos/dbus/image_burner_client.h"
9 #include "chromeos/dbus/fake_image_burner_client.h"
10 #include "dbus/bus.h"
11 #include "dbus/message.h"
12 #include "dbus/object_path.h"
13 #include "dbus/object_proxy.h"
14 #include "third_party/cros_system_api/dbus/service_constants.h"
23 explicit ImageBurnerClientImpl(dbus::Bus* bus)
28 dbus::ObjectPath(imageburn::kImageBurnServicePath));
50 dbus::MethodCall method_call(imageburn::kImageBurnServiceInterface
    [all...]
bluetooth_input_client.h 14 #include "chromeos/dbus/dbus_client_implementation_type.h"
15 #include "dbus/object_path.h"
16 #include "dbus/property.h"
18 namespace dbus { namespace
20 } // namespace dbus
29 struct Properties : public dbus::PropertySet {
31 dbus::Property<std::string> reconnect_mode;
33 Properties(dbus::ObjectProxy* object_proxy,
47 virtual void InputAdded(const dbus::ObjectPath& object_path) {}
52 virtual void InputRemoved(const dbus::ObjectPath& object_path) {
    [all...]
  /external/chromium_org/chromeos/dbus/ibus/
ibus_engine_service.cc 5 #include "chromeos/dbus/ibus/ibus_engine_service.h"
10 #include "chromeos/dbus/ibus/ibus_constants.h"
11 #include "chromeos/dbus/ibus/ibus_input_context_client.h"
12 #include "chromeos/dbus/ibus/ibus_lookup_table.h"
13 #include "chromeos/dbus/ibus/ibus_panel_service.h"
14 #include "chromeos/dbus/ibus/ibus_property.h"
15 #include "chromeos/dbus/ibus/ibus_text.h"
17 #include "dbus/bus.h"
18 #include "dbus/exported_object.h"
19 #include "dbus/message.h
    [all...]
ibus_client_unittest.cc 5 #include "chromeos/dbus/ibus/ibus_client.h"
10 #include "chromeos/dbus/ibus/ibus_constants.h"
11 #include "dbus/message.h"
12 #include "dbus/mock_bus.h"
13 #include "dbus/mock_object_proxy.h"
14 #include "dbus/object_path.h"
15 #include "dbus/values_util.h"
33 MOCK_METHOD1(Run, void(const dbus::ObjectPath& object_path));
47 dbus::MethodCall* method_call,
49 const dbus::ObjectProxy::ResponseCallback& callback
    [all...]
  /external/chromium_org/chrome/browser/chromeos/dbus/
display_power_service_provider.h 14 #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);
liveness_service_provider.cc 5 #include "chrome/browser/chromeos/dbus/liveness_service_provider.h"
8 #include "dbus/bus.h"
9 #include "dbus/message.h"
10 #include "third_party/cros_system_api/dbus/service_constants.h"
19 scoped_refptr<dbus::ExportedObject> exported_object) {
39 dbus::MethodCall* method_call,
40 dbus::ExportedObject::ResponseSender response_sender) {
41 response_sender.Run(dbus::Response::FromMethodCall(method_call));
printer_service_provider_unittest.cc 5 #include "chrome/browser/chromeos/dbus/printer_service_provider.h"
7 #include "chrome/browser/chromeos/dbus/service_provider_test_helper.h"
8 #include "dbus/message.h"
9 #include "third_party/cros_system_api/dbus/service_constants.h"
37 dbus::MethodCall method_call(kLibCrosServiceInterface, kPrinterAdded);
38 dbus::MessageWriter writer(&method_call);
46 scoped_ptr<dbus::Response> response(test_helper_.CallMethod(&method_call));
50 dbus::MessageReader reader(response.get());
display_power_service_provider.cc 5 #include "chrome/browser/chromeos/dbus/display_power_service_provider.h"
11 #include "dbus/bus.h"
12 #include "dbus/message.h"
13 #include "third_party/cros_system_api/dbus/service_constants.h"
24 scoped_refptr<dbus::ExportedObject> exported_object) {
51 dbus::MethodCall* method_call,
52 dbus::ExportedObject::ResponseSender response_sender) {
53 dbus::MessageReader reader(method_call);
70 response_sender.Run(dbus::Response::FromMethodCall(method_call));
74 dbus::MethodCall* method_call
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/systemd/
wpa_supplicant.service.in 5 Type=dbus
11 Alias=dbus-fi.epitest.hostap.WPASupplicant.service
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc 14 #include "dbus/bus.h"
15 #include "dbus/message.h"
16 #include "dbus/object_path.h"
17 #include "dbus/object_proxy.h"
50 bool InitWithBus(dbus::Bus* bus);
61 bool GetAdapterDeviceList(std::vector<dbus::ObjectPath>* device_paths);
66 bool GetAccessPointsForAdapter(const dbus::ObjectPath& adapter_path,
72 scoped_ptr<dbus::Response> GetAccessPointProperty(
73 dbus::ObjectProxy* proxy,
76 scoped_refptr<dbus::Bus> system_bus_
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py 3 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.PROPERTIES_IFACE
    [all...]

Completed in 149 milliseconds

1 23 4 5 6 7 8 91011>>