/external/chromium_org/chrome/browser/password_manager/ |
DEPS | 2 "+dbus",
|
/external/chromium_org/chromeos/dbus/ |
DEPS | 2 "+dbus",
|
bluetooth_gatt_service_service_provider.cc | 5 #include "chromeos/dbus/bluetooth_gatt_service_service_provider.h" 13 #include "chromeos/dbus/fake_bluetooth_gatt_service_service_provider.h" 14 #include "dbus/exported_object.h" 15 #include "dbus/message.h" 16 #include "third_party/cros_system_api/dbus/service_constants.h" 21 "org.freedesktop.DBus.Error.InvalidArgs"; 23 "org.freedesktop.DBus.Error.PropertyReadOnly"; 31 dbus::Bus* bus, 32 const dbus::ObjectPath& object_path, 34 const std::vector<dbus::ObjectPath>& includes [all...] |
fake_bluetooth_input_client.h | 11 #include "chromeos/dbus/bluetooth_input_client.h" 12 #include "dbus/object_path.h" 13 #include "dbus/property.h" 27 // dbus::PropertySet override 28 virtual void Get(dbus::PropertyBase* property, 29 dbus::PropertySet::GetCallback callback) OVERRIDE; 31 virtual void Set(dbus::PropertyBase* property, 32 dbus::PropertySet::SetCallback callback) OVERRIDE; 39 virtual void Init(dbus::Bus* bus) OVERRIDE; 42 virtual Properties* GetProperties(const dbus::ObjectPath& object_path [all...] |
nfc_property_set.cc | 5 #include "chromeos/dbus/nfc_property_set.h" 8 #include "third_party/cros_system_api/dbus/service_constants.h" 12 NfcPropertySet::NfcPropertySet(dbus::ObjectProxy* object_proxy, 15 : dbus::PropertySet(object_proxy, interface, callback) { 25 base::Bind(&dbus::PropertySet::ChangedReceived, GetWeakPtr()), 26 base::Bind(&dbus::PropertySet::ChangedConnected, GetWeakPtr())); 34 void NfcPropertySet::Get(dbus::PropertyBase* property, 40 dbus::MethodCall method_call( 43 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, 44 base::Bind(&dbus::PropertySet::OnGetAll [all...] |
shill_profile_client.cc | 5 #include "chromeos/dbus/shill_profile_client.h" 11 #include "chromeos/dbus/dbus_thread_manager.h" 12 #include "chromeos/dbus/shill_property_changed_observer.h" 13 #include "dbus/bus.h" 14 #include "dbus/message.h" 15 #include "dbus/object_path.h" 16 #include "dbus/values_util.h" 17 #include "third_party/cros_system_api/dbus/service_constants.h" 30 const dbus::ObjectPath& profile_path, 36 const dbus::ObjectPath& profile_path [all...] |
mock_shill_service_client.h | 9 #include "chromeos/dbus/shill_property_changed_observer.h" 10 #include "chromeos/dbus/shill_service_client.h" 11 #include "dbus/object_path.h" 21 MOCK_METHOD1(Init, void(dbus::Bus* dbus)); 23 void(const dbus::ObjectPath& service_path, 26 void(const dbus::ObjectPath& service_path, 28 MOCK_METHOD2(GetProperties, void(const dbus::ObjectPath& service_path, 30 MOCK_METHOD5(SetProperty, void(const dbus::ObjectPath& service_path, 35 MOCK_METHOD4(SetProperties, void(const dbus::ObjectPath& service_path [all...] |
sms_client.cc | 4 #include "chromeos/dbus/sms_client.h" 17 #include "dbus/bus.h" 18 #include "dbus/message.h" 19 #include "dbus/object_proxy.h" 20 #include "dbus/values_util.h" 21 #include "third_party/cros_system_api/dbus/service_constants.h" 39 const dbus::ObjectPath& object_path, 41 dbus::ObjectProxy *proxy = bus_->GetObjectProxy(service_name, object_path); 42 dbus::MethodCall method_call(dbus::kDBusPropertiesInterface [all...] |
blocking_method_caller_unittest.cc | 5 #include "chromeos/dbus/blocking_method_caller.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" 49 dbus::Bus::Options options; 50 options.bus_type = dbus::Bus::SYSTEM; 51 mock_bus_ = new dbus::MockBus(options); 54 mock_proxy_ = new dbus::MockObjectProxy( 57 dbus::ObjectPath("/org/chromium/TestObject")) [all...] |
shill_device_client.cc | 5 #include "chromeos/dbus/shill_device_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" 46 const dbus::ObjectPath& device_path, 52 const dbus::ObjectPath& device_path [all...] |
permission_broker_client.cc | 5 #include "chromeos/dbus/permission_broker_client.h" 10 #include "dbus/bus.h" 11 #include "dbus/message.h" 12 #include "dbus/object_proxy.h" 13 #include "third_party/cros_system_api/dbus/service_constants.h" 30 dbus::MethodCall method_call(kPermissionBrokerInterface, 32 dbus::MessageWriter writer(&method_call); 36 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, 45 dbus::MethodCall method_call(kPermissionBrokerInterface, kRequestUsbAccess); 46 dbus::MessageWriter writer(&method_call) [all...] |
/external/chromium_org/device/nfc/ |
DEPS | 2 "+chromeos/dbus", 3 "+dbus", 4 "+third_party/cros_system_api/dbus",
|
/external/chromium_org/chromeos/network/ |
DEPS | 2 "+dbus",
|
/external/chromium_org/mojo/dbus/ |
DEPS | 3 "+dbus",
|
dbus_external_service.cc | 5 #include "mojo/dbus/dbus_external_service.h" 12 #include "dbus/bus.h" 13 #include "dbus/exported_object.h" 14 #include "dbus/file_descriptor.h" 15 #include "dbus/message.h" 16 #include "dbus/object_path.h" 40 dbus::MethodCall* method_call, 41 dbus::ExportedObject::ResponseSender sender) { 42 dbus::MessageReader reader(method_call); 43 dbus::FileDescriptor wrapped_fd [all...] |
/external/chromium_org/device/bluetooth/ |
DEPS | 2 "+chromeos/dbus", 3 "+dbus", 8 "+third_party/cros_system_api/dbus",
|
/external/chromium_org/device/media_transfer_protocol/ |
DEPS | 3 "+dbus", 4 "+chromeos/dbus", 5 "+third_party/cros_system_api/dbus",
|
/external/chromium_org/mojo/services/dbus_echo/ |
DEPS | 3 "+mojo/dbus",
|
/external/chromium_org/chromeos/ |
chromeos.gyp | 23 '../build/linux/system.gyp:dbus', 25 '../dbus/dbus.gyp:dbus', 76 'dbus/audio_node.cc', 77 'dbus/audio_node.h', 78 'dbus/blocking_method_caller.cc', 79 'dbus/blocking_method_caller.h', 80 'dbus/bluetooth_adapter_client.cc', 81 'dbus/bluetooth_adapter_client.h' [all...] |
BUILD.gn | 9 "//third_party/cros_system_api/dbus/power_manager/input_event.proto", 10 "//third_party/cros_system_api/dbus/power_manager/peripheral_battery_status.proto", 11 "//third_party/cros_system_api/dbus/power_manager/policy.proto", 12 "//third_party/cros_system_api/dbus/power_manager/power_supply_properties.proto", 13 "//third_party/cros_system_api/dbus/power_manager/suspend.proto", 15 proto_in_dir = "//third_party/cros_system_api/dbus/power_manager" 16 proto_out_dir = "chromeos/dbus/power_manager"
|
/external/chromium_org/mojo/shell/ |
DEPS | 2 "+dbus",
|
/external/chromium_org/ui/chromeos/ |
DEPS | 2 "+chromeos/dbus",
|
/external/chromium_org/dbus/ |
mock_exported_object.cc | 5 #include "dbus/mock_exported_object.h" 7 namespace dbus { namespace 17 } // namespace dbus
|
/external/chromium_org/chrome/browser/chromeos/system_logs/ |
dbus_log_source.cc | 8 #include "dbus/dbus_statistics.h" 20 response[kDBusLogEntryShort] = dbus::statistics::GetAsString( 21 dbus::statistics::SHOW_INTERFACE, 22 dbus::statistics::FORMAT_ALL); 23 response[kDBusLogEntryLong] = dbus::statistics::GetAsString( 24 dbus::statistics::SHOW_METHOD, 25 dbus::statistics::FORMAT_TOTALS);
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
service_provider_test_helper.h | 11 #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 method [all...] |