Searched refs:PropertySet (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/core/init/ |
H A D | property_service.cpp | 175 static uint32_t PropertySet(const std::string& name, const std::string& value, std::string* error) { in PropertySet() function 523 return PropertySet(name, value, error); in HandlePropertySet() 789 if (PropertySet(name, value, &error) != PROP_SUCCESS) { in load_override_properties() 855 uint32_t res = PropertySet(base_prop, target_prop_val, &error); in property_initialize_ro_product_props() 884 auto res = PropertySet(ID_PROP, build_id, &error); in property_initialize_build_id() 932 uint32_t res = PropertySet(LEGACY_FINGERPRINT_PROP, legacy_build_fingerprint, &error); in property_derive_legacy_build_fingerprint() 950 uint32_t res = PropertySet(FINGERPRINT_PROP, build_fingerprint, &error); in property_derive_build_fingerprint() 1012 uint32_t res = PropertySet(prop, prop_val, &error); in property_initialize_ro_cpu_abilist() 1094 if (PropertySet(name, value, &error) != PROP_SUCCESS) { in PropertyLoadBootDefaults()
|