Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp92 uint32_t InitPropertySet(const std::string& name, const std::string& value);
94 uint32_t (*property_set)(const std::string& name, const std::string& value) = InitPropertySet;
263 uint32_t InitPropertySet(const std::string& name, const std::string& value) { in InitPropertySet() function