Home
last modified time | relevance | path

Searched refs:out_tethering (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/
Dconnection_manager.cc166 NetworkTethering* out_tethering) { in GetConnectionProperties() argument
175 GetServicePathProperties(default_service_path, out_type, out_tethering)); in GetConnectionProperties()
199 NetworkTethering* out_tethering) { in GetServicePathProperties() argument
212 *out_tethering = NetworkTethering::kUnknown; in GetServicePathProperties()
216 *out_tethering = ParseTethering(prop_tethering->second.TryGet<string>()); in GetServicePathProperties()
Dconnection_manager.h49 NetworkTethering* out_tethering) override;
60 NetworkTethering* out_tethering);
Dmock_connection_manager.h35 NetworkTethering* out_tethering));
Dconnection_manager_interface.h51 NetworkTethering* out_tethering) = 0;