HomeSort by relevance Sort by last modified time
    Searched defs:property_set (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/dbus/
object_manager.cc 251 PropertySet* property_set; local
254 property_set = object->properties_map[interface_name] =
257 property_set->ConnectSignals();
259 property_set = piter->second;
261 property_set->UpdatePropertiesFromReader(reader);
property.h 137 // Initializes the |property_set| and property |name| so that method
139 // PropertySet::RegisterProperty() passing |this| for |property_set| so
141 // no ownership or reference to |property_set| is taken so that object
143 void Init(PropertySet* property_set, const std::string& name);
175 PropertySet* property_set() { return property_set_; } function in class:dbus::PropertyBase
364 property_set()->Get(this, callback);
373 property_set()->Set(this, callback);
391 property_set()->NotifyPropertyChanged(name());
398 property_set()->NotifyPropertyChanged(name());
  /system/core/libcutils/
properties.c 34 int property_set(const char *key, const char *value) function
213 int property_set(const char *key, const char *value) function
303 int property_set(const char *key, const char *value) function
  /system/core/init/
property_service.c 307 int property_set(const char *name, const char *value) function
342 property_set("net.change", name);
414 property_set((char*) msg.name, (char*) msg.value);
463 property_set(key, value);
526 property_set(entry->d_name, value);

Completed in 420 milliseconds