Home
last modified time | relevance | path

Searched refs:ERROR_FAILED (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_device_chromeos.cc99 case BluetoothDevice::ERROR_FAILED: in RecordPairingResult()
604 error_code = ERROR_FAILED; in OnConnectError()
687 error_code = ERROR_FAILED; in OnPairError()
689 error_code = ERROR_FAILED; in OnPairError()
Dbluetooth_device.h61 ERROR_FAILED, enumerator
Dbluetooth_chromeos_unittest.cc1093 EXPECT_EQ(BluetoothDevice::ERROR_FAILED, last_connect_error_); in TEST_F()
1593 EXPECT_EQ(BluetoothDevice::ERROR_FAILED, last_connect_error_); in TEST_F()
1680 EXPECT_EQ(BluetoothDevice::ERROR_FAILED, last_connect_error_); in TEST_F()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_handler.cc368 case device::BluetoothDevice::ERROR_FAILED: in ConnectError()