Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/files/
H A Dimportant_file_writer_unittest.cc231 base::Thread file_writer_thread("ImportantFileWriter test thread"); in TEST_F() local
232 file_writer_thread.Start(); in TEST_F()
233 ImportantFileWriter writer(file_, file_writer_thread.task_runner()); in TEST_F()
241 file_writer_thread.task_runner()->PostTask( in TEST_F()
254 file_writer_thread.FlushForTesting(); in TEST_F()
373 base::Thread file_writer_thread("ImportantFileWriter test thread"); in TEST_F() local
374 file_writer_thread.Start(); in TEST_F()
377 ImportantFileWriter writer(file_, file_writer_thread.task_runner(), in TEST_F()
382 ASSERT_FALSE(file_writer_thread.task_runner()->RunsTasksInCurrentSequence()); in TEST_F()
386 file_writer_thread.task_runner()->RunsTasksInCurrentSequence()); in TEST_F()
[all …]
/aosp_15_r20/external/libchrome/base/files/
H A Dimportant_file_writer_unittest.cc201 base::Thread file_writer_thread("ImportantFileWriter test thread"); in TEST_F() local
202 file_writer_thread.Start(); in TEST_F()
203 ImportantFileWriter writer(file_, file_writer_thread.task_runner()); in TEST_F()
211 file_writer_thread.task_runner()->PostTask( in TEST_F()
224 file_writer_thread.FlushForTesting(); in TEST_F()