Searched refs:out_type (Results 1 – 10 of 10) sorted by relevance
/system/update_engine/ |
D | connection_manager.cc | 124 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()
|
D | connection_manager.h | 42 bool GetConnectionProperties(ConnectionType* out_type, 53 ConnectionType* out_type,
|
D | mock_connection_manager.h | 34 bool(ConnectionType* out_type,
|
D | connection_manager_android.cc | 30 ConnectionType* out_type, ConnectionTethering* out_tethering) { in GetConnectionProperties() argument
|
D | connection_manager_android.h | 33 bool GetConnectionProperties(ConnectionType* out_type,
|
D | connection_manager_interface.h | 40 virtual bool GetConnectionProperties(ConnectionType* out_type,
|
D | libcurl_http_fetcher.cc | 117 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()
|
D | libcurl_http_fetcher.h | 182 bool GetProxyType(const std::string& proxy, curl_proxytype* out_type);
|
/system/update_engine/payload_generator/ |
D | delta_diff_utils.h | 120 InstallOperation_Type* out_type);
|
D | delta_diff_utils.cc | 596 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()
|