Home
last modified time | relevance | path

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

/external/chromium_org/extensions/browser/api/serial/
Dserial_event_dispatcher.cc111 serial::OnReceiveError::Create(error_info); in ReceiveCallback()
113 new extensions::Event(serial::OnReceiveError::kEventName, args.Pass())); in ReceiveCallback()
/external/chromium_org/extensions/browser/api/sockets_udp/
Dudp_socket_event_dispatcher.cc139 sockets_udp::OnReceiveError::Create(receive_error_info); in ReceiveCallback()
141 new Event(sockets_udp::OnReceiveError::kEventName, args.Pass())); in ReceiveCallback()
/external/chromium_org/components/proximity_auth/
Dbluetooth_connection.cc113 base::Bind(&BluetoothConnection::OnReceiveError, weak_this)); in StartReceive()
188 void BluetoothConnection::OnReceiveError( in OnReceiveError() function in proximity_auth::BluetoothConnection
Dbluetooth_connection.h67 void OnReceiveError(device::BluetoothSocket::ErrorReason error_reason,
/external/chromium_org/extensions/browser/api/sockets_tcp/
Dtcp_socket_event_dispatcher.cc154 sockets_tcp::OnReceiveError::Create(receive_error_info); in ReadCallback()
156 new Event(sockets_tcp::OnReceiveError::kEventName, args.Pass())); in ReadCallback()
/external/chromium_org/components/pairing/
Dbluetooth_host_pairing_controller.cc210 base::Bind(&BluetoothHostPairingController::OnReceiveError, in OnAccept()
235 base::Bind(&BluetoothHostPairingController::OnReceiveError, in OnReceiveComplete()
260 void BluetoothHostPairingController::OnReceiveError( in OnReceiveError() function in pairing_chromeos::BluetoothHostPairingController
Dbluetooth_controller_pairing_controller.cc168 base::Bind(&BluetoothControllerPairingController::OnReceiveError, in OnConnectToService()
183 base::Bind(&BluetoothControllerPairingController::OnReceiveError, in OnReceiveComplete()
213 void BluetoothControllerPairingController::OnReceiveError( in OnReceiveError() function in pairing_chromeos::BluetoothControllerPairingController
Dbluetooth_host_pairing_controller.h61 void OnReceiveError(device::BluetoothSocket::ErrorReason reason,
Dbluetooth_controller_pairing_controller.h55 void OnReceiveError(device::BluetoothSocket::ErrorReason reason,
/external/chromium_org/device/serial/
Ddata_source_unittest.cc68 base::Bind(&DataSourceTest::OnReceiveError, base::Unretained(this))); in Receive()
100 void OnReceiveError(int32_t error) { in OnReceiveError() function in device::DataSourceTest
Dserial_connection_unittest.cc122 base::Bind(&SerialConnectionTest::OnReceiveError, in Receive()
166 void OnReceiveError(int32_t error) { in OnReceiveError() function in device::SerialConnectionTest
/external/chromium_org/extensions/browser/api/bluetooth_socket/
Dbluetooth_socket_event_dispatcher.cc230 bluetooth_socket::OnReceiveError::Create(receive_error_info); in ReceiveErrorCallback()
232 new Event(bluetooth_socket::OnReceiveError::kEventName, args.Pass())); in ReceiveErrorCallback()