Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dconnection_manager.cc127 ConnectionType* out_type, ConnectionTethering* out_tethering) { in GetConnectionProperties() argument
135 *out_tethering = ConnectionTethering::kUnknown; in GetConnectionProperties()
139 GetServicePathProperties(default_service_path, out_type, out_tethering)); in GetConnectionProperties()
163 ConnectionTethering* out_tethering) { in GetServicePathProperties() argument
176 *out_tethering = ConnectionTethering::kUnknown; in GetServicePathProperties()
180 *out_tethering = connection_utils::ParseConnectionTethering( in GetServicePathProperties()
Dconnection_manager.h43 ConnectionTethering* out_tethering) override;
55 ConnectionTethering* out_tethering);
Dmock_connection_manager.h35 ConnectionTethering* out_tethering));
Dconnection_manager_interface.h39 ConnectionTethering* out_tethering) = 0;