Home
last modified time | relevance | path

Searched refs:SetPasskey (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_pairing_chromeos.h67 void SetPasskey(uint32 passkey);
Dbluetooth_device_mac.h53 virtual void SetPasskey(uint32 passkey) OVERRIDE;
Dbluetooth_device_win.h59 virtual void SetPasskey(uint32 passkey) OVERRIDE;
Dbluetooth_device_win.cc174 void BluetoothDeviceWin::SetPasskey(uint32 passkey) { in SetPasskey() function in device::BluetoothDeviceWin
Dbluetooth_pairing_chromeos.cc138 void BluetoothPairingChromeOS::SetPasskey(uint32 passkey) { in SetPasskey() function in chromeos::BluetoothPairingChromeOS
Dbluetooth_device.h339 virtual void SetPasskey(uint32 passkey) = 0;
Dbluetooth_device_chromeos.h62 virtual void SetPasskey(uint32 passkey) OVERRIDE;
Dbluetooth_device_chromeos.cc363 void BluetoothDeviceChromeOS::SetPasskey(uint32 passkey) { in SetPasskey() function in chromeos::BluetoothDeviceChromeOS
367 pairing_->SetPasskey(passkey); in SetPasskey()
Dbluetooth_device_mac.mm188 void BluetoothDeviceMac::SetPasskey(uint32 passkey) {
Dbluetooth_chromeos_unittest.cc2188 device->SetPasskey(1234); in TEST_F()
2824 device->SetPasskey(1234); in TEST_F()
3118 device->SetPasskey(1234); in TEST_F()
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_device.h57 MOCK_METHOD1(SetPasskey, void(uint32));
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_private_apitest.cc182 EXPECT_CALL(*mock_device_, SetPasskey(900531)); in IN_PROC_BROWSER_TEST_F()
Dbluetooth_private_api.cc267 device->SetPasskey(*options.passkey.get()); in DoWork()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_handler.cc319 device->SetPasskey(passkey); in UpdateDeviceCallback()