Home
last modified time | relevance | path

Searched refs:pairing_delegate (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_chromeos_unittest.cc1878 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 …]
Dbluetooth_adapter.cc91 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()
Dbluetooth_adapter.h292 BluetoothDevice::PairingDelegate* pairing_delegate,
297 BluetoothDevice::PairingDelegate* pairing_delegate);
379 BluetoothDevice::PairingDelegate* pairing_delegate) = 0;
Dbluetooth_pairing_chromeos.cc39 BluetoothDevice::PairingDelegate* pairing_delegate) in BluetoothPairingChromeOS() argument
41 pairing_delegate_(pairing_delegate), in BluetoothPairingChromeOS()
Dbluetooth_device_chromeos.cc318 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()
Dbluetooth_device_chromeos.h53 device::BluetoothDevice::PairingDelegate* pairing_delegate,
93 BluetoothDevice::PairingDelegate* pairing_delegate);
Dbluetooth_pairing_chromeos.h23 device::BluetoothDevice::PairingDelegate* pairing_delegate);
Dbluetooth_adapter_chromeos.cc274 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()
Dbluetooth_device_mac.h45 PairingDelegate* pairing_delegate,
Dbluetooth_adapter_mac.h82 device::BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE;
Dbluetooth_device_win.h51 PairingDelegate* pairing_delegate,
Dbluetooth_adapter_unittest.cc105 BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE { in RemovePairingDelegateInternal() argument
Dbluetooth_adapter_win.h87 device::BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE;
Dbluetooth_device.h298 virtual void Connect(PairingDelegate* pairing_delegate,
Dbluetooth_device_win.cc220 PairingDelegate* pairing_delegate, in Connect() argument
Dbluetooth_adapter_chromeos.h115 device::BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE;
Dbluetooth_adapter_win.cc187 BluetoothDevice::PairingDelegate* pairing_delegate) { in RemovePairingDelegateInternal() argument
Dbluetooth_device_mac.mm166 PairingDelegate* pairing_delegate,
Dbluetooth_adapter_mac.mm225 BluetoothDevice::PairingDelegate* pairing_delegate) {
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_adapter.h64 void(BluetoothDevice::PairingDelegate* pairing_delegate,
67 void(BluetoothDevice::PairingDelegate* pairing_delegate));
88 void(BluetoothDevice::PairingDelegate* pairing_delegate));
Dmock_bluetooth_device.h50 void(BluetoothDevice::PairingDelegate* pairing_delegate,