/external/chromium_org/device/bluetooth/ |
D | bluetooth_chromeos_unittest.cc | 1878 TestPairingDelegate pairing_delegate; in TEST_F() local 1880 &pairing_delegate, in TEST_F() 1886 EXPECT_EQ(0, pairing_delegate.call_count_); in TEST_F() 1932 TestPairingDelegate pairing_delegate; in TEST_F() local 1934 &pairing_delegate, in TEST_F() 1940 EXPECT_EQ(1, pairing_delegate.call_count_); in TEST_F() 1941 EXPECT_EQ(1, pairing_delegate.display_pincode_count_); in TEST_F() 1942 EXPECT_EQ("123456", pairing_delegate.last_pincode_); in TEST_F() 1989 TestPairingDelegate pairing_delegate; in TEST_F() local 1991 &pairing_delegate, in TEST_F() [all …]
|
D | bluetooth_adapter.cc | 91 BluetoothDevice::PairingDelegate* pairing_delegate, in AddPairingDelegate() argument 95 RemovePairingDelegate(pairing_delegate); in AddPairingDelegate() 102 pairing_delegates_.insert(iter, std::make_pair(pairing_delegate, priority)); in AddPairingDelegate() 106 BluetoothDevice::PairingDelegate* pairing_delegate) { in RemovePairingDelegate() argument 109 if (iter->first == pairing_delegate) { in RemovePairingDelegate() 110 RemovePairingDelegateInternal(pairing_delegate); in RemovePairingDelegate()
|
D | bluetooth_adapter.h | 292 BluetoothDevice::PairingDelegate* pairing_delegate, 297 BluetoothDevice::PairingDelegate* pairing_delegate); 379 BluetoothDevice::PairingDelegate* pairing_delegate) = 0;
|
D | bluetooth_pairing_chromeos.cc | 39 BluetoothDevice::PairingDelegate* pairing_delegate) in BluetoothPairingChromeOS() argument 41 pairing_delegate_(pairing_delegate), in BluetoothPairingChromeOS()
|
D | bluetooth_device_chromeos.cc | 318 BluetoothDevice::PairingDelegate* pairing_delegate, in Connect() argument 327 if (IsPaired() || !pairing_delegate || !IsPairable()) { in Connect() 332 BeginPairing(pairing_delegate); in Connect() 478 BluetoothDevice::PairingDelegate* pairing_delegate) { in BeginPairing() argument 479 pairing_.reset(new BluetoothPairingChromeOS(this, pairing_delegate)); in BeginPairing()
|
D | bluetooth_device_chromeos.h | 53 device::BluetoothDevice::PairingDelegate* pairing_delegate, 93 BluetoothDevice::PairingDelegate* pairing_delegate);
|
D | bluetooth_pairing_chromeos.h | 23 device::BluetoothDevice::PairingDelegate* pairing_delegate);
|
D | bluetooth_adapter_chromeos.cc | 274 BluetoothDevice::PairingDelegate* pairing_delegate) { in RemovePairingDelegateInternal() argument 284 if (pairing && pairing->GetPairingDelegate() == pairing_delegate) in RemovePairingDelegateInternal() 626 BluetoothDevice::PairingDelegate* pairing_delegate = DefaultPairingDelegate(); in GetPairing() local 627 if (!pairing_delegate) in GetPairing() 630 return device_chromeos->BeginPairing(pairing_delegate); in GetPairing()
|
D | bluetooth_device_mac.h | 45 PairingDelegate* pairing_delegate,
|
D | bluetooth_adapter_mac.h | 82 device::BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE;
|
D | bluetooth_device_win.h | 51 PairingDelegate* pairing_delegate,
|
D | bluetooth_adapter_unittest.cc | 105 BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE { in RemovePairingDelegateInternal() argument
|
D | bluetooth_adapter_win.h | 87 device::BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE;
|
D | bluetooth_device.h | 298 virtual void Connect(PairingDelegate* pairing_delegate,
|
D | bluetooth_device_win.cc | 220 PairingDelegate* pairing_delegate, in Connect() argument
|
D | bluetooth_adapter_chromeos.h | 115 device::BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE;
|
D | bluetooth_adapter_win.cc | 187 BluetoothDevice::PairingDelegate* pairing_delegate) { in RemovePairingDelegateInternal() argument
|
D | bluetooth_device_mac.mm | 166 PairingDelegate* pairing_delegate,
|
D | bluetooth_adapter_mac.mm | 225 BluetoothDevice::PairingDelegate* pairing_delegate) {
|
/external/chromium_org/device/bluetooth/test/ |
D | mock_bluetooth_adapter.h | 64 void(BluetoothDevice::PairingDelegate* pairing_delegate, 67 void(BluetoothDevice::PairingDelegate* pairing_delegate)); 88 void(BluetoothDevice::PairingDelegate* pairing_delegate));
|
D | mock_bluetooth_device.h | 50 void(BluetoothDevice::PairingDelegate* pairing_delegate,
|