Home
last modified time | relevance | path

Searched refs:response_buffer_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/update_engine/cros/
H A Domaha_request_action.cc553 response_buffer_.insert(response_buffer_.end(), byte_ptr, byte_ptr + length); in ReceivedBytes()
955 string current_response(response_buffer_.begin(), response_buffer_.end()); in TransferComplete()
1004 reinterpret_cast<const char*>(response_buffer_.data()), in TransferComplete()
1005 response_buffer_.size(), in TransferComplete()
1015 if (response_buffer_.empty()) { in TransferComplete()
H A Domaha_request_action.h297 brillo::Blob response_buffer_; variable