Searched refs:PropertyBase (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chromeos/dbus/
H A Dnfc_property_set.h37 virtual void Get(dbus::PropertyBase* property,
41 virtual void Set(dbus::PropertyBase* property,
H A Dfake_bluetooth_gatt_service_client.h32 virtual void Get(dbus::PropertyBase* property,
35 virtual void Set(dbus::PropertyBase* property,
H A Dfake_bluetooth_input_client.h28 virtual void Get(dbus::PropertyBase* property,
31 virtual void Set(dbus::PropertyBase* property,
H A Dfake_nfc_manager_client.h27 virtual void Get(dbus::PropertyBase* property,
30 virtual void Set(dbus::PropertyBase* property,
H A Dfake_bluetooth_adapter_client.h31 virtual void Get(dbus::PropertyBase* property,
34 virtual void Set(dbus::PropertyBase* property,
H A Dfake_bluetooth_gatt_descriptor_client.h30 virtual void Get(dbus::PropertyBase* property,
33 virtual void Set(dbus::PropertyBase* property,
H A Dfake_nfc_adapter_client.h32 virtual void Get(dbus::PropertyBase* property,
35 virtual void Set(dbus::PropertyBase* property,
H A Dfake_nfc_device_client.h32 virtual void Get(dbus::PropertyBase* property,
35 virtual void Set(dbus::PropertyBase* property,
H A Dfake_nfc_record_client.h33 virtual void Get(dbus::PropertyBase* property,
36 virtual void Set(dbus::PropertyBase* property,
H A Dfake_nfc_tag_client.h30 virtual void Get(dbus::PropertyBase* property,
33 virtual void Set(dbus::PropertyBase* property,
H A Dnfc_property_set.cc34 void NfcPropertySet::Get(dbus::PropertyBase* property,
63 void NfcPropertySet::Set(dbus::PropertyBase* property,
H A Dfake_bluetooth_gatt_characteristic_client.h33 virtual void Get(dbus::PropertyBase* property,
36 virtual void Set(dbus::PropertyBase* property,
H A Dfake_bluetooth_input_client.cc33 dbus::PropertyBase* property,
44 dbus::PropertyBase *property,
H A Dfake_nfc_manager_client.cc25 dbus::PropertyBase* property,
36 dbus::PropertyBase* property,
H A Dfake_bluetooth_gatt_service_client.cc40 dbus::PropertyBase* property,
51 dbus::PropertyBase* property,
H A Dfake_bluetooth_adapter_client.cc51 dbus::PropertyBase* property,
62 dbus::PropertyBase *property,
H A Dfake_bluetooth_device_client.h34 virtual void Get(dbus::PropertyBase* property,
37 virtual void Set(dbus::PropertyBase* property,
H A Dfake_bluetooth_gatt_descriptor_client.cc31 dbus::PropertyBase* property,
42 dbus::PropertyBase* property,
H A Dfake_nfc_device_client.cc34 dbus::PropertyBase* property,
45 dbus::PropertyBase* property,
H A Dfake_nfc_tag_client.cc33 dbus::PropertyBase* property,
44 dbus::PropertyBase* property,
H A Dfake_nfc_adapter_client.cc32 dbus::PropertyBase* property,
43 dbus::PropertyBase* property,
H A Dfake_nfc_record_client.cc61 dbus::PropertyBase* property,
74 dbus::PropertyBase* property,
H A Dfake_bluetooth_gatt_characteristic_client.cc52 dbus::PropertyBase* property,
63 dbus::PropertyBase* property,
/external/chromium_org/dbus/
H A Dproperty.h129 // PropertyBase is an abstract base-class consisting of the parts of
133 class PropertyBase { class in namespace:dbus
135 PropertyBase() : property_set_(NULL) {} function in class:dbus::PropertyBase
185 DISALLOW_COPY_AND_ASSIGN(PropertyBase);
221 // call the PropertyBase::Init method.
222 void RegisterProperty(const std::string& name, PropertyBase* property);
247 virtual void Get(PropertyBase* property, GetCallback callback);
248 virtual void OnGet(PropertyBase* property, GetCallback callback,
267 virtual void Set(PropertyBase* property, SetCallback callback);
268 virtual void OnSet(PropertyBase* propert
[all...]
H A Dproperty.cc18 // PropertyBase implementation.
21 void PropertyBase::Init(PropertySet* property_set, const std::string& name) {
45 PropertyBase* property) {
95 void PropertySet::Get(PropertyBase* property, GetCallback callback) {
110 void PropertySet::OnGet(PropertyBase* property, GetCallback callback,
150 void PropertySet::Set(PropertyBase* property, SetCallback callback) {
166 void PropertySet::OnSet(PropertyBase* property,
200 PropertyBase* property = it->second;

Completed in 208 milliseconds

12