Searched refs:bytes_received_ (Results 1 – 2 of 2) sorted by relevance
54 bytes_received_(0), in DownloadAction()174 bytes_received_ = 0; in PerformAction()256 bytes_received_ = offset; in SeekToOffset()264 WriteToP2PFile(bytes, length, bytes_received_); in ReceivedBytes()267 bytes_received_ += length; in ReceivedBytes()270 length, bytes_received_, install_plan_.payload_size); in ReceivedBytes()
160 uint64_t bytes_received_; variable