Searched refs:SetPasskey (Results 1 – 14 of 14) sorted by relevance
67 void SetPasskey(uint32 passkey);
53 virtual void SetPasskey(uint32 passkey) OVERRIDE;
59 virtual void SetPasskey(uint32 passkey) OVERRIDE;
174 void BluetoothDeviceWin::SetPasskey(uint32 passkey) { in SetPasskey() function in device::BluetoothDeviceWin
138 void BluetoothPairingChromeOS::SetPasskey(uint32 passkey) { in SetPasskey() function in chromeos::BluetoothPairingChromeOS
339 virtual void SetPasskey(uint32 passkey) = 0;
62 virtual void SetPasskey(uint32 passkey) OVERRIDE;
363 void BluetoothDeviceChromeOS::SetPasskey(uint32 passkey) { in SetPasskey() function in chromeos::BluetoothDeviceChromeOS367 pairing_->SetPasskey(passkey); in SetPasskey()
188 void BluetoothDeviceMac::SetPasskey(uint32 passkey) {
2188 device->SetPasskey(1234); in TEST_F()2824 device->SetPasskey(1234); in TEST_F()3118 device->SetPasskey(1234); in TEST_F()
57 MOCK_METHOD1(SetPasskey, void(uint32));
182 EXPECT_CALL(*mock_device_, SetPasskey(900531)); in IN_PROC_BROWSER_TEST_F()
267 device->SetPasskey(*options.passkey.get()); in DoWork()
319 device->SetPasskey(passkey); in UpdateDeviceCallback()