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

1 2 3 4 5

  /external/chromium_org/dbus/
string_util.h 10 #include "dbus/dbus_export.h"
12 namespace dbus { namespace
17 } // namespace dbus
string_util_unittest.cc 5 #include "dbus/string_util.h"
8 namespace dbus { namespace
31 } // namespace dbus
mock_bus.cc 5 #include "dbus/mock_bus.h"
9 namespace dbus { namespace
17 } // namespace dbus
mock_bus.h 8 #include "dbus/bus.h"
9 #include "dbus/object_path.h"
12 namespace dbus { namespace
81 } // namespace dbus
mock_exported_object.cc 5 #include "dbus/mock_exported_object.h"
7 namespace dbus { namespace
17 } // namespace dbus
mock_exported_object.h 10 #include "dbus/exported_object.h"
11 #include "dbus/object_path.h"
14 namespace dbus { namespace
38 } // namespace dbus
mock_object_manager.cc 5 #include "dbus/mock_object_manager.h"
7 namespace dbus { namespace
18 } // namespace dbus
mock_object_manager.h 10 #include "dbus/message.h"
11 #include "dbus/object_manager.h"
12 #include "dbus/object_path.h"
13 #include "dbus/object_proxy.h"
16 namespace dbus { namespace
40 } // namespace dbus
mock_object_proxy.cc 5 #include "dbus/mock_object_proxy.h"
7 namespace dbus { namespace
18 } // namespace dbus
mock_object_proxy.h 10 #include "dbus/message.h"
11 #include "dbus/object_path.h"
12 #include "dbus/object_proxy.h"
15 namespace dbus { namespace
53 } // namespace dbus
values_util.h 8 #include "dbus/dbus_export.h"
14 namespace dbus { namespace
34 } // namespace dbus
object_path.h 11 #include "dbus/dbus_export.h"
13 namespace dbus { namespace
22 // dbus::MessageReader::PopObjectPath to fill in and from std::string
53 } // namespace dbus
  /external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service.h 13 namespace dbus { namespace
41 scoped_refptr<dbus::ExportedObject> exported_object) = 0;
59 dbus::Bus* bus,
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.h 14 #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);
printer_service_provider.h 11 #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::ExportedObject> exported_object_
    [all...]
  /external/chromium_org/chromeos/dbus/
dbus_thread_manager.h 19 namespace dbus { namespace
118 virtual dbus::Bus* GetSystemBus() = 0;
119 virtual dbus::Bus* GetIBusBus() = 0;
137 const dbus::ObjectPath& object_path) = 0;
157 virtual void RemoveIBusEngineService(const dbus::ObjectPath& object_path) = 0;
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...]
permission_broker_client.h 13 #include "chromeos/dbus/dbus_client_implementation_type.h"
15 namespace dbus { namespace
17 } // namespace dbus
38 dbus::Bus* bus);
blocking_method_caller.h 11 #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_;
bluetooth_agent_manager_client.h 14 #include "chromeos/dbus/dbus_client_implementation_type.h"
15 #include "dbus/object_path.h"
17 namespace dbus { namespace
19 } // namespace dbus
40 virtual void RegisterAgent(const dbus::ObjectPath& agent_path,
47 virtual void UnregisterAgent(const dbus::ObjectPath& agent_path,
53 virtual void RequestDefaultAgent(const dbus::ObjectPath& agent_path,
59 dbus::Bus* bus);
cras_audio_client.h 11 #include "chromeos/dbus/audio_node.h"
12 #include "chromeos/dbus/dbus_client_implementation_type.h"
13 #include "chromeos/dbus/volume_state.h"
15 namespace dbus { namespace
21 // CrasAudioClient is used to communicate with the cras audio dbus interface.
97 dbus::Bus* bus);
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.h 12 namespace dbus { namespace
32 WlanApiInterface* NewWlanApiForTesting(dbus::Bus* bus);
  /external/chromium_org/chromeos/dbus/ibus/
ibus_config_client.h 14 #include "chromeos/dbus/dbus_client_implementation_type.h"
15 #include "dbus/object_path.h"
17 namespace dbus { namespace
19 } // namespace dbus
26 // A class to make the actual DBus calls for IBusConfig service.
65 dbus::Bus* bus);
ibus_engine_factory_service.h 12 #include "chromeos/dbus/dbus_client_implementation_type.h"
14 namespace dbus { namespace
17 } // namespace dbus
21 // A class to make the actual DBus method call handling for IBusEngineFactory
26 typedef base::Callback<void(const dbus::ObjectPath& path)>
44 virtual dbus::ObjectPath GenerateUniqueObjectPath() = 0;
49 dbus::Bus* bus,

Completed in 154 milliseconds

1 2 3 4 5