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

/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h35 // delegate, the SetPinCode(), RejectPairing() and CancelPairing() method
49 void SetPinCode(const std::string& pincode);
135 // method calls such as SetPinCode() and SetPasskey().
H A Dbluetooth_device_mac.h48 virtual void SetPinCode(const std::string& pincode) OVERRIDE;
H A Dbluetooth_device_win.h54 virtual void SetPinCode(const std::string& pincode) OVERRIDE;
H A Dbluetooth_device.h91 // obtain the code from the user and call SetPinCode() on the device to
306 virtual void SetPinCode(const std::string& pincode) = 0;
H A Dbluetooth_device_chromeos.h56 virtual void SetPinCode(const std::string& pincode) OVERRIDE;
H A Dbluetooth_pairing_chromeos.cc91 void BluetoothPairingChromeOS::SetPinCode(const std::string& pincode) { function in class:chromeos::BluetoothPairingChromeOS
H A Dbluetooth_device_win.cc226 void BluetoothDeviceWin::SetPinCode(const std::string& pincode) { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc345 void BluetoothDeviceChromeOS::SetPinCode(const std::string& pincode) { function in class:chromeos::BluetoothDeviceChromeOS
349 pairing_->SetPinCode(pincode);
H A Dbluetooth_chromeos_unittest.cc2079 device->SetPinCode("1234");
2712 device->SetPinCode("1234");
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h54 MOCK_METHOD1(SetPinCode, void(const std::string&));
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.cc265 device->SetPinCode(*options.pincode.get());
H A Dbluetooth_private_apitest.cc169 EXPECT_CALL(*mock_device_, SetPinCode("abbbbbbk"));
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc305 device->SetPinCode(auth_token);

Completed in 1136 milliseconds