Home
last modified time | relevance | path

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

/system/logging/logd/
DSerializedFlushToStateTest.cpp90 auto state = SerializedFlushToState{sequence, mask, log_chunks_}; in TestAllReading()
106 log_id_for_each(i) { log_chunks_[i].clear(); } in TestAllReadingWithFutureMessages()
107 auto state = SerializedFlushToState{sequence, mask, log_chunks_}; in TestAllReadingWithFutureMessages()
162 log_chunks_[buffer].emplace_back(std::move(chunk)); in AddChunkWithMessages()
167 std::list<SerializedLogChunk> log_chunks_[LOG_ID_MAX]; member in SerializedFlushToStateTest
262 auto state = SerializedFlushToState{1, kLogMaskAll, log_chunks_}; in TEST_F()
264 ASSERT_EQ(log_chunks_[0].size(), 2U); in TEST_F()
265 auto first_chunk = log_chunks_[0].begin(); in TEST_F()