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

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.h232 // The ConnectErrorCallback is used for methods that can fail with an error,
235 typedef base::Callback<void(enum ConnectErrorCode)> ConnectErrorCallback; typedef in class:device::BluetoothDevice
290 const ConnectErrorCallback& error_callback) = 0;
H A Dbluetooth_chromeos_unittest.cc239 void ConnectErrorCallback(enum BluetoothDevice::ConnectErrorCode error) { function in class:chromeos::BluetoothChromeOSTest
907 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
960 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
993 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1032 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1050 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1082 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1107 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1187 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
1248 base::Bind(&BluetoothChromeOSTest::ConnectErrorCallback,
[all...]

Completed in 405 milliseconds