Searched refs:kPropertyNames (Results 1 – 1 of 1) sorted by relevance
48 const char* kPropertyNames[] = {DhcpProperties::kHostnameProperty, variable67 for (const auto& name : kPropertyNames) { in InitPropertyStore()84 for (const auto& name : kPropertyNames) { in Load()95 for (const auto& name : kPropertyNames) { in Save()135 CHECK(index < arraysize(kPropertyNames)); in ClearMappedStringProperty()136 if (properties_.ContainsString(kPropertyNames[index])) { in ClearMappedStringProperty()137 properties_.RemoveString(kPropertyNames[index]); in ClearMappedStringProperty()145 CHECK(index < arraysize(kPropertyNames)); in GetMappedStringProperty()146 if (properties_.ContainsString(kPropertyNames[index])) { in GetMappedStringProperty()147 return properties_.GetString(kPropertyNames[index]); in GetMappedStringProperty()[all …]