Searched defs:object_path (Results 1 - 25 of 92) sorted by relevance

1234

/external/chromium_org/dbus/
H A Dmock_exported_object.cc10 const ObjectPath& object_path)
11 : ExportedObject(bus, object_path) {
9 MockExportedObject(Bus* bus, const ObjectPath& object_path) argument
H A Dmock_object_manager.cc11 const ObjectPath& object_path)
12 : ObjectManager(bus, service_name, object_path) {
9 MockObjectManager(Bus* bus, const std::string& service_name, const ObjectPath& object_path) argument
H A Dmock_object_proxy.cc11 const ObjectPath& object_path)
12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
9 MockObjectProxy(Bus* bus, const std::string& service_name, const ObjectPath& object_path) argument
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_service_service_provider.cc15 const dbus::ObjectPath& object_path,
18 : object_path_(object_path),
14 FakeBluetoothGattServiceServiceProvider( const dbus::ObjectPath& object_path, const std::string& uuid, const std::vector<dbus::ObjectPath>& includes) argument
H A Dfake_bluetooth_gatt_service_service_provider.h13 #include "dbus/object_path.h"
24 const dbus::ObjectPath& object_path,
29 const dbus::ObjectPath& object_path() const { return object_path_; } function in class:chromeos::FakeBluetoothGattServiceServiceProvider
H A Dfake_introspectable_client.cc9 #include "dbus/object_path.h"
20 const dbus::ObjectPath& object_path,
22 VLOG(1) << "Introspect: " << service_name << " " << object_path.value();
23 callback.Run(service_name, object_path, "", false);
19 Introspect(const std::string& service_name, const dbus::ObjectPath& object_path, const IntrospectCallback& callback) argument
H A Dbluetooth_input_client.h15 #include "dbus/object_path.h"
40 // Called when the remote device with object path |object_path| implementing
43 virtual void InputAdded(const dbus::ObjectPath& object_path) {} argument
45 // Called when the remote device with object path |object_path| is removed
48 virtual void InputRemoved(const dbus::ObjectPath& object_path) {} argument
50 // Called when the device with object path |object_path| has a
53 virtual void InputPropertyChanged(const dbus::ObjectPath& object_path, argument
60 // devices. Check the |object_path| parameter of observer methods to
65 // Obtain the properties for the device with object path |object_path|,
67 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
[all...]
H A Dfake_bluetooth_gatt_characteristic_service_provider.h13 #include "dbus/object_path.h"
24 const dbus::ObjectPath& object_path,
44 const dbus::ObjectPath& object_path() const { return object_path_; } function in class:chromeos::FakeBluetoothGattCharacteristicServiceProvider
H A Dfake_bluetooth_gatt_descriptor_service_provider.h13 #include "dbus/object_path.h"
24 const dbus::ObjectPath& object_path,
43 const dbus::ObjectPath& object_path() const { return object_path_; } function in class:chromeos::FakeBluetoothGattDescriptorServiceProvider
H A Dfake_bluetooth_profile_service_provider.cc9 #include "dbus/object_path.h"
14 const dbus::ObjectPath& object_path,
16 : object_path_(object_path),
13 FakeBluetoothProfileServiceProvider( const dbus::ObjectPath& object_path, Delegate* delegate) argument
H A Dfake_modem_messaging_client.cc12 #include "dbus/object_path.h"
23 const dbus::ObjectPath& object_path,
30 const dbus::ObjectPath& object_path) {
35 const dbus::ObjectPath& object_path,
46 const dbus::ObjectPath& object_path,
21 SetSmsReceivedHandler( const std::string& service_name, const dbus::ObjectPath& object_path, const SmsReceivedHandler& handler) argument
28 ResetSmsReceivedHandler( const std::string& service_name, const dbus::ObjectPath& object_path) argument
34 Delete(const std::string& service_name, const dbus::ObjectPath& object_path, const dbus::ObjectPath& sms_path, const DeleteCallback& callback) argument
45 List(const std::string& service_name, const dbus::ObjectPath& object_path, const ListCallback& callback) argument
H A Dfake_sms_client.cc16 #include "dbus/object_path.h"
27 const dbus::ObjectPath& object_path,
36 sms->SetString("Text", "FakeSMSClient: Test Message: " + object_path.value());
26 GetAll(const std::string& service_name, const dbus::ObjectPath& object_path, const GetAllCallback& callback) argument
H A Dnfc_device_client.h18 #include "dbus/object_path.h"
46 // Called when a remote NFC device with the object |object_path| is added
48 virtual void DeviceAdded(const dbus::ObjectPath& object_path) {} argument
50 // Called when a remote NFC device with the object path |object_path| is
52 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) {} argument
55 // with object path |object_path| has acquired a new value.
56 virtual void DevicePropertyChanged(const dbus::ObjectPath& object_path, argument
63 // |object_path| parameter of observer methods to determine which device is
73 // Obtain the properties for the NFC device with object path |object_path|;
75 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
[all...]
H A Dnfc_manager_client.h13 #include "dbus/object_path.h"
41 // Called when a new adapter with object path |object_path| is added to the
43 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {} argument
45 // Called when an adapter with object path |object_path| is removed from the
47 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) {} argument
H A Dbluetooth_gatt_descriptor_client.h14 #include "dbus/object_path.h"
44 // Called when the GATT descriptor with object path |object_path| is added
46 virtual void GattDescriptorAdded(const dbus::ObjectPath& object_path) {} argument
48 // Called when the GATT descriptor with object path |object_path| is removed
50 virtual void GattDescriptorRemoved(const dbus::ObjectPath& object_path) {} argument
52 // Called when the GATT descriptor with object path |object_path| has a
55 const dbus::ObjectPath& object_path,
67 // the |object_path| parameter of observer methods to determine which GATT
76 // |object_path|. Values should be copied if needed.
77 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
54 GattDescriptorPropertyChanged( const dbus::ObjectPath& object_path, const std::string& property_name) argument
[all...]
H A Dbluetooth_gatt_service_client.h13 #include "dbus/object_path.h"
52 // Called when the GATT service with object path |object_path| is added to
54 virtual void GattServiceAdded(const dbus::ObjectPath& object_path) {} argument
56 // Called when the GATT service with object path |object_path| is removed
58 virtual void GattServiceRemoved(const dbus::ObjectPath& object_path) {} argument
60 // Called when the GATT service with object path |object_path| has a change
62 virtual void GattServicePropertyChanged(const dbus::ObjectPath& object_path, argument
69 // the |object_path| parameter of observer methods to determine which GATT
77 // Obtain the properties for the GATT service with object path |object_path|.
79 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
[all...]
H A Dfake_bluetooth_gatt_characteristic_service_provider.cc16 const dbus::ObjectPath& object_path,
22 : object_path_(object_path),
15 FakeBluetoothGattCharacteristicServiceProvider( const dbus::ObjectPath& object_path, Delegate* delegate, const std::string& uuid, const std::vector<std::string>& flags, const std::vector<std::string>& permissions, const dbus::ObjectPath& service_path) argument
H A Dfake_bluetooth_gatt_descriptor_service_provider.cc17 const dbus::ObjectPath& object_path,
22 : object_path_(object_path),
16 FakeBluetoothGattDescriptorServiceProvider( const dbus::ObjectPath& object_path, Delegate* delegate, const std::string& uuid, const std::vector<std::string>& permissions, const dbus::ObjectPath& characteristic_path) argument
H A Dnfc_adapter_client.h16 #include "dbus/object_path.h"
66 // Called when a new adapter with object path |object_path| is added to the
68 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {} argument
70 // Called when an adapter with object path |object_path| is removed from the
72 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) {} argument
75 // with object path |object_path| has acquired a new value.
76 virtual void AdapterPropertyChanged(const dbus::ObjectPath& object_path, argument
83 // Check the |object_path| parameter of the observer methods to determine
91 // Obtains the properties for the adapter with object path |object_path|, any
94 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
[all...]
H A Dnfc_tag_client.h18 #include "dbus/object_path.h"
57 // Called when a remote NFC tag with the object path |object_path| is added
59 virtual void TagAdded(const dbus::ObjectPath& object_path) {} argument
61 // Called when a remote NFC tag with the object path |object_path| is
63 virtual void TagRemoved(const dbus::ObjectPath& object_path) {} argument
66 // object path |object_path| has acquired a new value.
67 virtual void TagPropertyChanged(const dbus::ObjectPath& object_path, argument
70 // Called when all properties for the tag with object path |object_path|
77 virtual void TagPropertiesReceived(const dbus::ObjectPath& object_path) {} argument
83 // |object_path| paramete
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_tag_chromeos.h13 #include "dbus/object_path.h"
38 virtual void TagPropertyChanged(const dbus::ObjectPath& object_path,
41 const dbus::ObjectPath& object_path) OVERRIDE;
44 const dbus::ObjectPath& object_path() const { return object_path_; } function in class:chromeos::NfcTagChromeOS
49 explicit NfcTagChromeOS(const dbus::ObjectPath& object_path);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.h16 #include "dbus/object_path.h"
103 const dbus::ObjectPath& object_path() const { return object_path_; } function in class:chromeos::BluetoothDeviceChromeOS
114 const dbus::ObjectPath& object_path,
120 virtual void GattServiceAdded(const dbus::ObjectPath& object_path) OVERRIDE;
121 virtual void GattServiceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
H A Dbluetooth_gatt_connection_chromeos.cc18 const dbus::ObjectPath& object_path)
22 object_path_(object_path) {
77 const dbus::ObjectPath& object_path) {
78 if (object_path != object_path_)
85 const dbus::ObjectPath& object_path,
87 if (object_path != object_path_)
15 BluetoothGattConnectionChromeOS( scoped_refptr<device::BluetoothAdapter> adapter, const std::string& device_address, const dbus::ObjectPath& object_path) argument
76 DeviceRemoved( const dbus::ObjectPath& object_path) argument
84 DevicePropertyChanged( const dbus::ObjectPath& object_path, const std::string& property_name) argument
H A Dbluetooth_remote_gatt_descriptor_chromeos.h12 #include "dbus/object_path.h"
50 const dbus::ObjectPath& object_path() const { return object_path_; } function in class:chromeos::BluetoothRemoteGattDescriptorChromeOS
57 const dbus::ObjectPath& object_path);
H A Dbluetooth_remote_gatt_service_chromeos.h17 #include "dbus/object_path.h"
64 const dbus::ObjectPath& object_path() const { return object_path_; } function in class:chromeos::BluetoothRemoteGattServiceChromeOS
106 const dbus::ObjectPath& object_path);
111 const dbus::ObjectPath& object_path,
116 const dbus::ObjectPath& object_path) OVERRIDE;
118 const dbus::ObjectPath& object_path) OVERRIDE;
120 const dbus::ObjectPath& object_path,

Completed in 811 milliseconds

1234