Searched refs:SetPasskey (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h56 // delegate, the SetPasskey(), RejectPairing() and CancelPairing() method
67 void SetPasskey(uint32 passkey);
135 // method calls such as SetPinCode() and SetPasskey().
H A Dbluetooth_device_mac.h49 virtual void SetPasskey(uint32 passkey) OVERRIDE;
H A Dbluetooth_device_win.h55 virtual void SetPasskey(uint32 passkey) OVERRIDE;
H A Dbluetooth_device.h102 // call SetPasskey() on the device to provide it, or RejectPairing() or
313 virtual void SetPasskey(uint32 passkey) = 0;
H A Dbluetooth_device_chromeos.h57 virtual void SetPasskey(uint32 passkey) OVERRIDE;
H A Dbluetooth_pairing_chromeos.cc138 void BluetoothPairingChromeOS::SetPasskey(uint32 passkey) { function in class:chromeos::BluetoothPairingChromeOS
H A Dbluetooth_device_win.cc230 void BluetoothDeviceWin::SetPasskey(uint32 passkey) { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc352 void BluetoothDeviceChromeOS::SetPasskey(uint32 passkey) { function in class:chromeos::BluetoothDeviceChromeOS
356 pairing_->SetPasskey(passkey);
H A Dbluetooth_chromeos_unittest.cc2191 device->SetPasskey(1234);
2827 device->SetPasskey(1234);
3121 device->SetPasskey(1234);
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h55 MOCK_METHOD1(SetPasskey, void(uint32));
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.cc267 device->SetPasskey(*options.passkey.get());
H A Dbluetooth_private_apitest.cc181 EXPECT_CALL(*mock_device_, SetPasskey(900531));
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc317 device->SetPasskey(passkey);

Completed in 285 milliseconds