Home
last modified time | relevance | path

Searched refs:BluetoothTaskManagerWin (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_task_manager_win.cc221 BluetoothTaskManagerWin::BluetoothTaskManagerWin( in BluetoothTaskManagerWin() function in device::BluetoothTaskManagerWin
227 BluetoothTaskManagerWin::BluetoothTaskManagerWin( in BluetoothTaskManagerWin() function in device::BluetoothTaskManagerWin
235 BluetoothTaskManagerWin::~BluetoothTaskManagerWin() = default;
238 scoped_refptr<BluetoothTaskManagerWin>
239 BluetoothTaskManagerWin::CreateForTesting( in CreateForTesting()
282 void BluetoothTaskManagerWin::Initialize() { in Initialize()
297 void BluetoothTaskManagerWin::StartPolling() { in StartPolling()
388 void BluetoothTaskManagerWin::OnDevicesPolled( in OnDevicesPolled()
395 void BluetoothTaskManagerWin::PollAdapter() { in PollAdapter()
428 void BluetoothTaskManagerWin::SetPowered( in SetPowered()
[all …]
H A Dbluetooth_adapter_win_unittest.cc40 device::BluetoothTaskManagerWin::DeviceState* state) { in MakeDeviceState()
146 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
152 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
160 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
167 BluetoothTaskManagerWin::AdapterState empty_state; in TEST_F()
173 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
187 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
397 BluetoothTaskManagerWin::DeviceState* laptop_state = devices[1].get(); in TEST_F()
398 BluetoothTaskManagerWin::DeviceState* iphone_state = devices[2].get(); in TEST_F()
436 std::make_unique<BluetoothTaskManagerWin::ServiceRecordState>()); in TEST_F()
[all …]
H A Dbluetooth_device_win_unittest.cc53 device_state_.reset(new BluetoothTaskManagerWin::DeviceState()); in BluetoothDeviceWinTest()
58 std::make_unique<BluetoothTaskManagerWin::ServiceRecordState>(); in BluetoothDeviceWinTest()
64 std::make_unique<BluetoothTaskManagerWin::ServiceRecordState>(); in BluetoothDeviceWinTest()
73 empty_device_state_.reset(new BluetoothTaskManagerWin::DeviceState()); in BluetoothDeviceWinTest()
82 std::unique_ptr<BluetoothTaskManagerWin::DeviceState> device_state_;
84 std::unique_ptr<BluetoothTaskManagerWin::DeviceState> empty_device_state_;
H A Dbluetooth_task_manager_win_unittest.cc18 class BluetoothTaskObserver : public device::BluetoothTaskManagerWin::Observer {
29 const device::BluetoothTaskManagerWin::AdapterState& state) override { in AdapterStateChanged()
64 task_manager_(new BluetoothTaskManagerWin(ui_task_runner_)), in BluetoothTaskManagerWinTest()
74 return BluetoothTaskManagerWin::kPollIntervalMs; in GetPollingIntervalMs()
80 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
H A Dbluetooth_device_win.h37 const BluetoothTaskManagerWin::DeviceState& device_state,
94 bool IsEqual(const BluetoothTaskManagerWin::DeviceState& device_state);
98 void Update(const BluetoothTaskManagerWin::DeviceState& device_state);
118 void UpdateServices(const BluetoothTaskManagerWin::DeviceState& device_state);
129 BluetoothTaskManagerWin::ServiceRecordState>>& service_state,
135 std::unique_ptr<BluetoothTaskManagerWin::ServiceRecordState>>&
H A Dbluetooth_task_manager_win.h45 class DEVICE_BLUETOOTH_EXPORT BluetoothTaskManagerWin
46 : public base::RefCountedThreadSafe<BluetoothTaskManagerWin> {
116 explicit BluetoothTaskManagerWin(
119 static scoped_refptr<BluetoothTaskManagerWin> CreateForTesting(
207 friend class base::RefCountedThreadSafe<BluetoothTaskManagerWin>;
212 BluetoothTaskManagerWin(
216 virtual ~BluetoothTaskManagerWin();
349 DISALLOW_COPY_AND_ASSIGN(BluetoothTaskManagerWin);
H A Dbluetooth_adapter_win.h34 public BluetoothTaskManagerWin::Observer {
76 const BluetoothTaskManagerWin::AdapterState& state) override;
80 const std::vector<std::unique_ptr<BluetoothTaskManagerWin::DeviceState>>&
90 scoped_refptr<BluetoothTaskManagerWin> GetWinBluetoothTaskManager() { in GetWinBluetoothTaskManager()
145 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
H A Dbluetooth_device_win.cc35 const BluetoothTaskManagerWin::DeviceState& device_state, in BluetoothDeviceWin()
228 const BluetoothTaskManagerWin::DeviceState& device_state) { in IsEqual()
266 const BluetoothTaskManagerWin::DeviceState& device_state) { in Update()
309 const BluetoothTaskManagerWin::DeviceState& device_state) { in UpdateServices()
341 BluetoothTaskManagerWin::ServiceRecordState>>& service_state, in DoesGattServiceExist()
358 std::unique_ptr<BluetoothTaskManagerWin::ServiceRecordState>>& in UpdateGattServices()
H A Dbluetooth_remote_gatt_descriptor_win.h23 class BluetoothTaskManagerWin; variable
58 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
H A Dbluetooth_remote_gatt_service_win.h24 class BluetoothTaskManagerWin; variable
98 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
H A Dbluetooth_adapter_win.cc191 const BluetoothTaskManagerWin::AdapterState& state) { in AdapterStateChanged()
213 const std::vector<std::unique_ptr<BluetoothTaskManagerWin::DeviceState>>& in DevicesPolled()
320 base::MakeRefCounted<BluetoothTaskManagerWin>(ui_task_runner_); in Initialize()
335 task_manager_ = BluetoothTaskManagerWin::CreateForTesting( in InitForTest()
H A Dbluetooth_remote_gatt_characteristic_win.h23 class BluetoothTaskManagerWin; variable
103 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
H A Dbluetooth_remote_gatt_service_win.cc192 BluetoothTaskManagerWin::BluetoothLowEnergyUuidToBluetoothUuid(uuid); in IsCharacteristicDiscovered()
210 BluetoothTaskManagerWin::BluetoothLowEnergyUuidToBluetoothUuid( in DoesCharacteristicExist()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_task_manager_win.cc218 BluetoothTaskManagerWin::BluetoothTaskManagerWin( in BluetoothTaskManagerWin() function in device::BluetoothTaskManagerWin
224 BluetoothTaskManagerWin::BluetoothTaskManagerWin( in BluetoothTaskManagerWin() function in device::BluetoothTaskManagerWin
232 BluetoothTaskManagerWin::~BluetoothTaskManagerWin() = default;
235 scoped_refptr<BluetoothTaskManagerWin>
236 BluetoothTaskManagerWin::CreateForTesting( in CreateForTesting()
279 void BluetoothTaskManagerWin::Initialize() { in Initialize()
294 void BluetoothTaskManagerWin::StartPolling() { in StartPolling()
384 void BluetoothTaskManagerWin::OnDevicesPolled( in OnDevicesPolled()
391 void BluetoothTaskManagerWin::PollAdapter() { in PollAdapter()
424 void BluetoothTaskManagerWin::SetPowered( in SetPowered()
[all …]
H A Dbluetooth_adapter_win_unittest.cc40 device::BluetoothTaskManagerWin::DeviceState* state) { in MakeDeviceState()
145 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
151 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
159 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
166 BluetoothTaskManagerWin::AdapterState empty_state; in TEST_F()
172 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
186 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
396 BluetoothTaskManagerWin::DeviceState* laptop_state = devices[1].get(); in TEST_F()
397 BluetoothTaskManagerWin::DeviceState* iphone_state = devices[2].get(); in TEST_F()
435 std::make_unique<BluetoothTaskManagerWin::ServiceRecordState>()); in TEST_F()
[all …]
H A Dbluetooth_device_win_unittest.cc53 device_state_.reset(new BluetoothTaskManagerWin::DeviceState()); in BluetoothDeviceWinTest()
58 std::make_unique<BluetoothTaskManagerWin::ServiceRecordState>(); in BluetoothDeviceWinTest()
64 std::make_unique<BluetoothTaskManagerWin::ServiceRecordState>(); in BluetoothDeviceWinTest()
73 empty_device_state_.reset(new BluetoothTaskManagerWin::DeviceState()); in BluetoothDeviceWinTest()
82 std::unique_ptr<BluetoothTaskManagerWin::DeviceState> device_state_;
84 std::unique_ptr<BluetoothTaskManagerWin::DeviceState> empty_device_state_;
H A Dbluetooth_task_manager_win_unittest.cc18 class BluetoothTaskObserver : public device::BluetoothTaskManagerWin::Observer {
29 const device::BluetoothTaskManagerWin::AdapterState& state) override { in AdapterStateChanged()
64 task_manager_(new BluetoothTaskManagerWin(ui_task_runner_)), in BluetoothTaskManagerWinTest()
74 return BluetoothTaskManagerWin::kPollIntervalMs; in GetPollingIntervalMs()
80 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
H A Dbluetooth_device_win.h37 const BluetoothTaskManagerWin::DeviceState& device_state,
94 bool IsEqual(const BluetoothTaskManagerWin::DeviceState& device_state);
98 void Update(const BluetoothTaskManagerWin::DeviceState& device_state);
118 void UpdateServices(const BluetoothTaskManagerWin::DeviceState& device_state);
129 BluetoothTaskManagerWin::ServiceRecordState>>& service_state,
135 std::unique_ptr<BluetoothTaskManagerWin::ServiceRecordState>>&
H A Dbluetooth_task_manager_win.h45 class DEVICE_BLUETOOTH_EXPORT BluetoothTaskManagerWin
46 : public base::RefCountedThreadSafe<BluetoothTaskManagerWin> {
116 explicit BluetoothTaskManagerWin(
119 static scoped_refptr<BluetoothTaskManagerWin> CreateForTesting(
208 friend class base::RefCountedThreadSafe<BluetoothTaskManagerWin>;
213 BluetoothTaskManagerWin(
217 virtual ~BluetoothTaskManagerWin();
350 DISALLOW_COPY_AND_ASSIGN(BluetoothTaskManagerWin);
H A Dbluetooth_adapter_win.h34 public BluetoothTaskManagerWin::Observer {
81 const BluetoothTaskManagerWin::AdapterState& state) override;
85 const std::vector<std::unique_ptr<BluetoothTaskManagerWin::DeviceState>>&
95 scoped_refptr<BluetoothTaskManagerWin> GetWinBluetoothTaskManager() { in GetWinBluetoothTaskManager()
149 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
H A Dbluetooth_device_win.cc33 const BluetoothTaskManagerWin::DeviceState& device_state, in BluetoothDeviceWin()
222 const BluetoothTaskManagerWin::DeviceState& device_state) { in IsEqual()
260 const BluetoothTaskManagerWin::DeviceState& device_state) { in Update()
303 const BluetoothTaskManagerWin::DeviceState& device_state) { in UpdateServices()
335 BluetoothTaskManagerWin::ServiceRecordState>>& service_state, in DoesGattServiceExist()
352 std::unique_ptr<BluetoothTaskManagerWin::ServiceRecordState>>& in UpdateGattServices()
H A Dbluetooth_remote_gatt_descriptor_win.h23 class BluetoothTaskManagerWin; variable
58 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
H A Dbluetooth_remote_gatt_service_win.h24 class BluetoothTaskManagerWin; variable
98 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
H A Dbluetooth_adapter_win.cc198 const BluetoothTaskManagerWin::AdapterState& state) { in AdapterStateChanged()
220 const std::vector<std::unique_ptr<BluetoothTaskManagerWin::DeviceState>>& in DevicesPolled()
326 base::MakeRefCounted<BluetoothTaskManagerWin>(ui_task_runner_); in Init()
339 task_manager_ = BluetoothTaskManagerWin::CreateForTesting( in InitForTest()
H A Dbluetooth_remote_gatt_characteristic_win.h23 class BluetoothTaskManagerWin; variable
98 scoped_refptr<BluetoothTaskManagerWin> task_manager_;

12