Searched refs:system_properties (Results 1 – 2 of 2) sorted by relevance
192 void GetSystemProperties(std::unordered_map<std::string, std::string>* system_properties) { in GetSystemProperties() argument199 (*system_properties)[name] = value; in GetSystemProperties()204 (*system_properties)[system_property_config.name] = in GetSystemProperties()
651 std::vector<art_apex::KeyValuePair> system_properties; in WriteCacheInfo() local653 system_properties.emplace_back(key, value); in WriteCacheInfo()694 {art_apex::KeyValuePairList(system_properties)}, in WriteCacheInfo()853 const std::unordered_map<std::string, std::string>& system_properties = in CheckSystemPropertiesAreDefault() local857 auto property = system_properties.find(system_property_config.name); in CheckSystemPropertiesAreDefault()858 DCHECK(property != system_properties.end()); in CheckSystemPropertiesAreDefault()888 const std::unordered_map<std::string, std::string>& system_properties = in CheckSystemPropertiesHaveNotChanged() local891 for (const auto& [key, value] : system_properties) { in CheckSystemPropertiesHaveNotChanged()896 auto property_it = system_properties.find(name); in CheckSystemPropertiesHaveNotChanged()897 std::string property = property_it != system_properties.end() ? property_it->second : ""; in CheckSystemPropertiesHaveNotChanged()