Searched refs:g_properties (Results 1 – 1 of 1) sorted by relevance
39 static std::map<std::string, std::string>& g_properties = *new std::map<std::string, std::string>; variable47 const auto [it, success] = g_properties.insert({key, value}); in __system_property_set()52 g_properties[key] = value; in __system_property_set()57 auto it = g_properties.find(key); in __system_property_get()58 if (it == g_properties.end()) { in __system_property_get()123 auto it = g_properties.find(key); in GetProperty()124 if (it == g_properties.end()) return default_value; in GetProperty()