HomeSort by relevance Sort by last modified time
    Searched refs:dbus_thread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/dbus/
test_server.cc 16 base::Thread* dbus_thread = new base::Thread("D-Bus Thread"); local
19 CHECK(dbus_thread->StartWithOptions(thread_options));
22 options.dbus_task_runner = dbus_thread->message_loop_proxy();
27 base::PlatformThread::Join(dbus_thread->thread_handle());
bus_unittest.cc 142 base::Thread dbus_thread("D-Bus thread");
143 dbus_thread.StartWithOptions(thread_options);
147 options.dbus_task_runner = dbus_thread.message_loop_proxy();
191 dbus_thread.Stop();
222 base::Thread dbus_thread("D-Bus thread");
223 dbus_thread.StartWithOptions(thread_options);
227 options.dbus_task_runner = dbus_thread.message_loop_proxy();
255 dbus_thread.Stop();
272 base::Thread dbus_thread("D-Bus thread");
273 dbus_thread.StartWithOptions(thread_options)
    [all...]

Completed in 1034 milliseconds