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 69 const char FakeBluetoothDeviceClient::kPairedDevicePath[] =
71 const char FakeBluetoothDeviceClient::kPairedDeviceAddress[] =
73 const char FakeBluetoothDeviceClient::kPairedDeviceName[] =
75 const uint32 FakeBluetoothDeviceClient::kPairedDeviceClass = 0x000104;
77 const char FakeBluetoothDeviceClient::kAppleMousePath[] =
79 const char FakeBluetoothDeviceClient::kAppleMouseAddress[] =
81 const char FakeBluetoothDeviceClient::kAppleMouseName[] =
83 const uint32 FakeBluetoothDeviceClient::kAppleMouseClass = 0x002580;
85 const char FakeBluetoothDeviceClient::kAppleKeyboardPath[] =
87 const char FakeBluetoothDeviceClient::kAppleKeyboardAddress[]
    [all...]
fake_bluetooth_adapter_client.cc 137 FakeBluetoothDeviceClient* device_client =
138 static_cast<FakeBluetoothDeviceClient*>(
165 FakeBluetoothDeviceClient* device_client =
166 static_cast<FakeBluetoothDeviceClient*>(
188 FakeBluetoothDeviceClient* device_client =
189 static_cast<FakeBluetoothDeviceClient*>(
fake_bluetooth_input_client.cc 90 if (object_path.value() == FakeBluetoothDeviceClient::kMotorolaKeyboardPath ||
91 object_path.value() == FakeBluetoothDeviceClient::kMicrosoftMousePath) {
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 61 scoped_ptr<BluetoothDeviceClient>(new FakeBluetoothDeviceClient));
  /external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc 217 fake_bluetooth_device_client_ = new FakeBluetoothDeviceClient;
322 FakeBluetoothDeviceClient* fake_bluetooth_device_client_;
344 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
367 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
395 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
433 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
656 EXPECT_EQ(FakeBluetoothDeviceClient::kAppleMouseAddress,
668 EXPECT_EQ(FakeBluetoothDeviceClient::kVanishingDeviceAddress,
748 ASSERT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
752 EXPECT_EQ(UTF8ToUTF16(FakeBluetoothDeviceClient::kPairedDeviceName)
    [all...]
bluetooth_profile_chromeos_unittest.cc 52 scoped_ptr<BluetoothDeviceClient>(new FakeBluetoothDeviceClient));
148 FakeBluetoothDeviceClient::kPairedDeviceAddress);
274 FakeBluetoothDeviceClient::kPairedDeviceAddress);
  /external/chromium_org/chrome/browser/metrics/
metrics_service_unittest.cc 80 new chromeos::FakeBluetoothDeviceClient));
metrics_log_unittest.cc 190 new chromeos::FakeBluetoothDeviceClient));

Completed in 339 milliseconds