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

/system/update_engine/update_manager/
H A Dreal_shill_provider.cc164 const auto& prop_type = properties.find(shill::kTypeProperty); local
165 if (prop_type == properties.end()) {
170 string type_str = prop_type->second.TryGet<string>();
/system/update_engine/
H A Dconnection_manager.cc220 const auto& prop_type = properties.find(shill::kTypeProperty); local
221 if (prop_type == properties.end()) {
227 string type_str = prop_type->second.TryGet<string>();

Completed in 75 milliseconds