Searched refs:key_value_pair_headers (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/aosp/ |
D | service_delegate_android_interface.h | 61 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,
|
D | update_attempter_android.h | 79 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,
|
D | update_attempter_android.cc | 121 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()
|