Home
last modified time | relevance | path

Searched refs:out_type (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/
Dconnection_manager.cc135 ConnectionType* out_type, ConnectionTethering* out_tethering) { in GetConnectionProperties() argument
142 *out_type = ConnectionType::kDisconnected; in GetConnectionProperties()
147 GetServicePathProperties(default_service_path, out_type, out_tethering)); in GetConnectionProperties()
170 ConnectionType* out_type, in GetServicePathProperties() argument
196 *out_type = ConnectionType::kUnknown; in GetServicePathProperties()
208 *out_type = ConnectionType::kUnknown; in GetServicePathProperties()
210 *out_type = connection_utils::ParseConnectionType( in GetServicePathProperties()
214 *out_type = connection_utils::ParseConnectionType(type_str); in GetServicePathProperties()
Dconnection_manager.h43 bool GetConnectionProperties(ConnectionType* out_type,
55 ConnectionType* out_type,
Dmock_connection_manager.h34 bool(ConnectionType* out_type,
Dconnection_manager_android.cc32 ConnectionType* out_type, ConnectionTethering* out_tethering) { in GetConnectionProperties() argument
Dconnection_manager_android.h33 bool GetConnectionProperties(ConnectionType* out_type,
Dconnection_manager_interface.h40 virtual bool GetConnectionProperties(ConnectionType* out_type,
Dlibcurl_http_fetcher.cc117 curl_proxytype* out_type) { in GetProxyType() argument
122 *out_type = CURLPROXY_SOCKS5_HOSTNAME; in GetProxyType()
127 *out_type = CURLPROXY_SOCKS4A; in GetProxyType()
134 *out_type = CURLPROXY_HTTP; in GetProxyType()
Dlibcurl_http_fetcher.h184 bool GetProxyType(const std::string& proxy, curl_proxytype* out_type);
/system/update_engine/payload_generator/
Ddelta_diff_utils.h122 InstallOperation::Type* out_type);
Ddelta_diff_utils.cc763 InstallOperation::Type* out_type) { in GenerateBestFullOperation() argument
773 *out_type = InstallOperation::ZERO; in GenerateBestFullOperation()
783 *out_type = InstallOperation::REPLACE_XZ; in GenerateBestFullOperation()
797 *out_type = InstallOperation::REPLACE_BZ; in GenerateBestFullOperation()
805 *out_type = InstallOperation::REPLACE; in GenerateBestFullOperation()