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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.cc 80 const char FakeBluetoothDeviceClient::kPairedDevicePath[] =
82 const char FakeBluetoothDeviceClient::kPairedDeviceAddress[] =
84 const char FakeBluetoothDeviceClient::kPairedDeviceName[] =
86 const uint32 FakeBluetoothDeviceClient::kPairedDeviceClass = 0x000104;
88 const char FakeBluetoothDeviceClient::kLegacyAutopairPath[] =
90 const char FakeBluetoothDeviceClient::kLegacyAutopairAddress[] =
92 const char FakeBluetoothDeviceClient::kLegacyAutopairName[] =
94 const uint32 FakeBluetoothDeviceClient::kLegacyAutopairClass = 0x002580;
96 const char FakeBluetoothDeviceClient::kDisplayPinCodePath[] =
98 const char FakeBluetoothDeviceClient::kDisplayPinCodeAddress[]
    [all...]
fake_bluetooth_adapter_client.cc 148 FakeBluetoothDeviceClient* device_client =
149 static_cast<FakeBluetoothDeviceClient*>(
176 FakeBluetoothDeviceClient* device_client =
177 static_cast<FakeBluetoothDeviceClient*>(
204 FakeBluetoothDeviceClient* device_client =
205 static_cast<FakeBluetoothDeviceClient*>(
fake_bluetooth_input_client.cc 93 if (object_path.value() == FakeBluetoothDeviceClient::kDisplayPasskeyPath ||
95 FakeBluetoothDeviceClient::kConnectUnpairablePath) {
fake_bluetooth_device_client.h 23 // FakeBluetoothDeviceClient simulates the behavior of the Bluetooth Daemon
26 class CHROMEOS_EXPORT FakeBluetoothDeviceClient
41 FakeBluetoothDeviceClient();
42 virtual ~FakeBluetoothDeviceClient();
fake_dbus_thread_manager.cc 66 scoped_ptr<BluetoothDeviceClient>(new FakeBluetoothDeviceClient));
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider_unittest.cc 38 using chromeos::FakeBluetoothDeviceClient;
59 scoped_ptr<BluetoothDeviceClient>(new FakeBluetoothDeviceClient));
85 fake_bluetooth_device_client_ = static_cast<FakeBluetoothDeviceClient*>(
102 FakeBluetoothDeviceClient* fake_bluetooth_device_client_;
195 dbus::ObjectPath(FakeBluetoothDeviceClient::kRequestPinCodePath));
199 dbus::ObjectPath(FakeBluetoothDeviceClient::kConfirmPasskeyPath));
201 FakeBluetoothDeviceClient::Properties* properties =
203 dbus::ObjectPath(FakeBluetoothDeviceClient::kConfirmPasskeyPath));
224 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceClass,
237 EXPECT_EQ(FakeBluetoothDeviceClient::kConfirmPasskeyClass
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_chromeos_unittest.cc 310 fake_bluetooth_device_client_ = new FakeBluetoothDeviceClient;
409 FakeBluetoothDeviceClient* fake_bluetooth_device_client_;
426 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath));
428 FakeBluetoothDeviceClient::kLowEnergyAddress);
446 EXPECT_EQ(FakeBluetoothDeviceClient::kLowEnergyAddress,
493 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath));
503 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath));
505 FakeBluetoothDeviceClient::kLowEnergyAddress);
517 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath));
554 dbus::ObjectPath(FakeBluetoothDeviceClient::kLowEnergyPath))
    [all...]
bluetooth_chromeos_unittest.cc 241 fake_bluetooth_device_client_ = new FakeBluetoothDeviceClient;
381 FakeBluetoothDeviceClient* fake_bluetooth_device_client_;
414 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
436 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
463 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
500 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
722 EXPECT_EQ(FakeBluetoothDeviceClient::kLowEnergyAddress,
734 EXPECT_EQ(FakeBluetoothDeviceClient::kVanishingDeviceAddress,
    [all...]
bluetooth_socket_chromeos_unittest.cc 62 scoped_ptr<BluetoothDeviceClient>(new FakeBluetoothDeviceClient));
182 FakeBluetoothDeviceClient::kPairedDeviceAddress);
317 FakeBluetoothDeviceClient* fake_bluetooth_device_client =
318 static_cast<FakeBluetoothDeviceClient*>(
321 FakeBluetoothDeviceClient::kPairedDeviceAddress);

Completed in 110 milliseconds