Home | History | Annotate | Download | only in streams

Lines Matching defs:brillo

5 #include <brillo/streams/stream_utils.h>
10 #include <brillo/message_loops/fake_message_loop.h>
11 #include <brillo/message_loops/message_loop.h>
12 #include <brillo/streams/mock_stream.h>
13 #include <brillo/streams/stream_errors.h>
26 brillo::MessageLoop::current()->PostTask(
34 brillo::MessageLoop::current()->PostTask(FROM_HERE, std::get<k>(args));
41 brillo::ErrorPtr error;
42 brillo::Error::AddTo(&error, FROM_HERE, "test", code, "message");
43 brillo::MessageLoop::current()->PostTask(
48 namespace brillo {
300 } // namespace brillo