Searched refs:CancelPairing (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h35 // delegate, the SetPinCode(), RejectPairing() and CancelPairing() method
56 // delegate, the SetPasskey(), RejectPairing() and CancelPairing() method
80 // and CancelPairing() method calls on this object are translated into the
89 // RejectPairing() and CancelPairing() method calls on this object are
105 bool CancelPairing();
116 // or CancelPairing call.
H A Dbluetooth_device_mac.h52 virtual void CancelPairing() OVERRIDE;
H A Dbluetooth_device_win.h58 virtual void CancelPairing() OVERRIDE;
H A Dbluetooth_device.h92 // provide it, or RejectPairing() or CancelPairing() to reject or cancel
103 // CancelPairing() to reject or cancel the request.
151 // to reject or CancelPairing() on the device to cancel authentication
166 // reject or CancelPairing() on the device to cancel authorization for
295 // After calling Connect, CancelPairing should be called to cancel the pairing
324 virtual void CancelPairing() = 0;
H A Dbluetooth_device_chromeos.h60 virtual void CancelPairing() OVERRIDE;
H A Dbluetooth_pairing_chromeos.cc225 bool BluetoothPairingChromeOS::CancelPairing() { function in class:chromeos::BluetoothPairingChromeOS
H A Dbluetooth_device_chromeos.cc373 void BluetoothDeviceChromeOS::CancelPairing() { function in class:chromeos::BluetoothDeviceChromeOS
378 if (pairing_.get() && pairing_->CancelPairing())
381 // If not we have to send an explicit CancelPairing() to the device instead.
386 CancelPairing(
H A Dbluetooth_device_win.cc242 void BluetoothDeviceWin::CancelPairing() { function in class:device::BluetoothDeviceWin
H A Dbluetooth_chromeos_unittest.cc2461 device->CancelPairing();
2543 device->CancelPairing();
2625 device->CancelPairing();
2665 device->CancelPairing();
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h58 MOCK_METHOD0(CancelPairing, void());
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc111 device->CancelPairing();
208 device->CancelPairing();
215 device->CancelPairing();
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_apitest.cc148 IN_PROC_BROWSER_TEST_F(BluetoothPrivateApiTest, CancelPairing) {
157 EXPECT_CALL(*mock_device_, CancelPairing());
H A Dbluetooth_private_api.cc277 device->CancelPairing();
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_device_client.h183 virtual void CancelPairing(const dbus::ObjectPath& object_path,
H A Dfake_bluetooth_device_client.h69 virtual void CancelPairing(const dbus::ObjectPath& object_path,
H A Dbluetooth_device_client.cc252 virtual void CancelPairing(const dbus::ObjectPath& object_path,
H A Dfake_bluetooth_device_client.cc455 void FakeBluetoothDeviceClient::CancelPairing( function in class:chromeos::FakeBluetoothDeviceClient
459 VLOG(1) << "CancelPairing: " << object_path.value();
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.cc244 device->CancelPairing();
251 device->CancelPairing();
293 device->CancelPairing();
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc341 device->CancelPairing();

Completed in 272 milliseconds