Searched refs:property_set (Results 1 – 7 of 7) sorted by relevance
143 void Init(PropertySet* property_set, const std::string& name);175 PropertySet* property_set() { return property_set_; } in property_set() function364 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()
454 PropertySet* property_set; in AddInterface() local457 property_set = object->properties_map[interface_name] = in AddInterface()461 property_set = piter->second; in AddInterface()463 property_set->UpdatePropertiesFromReader(reader); in AddInterface()
21 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init() argument23 property_set_ = property_set; in Init()
58 int property_set(const char *key, const char *value);
212 property_set("nfc.bcm2079x.isColdboot", "0"); in HaiInitializeLibrary()
441 if (property_set(PERSIST_BDADDR_PROPERTY, (char*)bdstr) < 0) in btif_fetch_local_bdaddr()
2071 property_set(pidpropname, pidpropval); in main()