Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_shill_provider.cc139 const auto& prop_type = properties.find(shill::kTypeProperty); in ProcessDefaultService() local
140 if (prop_type == properties.end()) { in ProcessDefaultService()
145 string type_str = prop_type->second.TryGet<string>(); in ProcessDefaultService()
/system/update_engine/
Dconnection_manager.cc179 const auto& prop_type = properties.find(shill::kTypeProperty); in GetServicePathProperties() local
180 if (prop_type == properties.end()) { in GetServicePathProperties()
186 string type_str = prop_type->second.TryGet<string>(); in GetServicePathProperties()