Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_manager.cc124 ConnectionType* out_type, ConnectionTethering* out_tethering) { in GetConnectionProperties() argument
133 GetServicePathProperties(default_service_path, out_type, out_tethering)); in GetConnectionProperties()
156 ConnectionType* out_type, in GetServicePathProperties() argument
182 *out_type = ConnectionType::kUnknown; in GetServicePathProperties()
194 *out_type = ConnectionType::kUnknown; in GetServicePathProperties()
196 *out_type = connection_utils::ParseConnectionType( in GetServicePathProperties()
200 *out_type = connection_utils::ParseConnectionType(type_str); in GetServicePathProperties()
Dconnection_manager.h42 bool GetConnectionProperties(ConnectionType* out_type,
53 ConnectionType* out_type,
Dmock_connection_manager.h34 bool(ConnectionType* out_type,
Dconnection_manager_android.cc30 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.h182 bool GetProxyType(const std::string& proxy, curl_proxytype* out_type);
/system/update_engine/payload_generator/
Ddelta_diff_utils.h120 InstallOperation_Type* out_type);
Ddelta_diff_utils.cc596 InstallOperation_Type* out_type) { in GenerateBestFullOperation() argument
606 *out_type = InstallOperation::ZERO; in GenerateBestFullOperation()
616 *out_type = InstallOperation::REPLACE_XZ; in GenerateBestFullOperation()
630 *out_type = InstallOperation::REPLACE_BZ; in GenerateBestFullOperation()
638 *out_type = InstallOperation::REPLACE; in GenerateBestFullOperation()