Home
last modified time | relevance | path

Searched refs:property_set (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/dbus/
Dproperty.h143 void Init(PropertySet* property_set, const std::string& name);
175 PropertySet* property_set() { return property_set_; } in property_set() function
364 property_set()->Get(this, callback); in Get()
373 property_set()->Set(this, callback); in Set()
391 property_set()->NotifyPropertyChanged(name()); in ReplaceValueWithSetValue()
398 property_set()->NotifyPropertyChanged(name()); in ReplaceValue()
Dobject_manager.cc454 PropertySet* property_set; in AddInterface() local
457 property_set = object->properties_map[interface_name] = in AddInterface()
461 property_set = piter->second; in AddInterface()
463 property_set->UpdatePropertiesFromReader(reader); in AddInterface()
Dproperty.cc21 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init() argument
23 property_set_ = property_set; in Init()
/external/chromium_org/third_party/hwcplus/include/cutils/
Dproperties.h58 int property_set(const char *key, const char *value);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DHalAdaptation.cpp212 property_set("nfc.bcm2079x.isColdboot", "0"); in HaiInitializeLibrary()
/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c441 if (property_set(PERSIST_BDADDR_PROPERTY, (char*)bdstr) < 0) in btif_fetch_local_bdaddr()
/external/dhcpcd/
Ddhcpcd.c2071 property_set(pidpropname, pidpropval); in main()