Lines Matching refs:dbus

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(shill::kFlimflamDeviceInterface,
81 dbus::MessageWriter writer(&signal);
94 dbus::ObjectPath(kExampleDevicePath),
102 dbus::ObjectPath(kExampleDevicePath),
116 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
117 dbus::MessageWriter writer(response.get());
118 dbus::MessageWriter array_writer(NULL);
120 dbus::MessageWriter entry_writer(NULL);
135 client_->GetProperties(dbus::ObjectPath(kExampleDevicePath),
143 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
150 client_->ProposeScan(dbus::ObjectPath(kExampleDevicePath),
159 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
171 client_->SetProperty(dbus::ObjectPath(kExampleDevicePath),
185 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
193 client_->ClearProperty(dbus::ObjectPath(kExampleDevicePath),
201 const dbus::ObjectPath expected_result("/result/path");
203 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
204 dbus::MessageWriter writer(response.get());
212 client_->AddIPConfig(dbus::ObjectPath(kExampleDevicePath),
223 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
236 client_->RequirePin(dbus::ObjectPath(kExampleDevicePath),
248 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
261 client_->EnterPin(dbus::ObjectPath(kExampleDevicePath),
273 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
285 client_->UnblockPin(dbus::ObjectPath(kExampleDevicePath),
298 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
312 client_->ChangePin(dbus::ObjectPath(kExampleDevicePath),
324 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
336 client_->Register(dbus::ObjectPath(kExampleDevicePath),
347 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
357 client_->SetCarrier(dbus::ObjectPath(kExampleDevicePath),
367 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
377 client_->Reset(dbus::ObjectPath(kExampleDevicePath),