OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnReceiveError
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/components/proximity_auth/
bluetooth_connection.h
67
void
OnReceiveError
(device::BluetoothSocket::ErrorReason error_reason,
bluetooth_connection.cc
113
base::Bind(&BluetoothConnection::
OnReceiveError
, weak_this));
188
void BluetoothConnection::
OnReceiveError
(
/external/chromium_org/extensions/browser/api/serial/
serial_event_dispatcher.cc
111
serial::
OnReceiveError
::Create(error_info);
113
new extensions::Event(serial::
OnReceiveError
::kEventName, args.Pass()));
/external/chromium_org/extensions/browser/api/sockets_tcp/
tcp_socket_event_dispatcher.cc
148
// Dispatch "
onReceiveError
" event but don't start another read to avoid
154
sockets_tcp::
OnReceiveError
::Create(receive_error_info);
156
new Event(sockets_tcp::
OnReceiveError
::kEventName, args.Pass()));
/external/chromium_org/extensions/browser/api/sockets_udp/
udp_socket_event_dispatcher.cc
133
// Dispatch "
onReceiveError
" event but don't start another read to avoid
139
sockets_udp::
OnReceiveError
::Create(receive_error_info);
141
new Event(sockets_udp::
OnReceiveError
::kEventName, args.Pass()));
/external/chromium_org/components/pairing/
bluetooth_host_pairing_controller.cc
210
base::Bind(&BluetoothHostPairingController::
OnReceiveError
,
235
base::Bind(&BluetoothHostPairingController::
OnReceiveError
,
260
void BluetoothHostPairingController::
OnReceiveError
(
bluetooth_controller_pairing_controller.cc
168
base::Bind(&BluetoothControllerPairingController::
OnReceiveError
,
183
base::Bind(&BluetoothControllerPairingController::
OnReceiveError
,
213
void BluetoothControllerPairingController::
OnReceiveError
(
bluetooth_controller_pairing_controller.h
55
void
OnReceiveError
(device::BluetoothSocket::ErrorReason reason,
bluetooth_host_pairing_controller.h
61
void
OnReceiveError
(device::BluetoothSocket::ErrorReason reason,
/external/chromium_org/device/serial/
data_source_unittest.cc
68
base::Bind(&DataSourceTest::
OnReceiveError
, base::Unretained(this)));
88
// Run the message loop until OnDataReceived or
OnReceiveError
is called.
100
void
OnReceiveError
(int32_t error) {
serial_connection_unittest.cc
122
base::Bind(&SerialConnectionTest::
OnReceiveError
,
166
void
OnReceiveError
(int32_t error) {
/external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_event_dispatcher.cc
223
// Dispatch "
onReceiveError
" event but don't start another read to avoid
230
bluetooth_socket::
OnReceiveError
::Create(receive_error_info);
232
new Event(bluetooth_socket::
OnReceiveError
::kEventName, args.Pass()));
Completed in 134 milliseconds