Home
last modified time | relevance | path

Searched refs:PropertyBase (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/dbus/
Dproperty.h133 class PropertyBase {
135 PropertyBase() : property_set_(NULL) {} in PropertyBase() function
185 DISALLOW_COPY_AND_ASSIGN(PropertyBase);
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* property, SetCallback callback,
319 typedef std::map<const std::string, PropertyBase*> PropertiesMap;
353 class CHROME_DBUS_EXPORT Property : public PropertyBase {
Dproperty.cc21 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init()
45 PropertyBase* property) { in RegisterProperty()
95 void PropertySet::Get(PropertyBase* property, GetCallback callback) { in Get()
110 void PropertySet::OnGet(PropertyBase* property, GetCallback callback, in OnGet()
150 void PropertySet::Set(PropertyBase* property, SetCallback callback) { in Set()
166 void PropertySet::OnSet(PropertyBase* property, SetCallback callback, in OnSet()
199 PropertyBase* property = it->second; in UpdatePropertyFromReader()
/external/chromium_org/chromeos/dbus/
Dnfc_property_set.h37 virtual void Get(dbus::PropertyBase* property,
41 virtual void Set(dbus::PropertyBase* property,
Dfake_nfc_record_client.cc24 dbus::PropertyBase* property, in Get()
35 dbus::PropertyBase* property, in Set()
Dfake_nfc_record_client.h26 virtual void Get(dbus::PropertyBase* property,
29 virtual void Set(dbus::PropertyBase* property,
Dfake_nfc_device_client.h26 virtual void Get(dbus::PropertyBase* property,
29 virtual void Set(dbus::PropertyBase* property,
Dfake_nfc_tag_client.h26 virtual void Get(dbus::PropertyBase* property,
29 virtual void Set(dbus::PropertyBase* property,
Dfake_nfc_manager_client.h27 virtual void Get(dbus::PropertyBase* property,
30 virtual void Set(dbus::PropertyBase* property,
Dfake_nfc_device_client.cc25 dbus::PropertyBase* property, in Get()
36 dbus::PropertyBase* property, in Set()
Dfake_nfc_tag_client.cc25 dbus::PropertyBase* property, in Get()
36 dbus::PropertyBase* property, in Set()
Dfake_bluetooth_input_client.h28 virtual void Get(dbus::PropertyBase* property,
31 virtual void Set(dbus::PropertyBase* property,
Dfake_nfc_adapter_client.h27 virtual void Get(dbus::PropertyBase* property,
30 virtual void Set(dbus::PropertyBase* property,
Dfake_bluetooth_adapter_client.h31 virtual void Get(dbus::PropertyBase* property,
34 virtual void Set(dbus::PropertyBase* property,
Dnfc_property_set.cc34 void NfcPropertySet::Get(dbus::PropertyBase* property, in Get()
63 void NfcPropertySet::Set(dbus::PropertyBase* property, in Set()
Dfake_nfc_manager_client.cc25 dbus::PropertyBase* property, in Get()
36 dbus::PropertyBase* property, in Set()
Dfake_bluetooth_input_client.cc33 dbus::PropertyBase* property, in Get()
44 dbus::PropertyBase *property, in Set()
Dfake_nfc_adapter_client.cc26 dbus::PropertyBase* property, in Get()
37 dbus::PropertyBase* property, in Set()
Dfake_bluetooth_device_client.h34 virtual void Get(dbus::PropertyBase* property,
37 virtual void Set(dbus::PropertyBase* property,
Dfake_bluetooth_adapter_client.cc44 dbus::PropertyBase* property, in Get()
55 dbus::PropertyBase *property, in Set()
Dfake_bluetooth_device_client.cc169 dbus::PropertyBase* property, in Get()
180 dbus::PropertyBase *property, in Set()