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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chromeos/dbus/
shill_client_unittest_base.h 13 #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::MessageReader* reader)> ArgumentCheckCallback
    [all...]
bluetooth_adapter_client.h 15 #include "chromeos/dbus/dbus_client.h"
16 #include "dbus/object_path.h"
17 #include "dbus/property.h"
26 struct Properties : public dbus::PropertySet {
28 dbus::Property<std::string> address;
31 dbus::Property<std::string> name;
36 dbus::Property<std::string> alias;
39 dbus::Property<uint32> bluetooth_class;
42 dbus::Property<bool> powered;
47 dbus::Property<bool> discoverable
    [all...]
fake_nfc_tag_client.cc 5 #include "chromeos/dbus/fake_nfc_tag_client.h"
10 #include "chromeos/dbus/dbus_thread_manager.h"
11 #include "chromeos/dbus/fake_nfc_adapter_client.h"
12 #include "chromeos/dbus/fake_nfc_record_client.h"
13 #include "chromeos/dbus/nfc_client_helpers.h"
14 #include "dbus/object_path.h"
15 #include "third_party/cros_system_api/dbus/service_constants.h"
33 dbus::PropertyBase* property,
34 dbus::PropertySet::GetCallback callback) {
44 dbus::PropertyBase* property
    [all...]
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(shill::kFlimflamIPConfigInterface,
55 dbus::MessageWriter writer(&signal);
57 dbus::AppendBasicTypeValueDataAsVariant(&writer, kConnected);
66 dbus::ObjectPath(kExampleIPConfigPath)
    [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) {
101 void FakeBluetoothAdapterClient::Init(dbus::Bus* bus)
    [all...]
nfc_client_helpers.cc 5 #include "chromeos/dbus/nfc_client_helpers.h"
8 #include "dbus/values_util.h"
16 void OnSuccess(const base::Closure& callback, dbus::Response* response) {
22 dbus::ErrorResponse* response) {
27 dbus::MessageReader reader(response);
39 dbus::Bus* bus)
49 // proxies, as they are owned by dbus::Bus.
52 const dbus::ObjectPath& object_path = iter->first;
59 dbus::ObjectProxy* DBusObjectMap::GetObjectProxy(
60 const dbus::ObjectPath& object_path)
    [all...]
fake_bluetooth_gatt_service_client.h 15 #include "chromeos/dbus/bluetooth_gatt_service_client.h"
16 #include "dbus/object_path.h"
17 #include "dbus/property.h"
31 // dbus::PropertySet override
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;
48 virtual std::vector<dbus::ObjectPath> GetServices() OVERRIDE
    [all...]
fake_nfc_device_client.cc 5 #include "chromeos/dbus/fake_nfc_device_client.h"
11 #include "chromeos/dbus/dbus_thread_manager.h"
12 #include "chromeos/dbus/fake_nfc_adapter_client.h"
13 #include "chromeos/dbus/fake_nfc_record_client.h"
14 #include "chromeos/dbus/nfc_client_helpers.h"
15 #include "dbus/object_path.h"
16 #include "third_party/cros_system_api/dbus/service_constants.h"
34 dbus::PropertyBase* property,
35 dbus::PropertySet::GetCallback callback) {
45 dbus::PropertyBase* property
    [all...]
fake_shill_ipconfig_client.cc 5 #include "chromeos/dbus/fake_shill_ipconfig_client.h"
11 #include "chromeos/dbus/shill_property_changed_observer.h"
12 #include "dbus/bus.h"
13 #include "dbus/message.h"
14 #include "dbus/object_path.h"
15 #include "dbus/object_proxy.h"
16 #include "dbus/values_util.h"
17 #include "third_party/cros_system_api/dbus/service_constants.h"
27 void FakeShillIPConfigClient::Init(dbus::Bus* bus) {
31 const dbus::ObjectPath& ipconfig_path
    [all...]
introspectable_client.cc 5 #include "chromeos/dbus/introspectable_client.h"
12 #include "dbus/bus.h"
13 #include "dbus/message.h"
14 #include "dbus/object_path.h"
15 #include "dbus/object_proxy.h"
21 const char kIntrospectableInterface[] = "org.freedesktop.DBus.Introspectable";
42 const dbus::ObjectPath& object_path,
44 dbus::MethodCall method_call(kIntrospectableInterface, kIntrospect);
46 dbus::ObjectProxy* object_proxy = bus_->GetObjectProxy(service_name,
51 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT
    [all...]
shill_client_helper.cc 5 #include "chromeos/dbus/shill_client_helper.h"
10 #include "dbus/message.h"
11 #include "dbus/object_proxy.h"
12 #include "dbus/values_util.h"
13 #include "third_party/cros_system_api/dbus/service_constants.h"
49 dbus::Response* response) {
54 dbus::MessageReader reader(response);
67 dbus::Response* response) {
72 dbus::MessageReader reader(response);
84 dbus::Response* response)
    [all...]
shill_ipconfig_client.h 13 #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::ObjectPath& ipconfig_path
    [all...]
fake_bluetooth_agent_manager_client.cc 5 #include "chromeos/dbus/fake_bluetooth_agent_manager_client.h"
9 #include "chromeos/dbus/fake_bluetooth_agent_service_provider.h"
10 #include "dbus/object_path.h"
11 #include "third_party/cros_system_api/dbus/service_constants.h"
22 void FakeBluetoothAgentManagerClient::Init(dbus::Bus* bus) {
26 const dbus::ObjectPath& agent_path,
44 const dbus::ObjectPath& agent_path,
60 const dbus::ObjectPath& agent_path,
fake_bluetooth_gatt_characteristic_service_provider.h 12 #include "chromeos/dbus/bluetooth_gatt_characteristic_service_provider.h"
13 #include "dbus/object_path.h"
24 const dbus::ObjectPath& object_path,
29 const dbus::ObjectPath& service_path);
44 const dbus::ObjectPath& object_path() const { return object_path_; }
46 const dbus::ObjectPath& service_path() const { return service_path_; }
50 dbus::ObjectPath object_path_;
56 dbus::ObjectPath service_path_;
fake_bluetooth_gatt_descriptor_service_provider.h 12 #include "chromeos/dbus/bluetooth_gatt_descriptor_service_provider.h"
13 #include "dbus/object_path.h"
24 const dbus::ObjectPath& object_path,
28 const dbus::ObjectPath& characteristic_path);
43 const dbus::ObjectPath& object_path() const { return object_path_; }
45 const dbus::ObjectPath& characteristic_path() const {
51 dbus::ObjectPath object_path_;
57 dbus::ObjectPath characteristic_path_;
fake_bluetooth_profile_manager_client.h 15 #include "chromeos/dbus/bluetooth_profile_manager_client.h"
16 #include "dbus/object_path.h"
17 #include "dbus/property.h"
33 virtual void Init(dbus::Bus* bus) OVERRIDE;
34 virtual void RegisterProfile(const dbus::ObjectPath& profile_path,
39 virtual void UnregisterProfile(const dbus::ObjectPath& profile_path,
60 typedef std::map<dbus::ObjectPath, FakeBluetoothProfileServiceProvider*>
67 typedef std::map<std::string, dbus::ObjectPath> ProfileMap;
mock_shill_manager_client.cc 5 #include "chromeos/dbus/mock_shill_manager_client.h"
7 #include "dbus/object_path.h"
nfc_client_helpers.h 16 #include "chromeos/dbus/nfc_property_set.h"
17 #include "dbus/bus.h"
18 #include "dbus/message.h"
19 #include "dbus/object_path.h"
20 #include "dbus/object_proxy.h"
37 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
41 dbus::Response* response);
46 dbus::ErrorResponse* response);
52 // org.freedesktop.DBus.ObjectManager interface. Remove this once we upgrade
68 dbus::ObjectProxy* object_proxy) = 0
    [all...]
  /external/chromium_org/chrome/browser/chromeos/dbus/
service_provider_test_helper.cc 5 #include "chrome/browser/chromeos/dbus/service_provider_test_helper.h"
8 #include "dbus/message.h"
9 #include "dbus/mock_bus.h"
12 #include "third_party/cros_system_api/dbus/service_constants.h"
34 dbus::Bus::Options options;
35 options.bus_type = dbus::Bus::SYSTEM;
36 mock_bus_ = new dbus::MockBus(options);
44 new dbus::MockExportedObject(mock_bus_.get(),
45 dbus::ObjectPath(kLibCrosServicePath));
57 new dbus::MockObjectProxy(mock_bus_.get()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
DEPS 4 "+dbus",
  /external/chromium_org/dbus/
dbus_export.h 8 // Defines CHROME_DBUS_EXPORT so that functionality implemented by the dbus
11 // from /usr/include/dbus-1.0/dbus/dbus-macros.h.
mock_exported_object.h 10 #include "dbus/exported_object.h"
11 #include "dbus/object_path.h"
14 namespace dbus { namespace
38 } // namespace dbus
object_path.cc 5 #include "dbus/object_path.h"
9 #include "dbus/string_util.h"
11 namespace dbus { namespace
33 } // namespace dbus
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.h 10 #include "chromeos/dbus/nfc_adapter_client.h"
11 #include "chromeos/dbus/nfc_device_client.h"
12 #include "chromeos/dbus/nfc_tag_client.h"
13 #include "dbus/object_path.h"
54 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE;
55 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
57 const dbus::ObjectPath& object_path,
61 virtual void DeviceAdded(const dbus::ObjectPath& object_path) OVERRIDE;
62 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
65 virtual void TagAdded(const dbus::ObjectPath& object_path) OVERRIDE
    [all...]
  /external/chromium_org/mojo/shell/
dbus_service_loader_linux.cc 14 #include "dbus/bus.h"
15 #include "dbus/file_descriptor.h"
16 #include "dbus/message.h"
17 #include "dbus/object_path.h"
18 #include "dbus/object_proxy.h"
19 #include "mojo/dbus/dbus_external_service.h"
34 // Creates a MessagePipe and passes one end over DBus to the service. Then,
37 const scoped_refptr<dbus::Bus>& bus,
59 // the endpoint that should be sent over DBus.
61 scoped_ptr<dbus::FileDescriptor> CreateChannelOnIOThread()
    [all...]

Completed in 174 milliseconds

1 2 3 45 6 7 8 91011>>