HomeSort by relevance Sort by last modified time
    Searched refs:SetPinCode (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 35 // delegate, the SetPinCode(), RejectPairing() and CancelPairing() method
49 void SetPinCode(const std::string& pincode);
135 // method calls such as SetPinCode() and SetPasskey().
bluetooth_device_mac.h 48 virtual void SetPinCode(const std::string& pincode) OVERRIDE;
bluetooth_device.h 91 // obtain the code from the user and call SetPinCode() on the device to
306 virtual void SetPinCode(const std::string& pincode) = 0;
bluetooth_device_win.h 54 virtual void SetPinCode(const std::string& pincode) OVERRIDE;
bluetooth_device_chromeos.h 56 virtual void SetPinCode(const std::string& pincode) OVERRIDE;
bluetooth_pairing_chromeos.cc 91 void BluetoothPairingChromeOS::SetPinCode(const std::string& pincode) {
bluetooth_device_win.cc 226 void BluetoothDeviceWin::SetPinCode(const std::string& pincode) {
bluetooth_device_chromeos.cc 345 void BluetoothDeviceChromeOS::SetPinCode(const std::string& pincode) {
349 pairing_->SetPinCode(pincode);
bluetooth_chromeos_unittest.cc     [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 54 MOCK_METHOD1(SetPinCode, void(const std::string&));
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_private_api.cc 265 device->SetPinCode(*options.pincode.get());
bluetooth_private_apitest.cc 169 EXPECT_CALL(*mock_device_, SetPinCode("abbbbbbk"));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 305 device->SetPinCode(auth_token);

Completed in 207 milliseconds