Searched refs:key_value_pair_headers (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/update_engine/aosp/ |
H A D | service_delegate_android_interface.h | 60 const std::vector<std::string>& key_value_pair_headers, 67 const std::vector<std::string>& key_value_pair_headers, 109 const std::vector<std::string>& key_value_pair_headers,
|
H A D | update_attempter_android.h | 72 const std::vector<std::string>& key_value_pair_headers, 77 const std::vector<std::string>& key_value_pair_headers, 87 const std::vector<std::string>& key_value_pair_headers,
|
H A D | update_attempter_android.cc | 101 bool ParseKeyValuePairHeaders(const vector<string>& key_value_pair_headers, in ParseKeyValuePairHeaders() argument 104 for (const string& key_value_pair : key_value_pair_headers) { in ParseKeyValuePairHeaders() 176 const vector<string>& key_value_pair_headers, in ApplyPayload() argument 189 if (!ParseKeyValuePairHeaders(key_value_pair_headers, &headers, error)) { in ApplyPayload() 320 const vector<string>& key_value_pair_headers, in ApplyPayload() argument 339 payload_url, payload_offset, payload_size, key_value_pair_headers, error); in ApplyPayload() 984 const vector<string>& key_value_pair_headers, in AllocateSpaceForPayload() argument 991 if (!ParseKeyValuePairHeaders(key_value_pair_headers, &headers, error)) { in AllocateSpaceForPayload()
|
/aosp12/bootable/recovery/updater_sample/ |
H A D | README.md | 126 no other update is running. The extra `key_value_pair_headers` will be 129 `key_value_pair_headers` argument also accepts properties other than HTTP Headers.
|