OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetooth_task_runner_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_task_manager_win_unittest.cc
65
bluetooth_task_runner_
(new base::TestSimpleTaskRunner()),
68
task_manager_->InitializeWithBluetoothTaskRunner(
bluetooth_task_runner_
);
85
scoped_refptr<base::TestSimpleTaskRunner>
bluetooth_task_runner_
;
member in class:device::BluetoothTaskManagerWinTest
92
EXPECT_EQ(1,
bluetooth_task_runner_
->GetPendingTasks().size());
96
bluetooth_task_runner_
->RunPendingTasks();
99
bluetooth_task_runner_
->GetPendingTasks().size());
109
bluetooth_task_runner_
->RunPendingTasks();
120
bluetooth_task_runner_
->ClearPendingTasks();
124
EXPECT_EQ(1,
bluetooth_task_runner_
->GetPendingTasks().size());
125
bluetooth_task_runner_
->RunPendingTasks()
[
all
...]
bluetooth_adapter_win_unittest.cc
93
bluetooth_task_runner_
(new base::TestSimpleTaskRunner()),
99
adapter_win_->InitForTest(ui_task_runner_,
bluetooth_task_runner_
);
136
scoped_refptr<base::TestSimpleTaskRunner>
bluetooth_task_runner_
;
member in class:device::BluetoothAdapterWinTest
196
bluetooth_task_runner_
->ClearPendingTasks();
202
EXPECT_EQ(1,
bluetooth_task_runner_
->GetPendingTasks().size());
226
bluetooth_task_runner_
->ClearPendingTasks();
234
EXPECT_EQ(1,
bluetooth_task_runner_
->GetPendingTasks().size());
272
bluetooth_task_runner_
->ClearPendingTasks();
281
EXPECT_TRUE(
bluetooth_task_runner_
->GetPendingTasks().empty());
321
bluetooth_task_runner_
->ClearPendingTasks()
[
all
...]
bluetooth_task_manager_win.cc
115
bluetooth_task_runner_
= bluetooth_task_runner;
116
bluetooth_task_runner_
->PostTask(
122
DCHECK(
bluetooth_task_runner_
->RunsTasksOnCurrentThread());
150
bluetooth_task_runner_
->PostTask(
161
bluetooth_task_runner_
->PostTask(
168
bluetooth_task_runner_
->PostTask(
206
DCHECK(
bluetooth_task_runner_
->RunsTasksOnCurrentThread());
227
bluetooth_task_runner_
->PostDelayedTask(
235
DCHECK(
bluetooth_task_runner_
->RunsTasksOnCurrentThread());
249
DCHECK(
bluetooth_task_runner_
->RunsTasksOnCurrentThread())
[
all
...]
bluetooth_task_manager_win.h
31
// It delegates the blocking Windows API calls to |
bluetooth_task_runner_
|'s
141
scoped_refptr<base::SequencedTaskRunner>
bluetooth_task_runner_
;
member in class:device::BluetoothTaskManagerWin
Completed in 33 milliseconds