Searched refs:out_type (Results 1 – 10 of 10) sorted by relevance
/system/update_engine/ |
D | connection_manager.cc | 135 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()
|
D | connection_manager.h | 43 bool GetConnectionProperties(ConnectionType* out_type, 55 ConnectionType* out_type,
|
D | mock_connection_manager.h | 34 bool(ConnectionType* out_type,
|
D | connection_manager_android.cc | 32 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 | 184 bool GetProxyType(const std::string& proxy, curl_proxytype* out_type);
|
/system/update_engine/payload_generator/ |
D | delta_diff_utils.h | 122 InstallOperation::Type* out_type);
|
D | delta_diff_utils.cc | 763 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()
|