Searched defs:ConnectErrorCallback (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.h267 // The ConnectErrorCallback is used for methods that can fail with an error,
270 typedef base::Callback<void(enum ConnectErrorCode)> ConnectErrorCallback; typedef in class:device::BluetoothDevice
300 const ConnectErrorCallback& error_callback) = 0;
372 const ConnectErrorCallback& error_callback) = 0;
H A Dbluetooth_chromeos_unittest.cc312 void ConnectErrorCallback(BluetoothDevice::ConnectErrorCode error) { function in class:chromeos::BluetoothChromeOSTest
1612 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1663 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1695 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1734 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1751 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1782 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1807 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1883 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1937 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
[all...]
H A Dbluetooth_gatt_chromeos_unittest.cc371 void ConnectErrorCallback(BluetoothDevice::ConnectErrorCode error) { function in class:chromeos::BluetoothGattChromeOSTest
413 base::Bind(&BluetoothGattChromeOSTest::ConnectErrorCallback,
435 base::Bind(&BluetoothGattChromeOSTest::ConnectErrorCallback,
458 base::Bind(&BluetoothGattChromeOSTest::ConnectErrorCallback,

Completed in 437 milliseconds