Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dprocess_reaper_unittest.cc49 brillo_loop_.SetAsCurrent(); in SetUp()
56 brillo::BaseMessageLoop brillo_loop_{&base_loop_}; member in brillo::ProcessReaperTest
81 test->brillo_loop_.BreakLoop(); in TEST_F()
83 brillo_loop_.Run(); in TEST_F()
106 test->brillo_loop_.BreakLoop(); in TEST_F()
115 brillo_loop_.Run(); in TEST_F()
125 test->brillo_loop_.BreakLoop(); in TEST_F()
127 brillo_loop_.Run(); in TEST_F()
135 test->brillo_loop_.BreakLoop(); in TEST_F()
143 brillo_loop_.PostDelayedTask(FROM_HERE, in TEST_F()
[all …]
Dasynchronous_signal_handler_unittest.cc28 brillo_loop_.SetAsCurrent(); in SetUp()
36 brillo_loop_.PostTask(FROM_HERE, brillo_loop_.QuitClosure()); in RecordInfoAndQuit()
42 BaseMessageLoop brillo_loop_{&base_loop_}; member in brillo::AsynchronousSignalHandlerTest
84 brillo_loop_.PostDelayedTask(FROM_HERE, in TEST_F()
86 base::Unretained(&brillo_loop_)), in TEST_F()