Searched refs:InitPropertySet (Results 1 – 1 of 1) sorted by relevance
/aosp14/system/core/init/ |
H A D | property_service.cpp | 679 uint32_t InitPropertySet(const std::string& name, const std::string& value) { in InitPropertySet() function 838 InitPropertySet("persist.sys.usb.config", is_debuggable ? "adb" : "none"); in update_sys_usb_config() 842 InitPropertySet("persist.sys.usb.config", config); in update_sys_usb_config() 1311 if (value != UNSET) InitPropertySet(prop.dst_prop, value); in ExportKernelBootProps() 1336 InitPropertySet("ro.boot."s + dp->d_name, dt_file); in ProcessKernelDt() 1345 InitPropertySet("ro.boot." + key.substr(ANDROIDBOOT_PREFIX.size()), value); in ProcessKernelCmdline() 1354 InitPropertySet("ro.boot." + key.substr(ANDROIDBOOT_PREFIX.size()), value); in ProcessBootconfig() 1405 InitPropertySet(persistent_property_record.name(), in HandleInitSocket() 1413 InitPropertySet("ro.persistent_properties.ready", "true"); in HandleInitSocket() 1486 InitPropertySet("ro.property_service.version", "2"); in StartPropertyService()
|