Home
last modified time | relevance | path

Searched refs:key_value_pair_headers (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/aosp/
Dservice_delegate_android_interface.h61 const std::vector<std::string>& key_value_pair_headers,
68 const std::vector<std::string>& key_value_pair_headers,
121 const std::vector<std::string>& key_value_pair_headers,
Dupdate_attempter_android.h79 const std::vector<std::string>& key_value_pair_headers,
84 const std::vector<std::string>& key_value_pair_headers,
94 const std::vector<std::string>& key_value_pair_headers,
Dupdate_attempter_android.cc121 bool ParseKeyValuePairHeaders(const vector<string>& key_value_pair_headers, in ParseKeyValuePairHeaders() argument
124 for (const string& key_value_pair : key_value_pair_headers) { in ParseKeyValuePairHeaders()
243 const vector<string>& key_value_pair_headers, in ApplyPayload() argument
262 if (!ParseKeyValuePairHeaders(key_value_pair_headers, &headers, error)) { in ApplyPayload()
421 const vector<string>& key_value_pair_headers, in ApplyPayload() argument
446 payload_url, payload_offset, payload_size, key_value_pair_headers, error); in ApplyPayload()
1206 const vector<string>& key_value_pair_headers, in AllocateSpaceForPayload() argument
1209 if (!ParseKeyValuePairHeaders(key_value_pair_headers, &headers, error)) { in AllocateSpaceForPayload()