Lines Matching refs:Any
31 using brillo::Any;
152 service_properties[shill::kTypeProperty] = Any{string{shill::kTypeWifi}}; in Connect()
153 service_properties[shill::kSSIDProperty] = Any{ssid}; in Connect()
155 service_properties[shill::kSecurityProperty] = Any{shill::kSecurityNone}; in Connect()
157 service_properties[shill::kPassphraseProperty] = Any{passphrase}; in Connect()
158 service_properties[shill::kSecurityProperty] = Any{shill::kSecurityPsk}; in Connect()
160 service_properties[shill::kSaveCredentialsProperty] = Any{true}; in Connect()
161 service_properties[shill::kAutoConnectProperty] = Any{true}; in Connect()
265 const Any& property_value) { in OnManagerPropertyChange()
339 const Any& property_value) { in OnDevicePropertyChange()
438 const Any& property_value) { in OnServicePropertyChange()