Lines Matching refs:second
61 string new_state = property_it->second.TryGet<string>(); in GetStateForService()
135 OnManagerPropertyChange(shill::kDevicesProperty, it->second); in Init()
233 return ContainsKey(device_whitelist_, it->second.TryGet<string>()); in IsMonitoredDevice()
261 OnManagerPropertyChange(shill::kDevicesProperty, it->second); in OnManagerPropertyChangeRegistration()
322 DeviceProxy* device = it->second.device.get(); in OnDevicePropertyChangeRegistration()
334 prop_it->second); in OnDevicePropertyChangeRegistration()
349 DeviceState& device_state = it->second; in OnDevicePropertyChange()
412 if (kv.second.selected_service && in OnServicePropertyChangeRegistration()
413 kv.second.selected_service->GetObjectPath() == path) { in OnServicePropertyChangeRegistration()
414 service = kv.second.selected_service.get(); in OnServicePropertyChangeRegistration()
432 OnServicePropertyChange(path, name, it->second); in OnServicePropertyChangeRegistration()
523 if (kv.second.selected_service && in OnStateChangeForSelectedService()
524 kv.second.selected_service->GetObjectPath() == service_path) { in OnStateChangeForSelectedService()
526 kv.second.service_state = ShillServiceStateToNetworkState(state); in OnStateChangeForSelectedService()
538 if (kv.second.service_state > new_connectivity_state) { in UpdateConnectivityState()
539 new_connectivity_state = kv.second.service_state; in UpdateConnectivityState()