Searched refs:GetPairing (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dpairing_registry_unittest.cc100 registry->GetPairing(pairing_1.client_id(),
107 registry->GetPairing(pairing_2.client_id(),
223 registry->GetPairing(
227 registry->GetPairing(
235 registry->GetPairing(
239 registry->GetPairing(
250 registry->GetPairing(
H A Dpairing_host_authenticator.cc77 pairing_registry_->GetPairing(
H A Dpairing_registry.h121 void GetPairing(const std::string& client_id,
H A Dpairing_registry.cc116 void PairingRegistry::GetPairing(const std::string& client_id, function in class:remoting::protocol::PairingRegistry
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_chromeos.cc286 BluetoothPairingChromeOS* pairing = device_chromeos->GetPairing();
444 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
459 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
472 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
489 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
506 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
521 BluetoothPairingChromeOS* pairing = GetPairing(device_path);
613 BluetoothPairingChromeOS* BluetoothAdapterChromeOS::GetPairing( function in class:chromeos::BluetoothAdapterChromeOS
623 BluetoothPairingChromeOS* pairing = device_chromeos->GetPairing();
H A Dbluetooth_adapter_chromeos.h161 BluetoothPairingChromeOS* GetPairing(const dbus::ObjectPath& object_path);
H A Dbluetooth_device_chromeos.h92 BluetoothPairingChromeOS* GetPairing() const;
H A Dbluetooth_chromeos_unittest.cc2730 EXPECT_TRUE(device_chromeos->GetPairing() == NULL);
2788 EXPECT_TRUE(device_chromeos->GetPairing() == NULL);
2845 EXPECT_TRUE(device_chromeos->GetPairing() == NULL);
2903 EXPECT_TRUE(device_chromeos->GetPairing() == NULL);
2945 EXPECT_TRUE(device_chromeos->GetPairing() == NULL);
2987 EXPECT_TRUE(device_chromeos->GetPairing() == NULL);
3029 EXPECT_TRUE(device_chromeos->GetPairing() == NULL);
3071 EXPECT_TRUE(device_chromeos->GetPairing() == NULL);
3109 ASSERT_TRUE(device_chromeos->GetPairing() != NULL);
3114 EXPECT_TRUE(device_chromeos->GetPairing()
[all...]
H A Dbluetooth_device_chromeos.cc489 BluetoothPairingChromeOS* BluetoothDeviceChromeOS::GetPairing() const { function in class:chromeos::BluetoothDeviceChromeOS

Completed in 158 milliseconds