Home
last modified time | relevance | path

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

/external/chromium_org/dbus/
Dtest_server.cc16 base::Thread* dbus_thread = new base::Thread("D-Bus Thread"); in main() local
19 CHECK(dbus_thread->StartWithOptions(thread_options)); in main()
22 options.dbus_task_runner = dbus_thread->message_loop_proxy(); in main()
27 base::PlatformThread::Join(dbus_thread->thread_handle()); in main()
Dbus_unittest.cc142 base::Thread dbus_thread("D-Bus thread"); in TEST() local
143 dbus_thread.StartWithOptions(thread_options); in TEST()
147 options.dbus_task_runner = dbus_thread.message_loop_proxy(); in TEST()
191 dbus_thread.Stop(); in TEST()
222 base::Thread dbus_thread("D-Bus thread"); in TEST() local
223 dbus_thread.StartWithOptions(thread_options); in TEST()
227 options.dbus_task_runner = dbus_thread.message_loop_proxy(); in TEST()
255 dbus_thread.Stop(); in TEST()
272 base::Thread dbus_thread("D-Bus thread"); in TEST() local
273 dbus_thread.StartWithOptions(thread_options); in TEST()
[all …]