Searched defs:out_tethering (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Dconnection_manager.cc166 NetworkTethering* out_tethering) {
175 GetServicePathProperties(default_service_path, out_type, out_tethering));
199 NetworkTethering* out_tethering) {
208 // Populate the out_tethering.
212 *out_tethering = NetworkTethering::kUnknown;
216 *out_tethering = ParseTethering(prop_tethering->second.TryGet<string>());
164 GetConnectionProperties( NetworkConnectionType* out_type, NetworkTethering* out_tethering) argument
196 GetServicePathProperties( const dbus::ObjectPath& path, NetworkConnectionType* out_type, NetworkTethering* out_tethering) argument

Completed in 92 milliseconds