Home
last modified time | relevance | path

Searched refs:BluetoothDeviceWin (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_device_win.cc33 BluetoothDeviceWin::BluetoothDeviceWin( in BluetoothDeviceWin() function in device::BluetoothDeviceWin
44 BluetoothDeviceWin::~BluetoothDeviceWin() { in ~BluetoothDeviceWin()
99 bool BluetoothDeviceWin::IsPaired() const { in IsPaired()
178 void BluetoothDeviceWin::ConfirmPairing() { in ConfirmPairing()
182 void BluetoothDeviceWin::RejectPairing() { in RejectPairing()
186 void BluetoothDeviceWin::CancelPairing() { in CancelPairing()
200 void BluetoothDeviceWin::ConnectToService( in ConnectToService()
227 bool BluetoothDeviceWin::IsEqual( in IsEqual()
265 void BluetoothDeviceWin::Update( in Update()
300 void BluetoothDeviceWin::DisconnectGatt() { in DisconnectGatt()
[all …]
H A Dbluetooth_device_win_unittest.cc69 device_.reset(new BluetoothDeviceWin(nullptr, *device_state_, in BluetoothDeviceWinTest()
76 empty_device_.reset(new BluetoothDeviceWin(nullptr, *empty_device_state_, in BluetoothDeviceWinTest()
81 std::unique_ptr<BluetoothDeviceWin> device_;
83 std::unique_ptr<BluetoothDeviceWin> empty_device_;
H A Dbluetooth_device_win.h31 class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin
35 explicit BluetoothDeviceWin(
40 ~BluetoothDeviceWin() override;
172 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceWin);
H A Dbluetooth_remote_gatt_service_win.h22 class BluetoothDeviceWin; variable
32 BluetoothDeviceWin* device,
87 BluetoothDeviceWin* device_;
H A Dbluetooth_socket_win.h28 class BluetoothDeviceWin; variable
41 void Connect(const BluetoothDeviceWin* device,
H A Dbluetooth_adapter_win.cc248 auto device_win = std::make_unique<BluetoothDeviceWin>( in DevicesPolled()
250 BluetoothDeviceWin* device_win_raw = device_win.get(); in DevicesPolled()
258 BluetoothDeviceWin* device_win = in DevicesPolled()
259 static_cast<BluetoothDeviceWin*>(iter->second.get()); in DevicesPolled()
H A Dbluetooth_remote_gatt_service_win.cc21 BluetoothDeviceWin* device, in BluetoothRemoteGattServiceWin()
H A Dbluetooth_socket_win.cc102 void BluetoothSocketWin::Connect(const BluetoothDeviceWin* device, in Connect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_device_win.cc31 BluetoothDeviceWin::BluetoothDeviceWin( in BluetoothDeviceWin() function in device::BluetoothDeviceWin
42 BluetoothDeviceWin::~BluetoothDeviceWin() { in ~BluetoothDeviceWin()
92 bool BluetoothDeviceWin::IsPaired() const { in IsPaired()
145 void BluetoothDeviceWin::GetConnectionInfo( in GetConnectionInfo()
176 void BluetoothDeviceWin::RejectPairing() { in RejectPairing()
180 void BluetoothDeviceWin::CancelPairing() { in CancelPairing()
184 void BluetoothDeviceWin::Disconnect( in Disconnect()
195 void BluetoothDeviceWin::ConnectToService( in ConnectToService()
221 bool BluetoothDeviceWin::IsEqual( in IsEqual()
259 void BluetoothDeviceWin::Update( in Update()
[all …]
H A Dbluetooth_device_win_unittest.cc69 device_.reset(new BluetoothDeviceWin(nullptr, *device_state_, in BluetoothDeviceWinTest()
76 empty_device_.reset(new BluetoothDeviceWin(nullptr, *empty_device_state_, in BluetoothDeviceWinTest()
81 std::unique_ptr<BluetoothDeviceWin> device_;
83 std::unique_ptr<BluetoothDeviceWin> empty_device_;
H A Dbluetooth_device_win.h31 class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin
35 explicit BluetoothDeviceWin(
40 ~BluetoothDeviceWin() override;
172 DISALLOW_COPY_AND_ASSIGN(BluetoothDeviceWin);
H A Dbluetooth_remote_gatt_service_win.h22 class BluetoothDeviceWin; variable
32 BluetoothDeviceWin* device,
87 BluetoothDeviceWin* device_;
H A Dbluetooth_socket_win.h28 class BluetoothDeviceWin; variable
41 void Connect(const BluetoothDeviceWin* device,
H A Dbluetooth_adapter_win.cc255 auto device_win = std::make_unique<BluetoothDeviceWin>( in DevicesPolled()
257 BluetoothDeviceWin* device_win_raw = device_win.get(); in DevicesPolled()
265 BluetoothDeviceWin* device_win = in DevicesPolled()
266 static_cast<BluetoothDeviceWin*>(iter->second.get()); in DevicesPolled()
H A Dbluetooth_remote_gatt_service_win.cc21 BluetoothDeviceWin* device, in BluetoothRemoteGattServiceWin()
H A Dbluetooth_socket_win.cc102 const BluetoothDeviceWin* device, in Connect()