Searched refs:OnReceiveError (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.h67 void OnReceiveError(device::BluetoothSocket::ErrorReason error_reason,
H A Dbluetooth_connection.cc113 base::Bind(&BluetoothConnection::OnReceiveError, weak_this));
188 void BluetoothConnection::OnReceiveError( function in class:proximity_auth::BluetoothConnection
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_event_dispatcher.cc111 serial::OnReceiveError::Create(error_info);
113 new extensions::Event(serial::OnReceiveError::kEventName, args.Pass()));
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dtcp_socket_event_dispatcher.cc154 sockets_tcp::OnReceiveError::Create(receive_error_info);
156 new Event(sockets_tcp::OnReceiveError::kEventName, args.Pass()));
/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dudp_socket_event_dispatcher.cc139 sockets_udp::OnReceiveError::Create(receive_error_info);
141 new Event(sockets_udp::OnReceiveError::kEventName, args.Pass()));
/external/chromium_org/components/pairing/
H A Dbluetooth_host_pairing_controller.cc210 base::Bind(&BluetoothHostPairingController::OnReceiveError,
235 base::Bind(&BluetoothHostPairingController::OnReceiveError,
260 void BluetoothHostPairingController::OnReceiveError( function in class:pairing_chromeos::BluetoothHostPairingController
H A Dbluetooth_controller_pairing_controller.cc168 base::Bind(&BluetoothControllerPairingController::OnReceiveError,
183 base::Bind(&BluetoothControllerPairingController::OnReceiveError,
213 void BluetoothControllerPairingController::OnReceiveError( function in class:pairing_chromeos::BluetoothControllerPairingController
H A Dbluetooth_controller_pairing_controller.h55 void OnReceiveError(device::BluetoothSocket::ErrorReason reason,
H A Dbluetooth_host_pairing_controller.h61 void OnReceiveError(device::BluetoothSocket::ErrorReason reason,
/external/chromium_org/device/serial/
H A Ddata_source_unittest.cc68 base::Bind(&DataSourceTest::OnReceiveError, base::Unretained(this)));
88 // Run the message loop until OnDataReceived or OnReceiveError is called.
100 void OnReceiveError(int32_t error) { function in class:device::DataSourceTest
H A Dserial_connection_unittest.cc122 base::Bind(&SerialConnectionTest::OnReceiveError,
166 void OnReceiveError(int32_t error) { function in class:device::SerialConnectionTest
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_event_dispatcher.cc230 bluetooth_socket::OnReceiveError::Create(receive_error_info);
232 new Event(bluetooth_socket::OnReceiveError::kEventName, args.Pass()));

Completed in 51 milliseconds