Searched refs:dbus_thread (Results 1 – 2 of 2) sorted by relevance
16 base::Thread* dbus_thread = new base::Thread("D-Bus Thread"); in main() local19 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()
142 base::Thread dbus_thread("D-Bus thread"); in TEST() local143 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() local223 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() local273 dbus_thread.StartWithOptions(thread_options); in TEST()[all …]