HomeSort by relevance Sort by last modified time
    Searched refs:PropertyBase (Results 1 - 7 of 7) sorted by null

  /external/libchrome/dbus/
property.h 133 // PropertyBase is an abstract base-class consisting of the parts of
137 class CHROME_DBUS_EXPORT PropertyBase {
139 PropertyBase();
140 virtual ~PropertyBase();
198 DISALLOW_COPY_AND_ASSIGN(PropertyBase);
234 // call the PropertyBase::Init method.
235 void RegisterProperty(const std::string& name, PropertyBase* property);
260 virtual void Get(PropertyBase* property, GetCallback callback);
261 virtual void OnGet(PropertyBase* property, GetCallback callback,
266 virtual bool GetAndBlock(PropertyBase* property)
    [all...]
property.cc 19 // PropertyBase implementation.
22 PropertyBase::PropertyBase() : property_set_(nullptr), is_valid_(false) {}
24 PropertyBase::~PropertyBase() {}
26 void PropertyBase::Init(PropertySet* property_set, const std::string& name) {
50 PropertyBase* property) {
100 void PropertySet::Get(PropertyBase* property, GetCallback callback) {
115 void PropertySet::OnGet(PropertyBase* property, GetCallback callback,
137 bool PropertySet::GetAndBlock(PropertyBase* property)
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_property.h 20 class Property : public dbus::PropertyBase {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_property.py 8 class PropertyBase(Exception):
11 class PropertyGet(PropertyBase):
14 class PropertySet(PropertyBase):
17 class PropertyDel(PropertyBase):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_property.py 8 class PropertyBase(Exception):
11 class PropertyGet(PropertyBase):
14 class PropertySet(PropertyBase):
17 class PropertyDel(PropertyBase):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_property.py 8 class PropertyBase(Exception):
11 class PropertyGet(PropertyBase):
14 class PropertySet(PropertyBase):
17 class PropertyDel(PropertyBase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_property.py 8 class PropertyBase(Exception):
11 class PropertyGet(PropertyBase):
14 class PropertySet(PropertyBase):
17 class PropertyDel(PropertyBase):

Completed in 116 milliseconds