Home
last modified time | relevance | path

Searched refs:OnSetDiscoverable (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dadapter.h99 void OnSetDiscoverable(SetDiscoverableCallback callback);
H A Dadapter.cc149 base::BindOnce(&Adapter::OnSetDiscoverable, in SetDiscoverable()
347 void Adapter::OnSetDiscoverable(SetDiscoverableCallback callback) { in OnSetDiscoverable() function in bluetooth::Adapter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/bluez/
H A Dbluetooth_adapter_bluez.h370 void OnSetDiscoverable(const base::Closure& callback,
H A Dbluetooth_adapter_bluez.cc429 base::BindOnce(&BluetoothAdapterBlueZ::OnSetDiscoverable, in SetDiscoverable()
1471 void BluetoothAdapterBlueZ::OnSetDiscoverable( in OnSetDiscoverable() function in bluez::BluetoothAdapterBlueZ
H A Dbluetooth_bluez_unittest.cc4202 adapter_bluez->OnSetDiscoverable(GetCallback(), GetErrorCallback(), true); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/bluez/
H A Dbluetooth_adapter_bluez.h378 void OnSetDiscoverable(base::OnceClosure callback,
H A Dbluetooth_adapter_bluez.cc443 base::BindOnce(&BluetoothAdapterBlueZ::OnSetDiscoverable, in SetDiscoverable()
1528 void BluetoothAdapterBlueZ::OnSetDiscoverable(base::OnceClosure callback, in OnSetDiscoverable() function in bluez::BluetoothAdapterBlueZ
H A Dbluetooth_bluez_unittest.cc4136 adapter_bluez->OnSetDiscoverable(GetCallback(), GetErrorCallback(), true); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/bluetooth/
H A Darc_bluetooth_bridge.h489 void OnSetDiscoverable(bool discoverable, bool success, uint32_t timeout);
H A Darc_bluetooth_bridge.cc1083 void ArcBluetoothBridge::OnSetDiscoverable(bool discoverable, in OnSetDiscoverable() function in arc::ArcBluetoothBridge
1116 OnSetDiscoverable(true, true, timeout); in SetDiscoverable()
1127 base::Bind(&ArcBluetoothBridge::OnSetDiscoverable, in SetDiscoverable()
1129 base::Bind(&ArcBluetoothBridge::OnSetDiscoverable, in SetDiscoverable()