Searched defs:out_type (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/
H A Dconnection_manager.cc165 NetworkConnectionType* out_type,
175 GetServicePathProperties(default_service_path, out_type, out_tethering));
198 NetworkConnectionType* out_type,
219 // Populate the out_type property.
223 *out_type = NetworkConnectionType::kUnknown;
235 *out_type = NetworkConnectionType::kUnknown;
237 *out_type = ParseConnectionType(prop_physical->second.TryGet<string>());
240 *out_type = ParseConnectionType(type_str);
164 GetConnectionProperties( NetworkConnectionType* out_type, NetworkTethering* out_tethering) argument
196 GetServicePathProperties( const dbus::ObjectPath& path, NetworkConnectionType* out_type, NetworkTethering* out_tethering) argument
/system/update_engine/common/
H A Dlibcurl_http_fetcher.cc65 curl_proxytype* out_type) {
70 *out_type = CURLPROXY_SOCKS5_HOSTNAME;
75 *out_type = CURLPROXY_SOCKS4A;
82 *out_type = CURLPROXY_HTTP;
64 GetProxyType(const string& proxy, curl_proxytype* out_type) argument
/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc492 InstallOperation_Type* out_type) {
502 *out_type = InstallOperation::ZERO;
512 *out_type = InstallOperation::REPLACE_XZ;
526 *out_type = InstallOperation::REPLACE_BZ;
534 *out_type = InstallOperation::REPLACE;
489 GenerateBestFullOperation(const brillo::Blob& new_data, const PayloadVersion& version, brillo::Blob* out_blob, InstallOperation_Type* out_type) argument

Completed in 92 milliseconds