HomeSort by relevance Sort by last modified time
    Searched refs:FakeBluetoothDeviceClient (Results 1 - 11 of 11) 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 144 FakeBluetoothDeviceClient* device_client =
145 static_cast<FakeBluetoothDeviceClient*>(
172 FakeBluetoothDeviceClient* device_client =
173 static_cast<FakeBluetoothDeviceClient*>(
195 FakeBluetoothDeviceClient* device_client =
196 static_cast<FakeBluetoothDeviceClient*>(
mock_dbus_thread_manager.h 25 class FakeBluetoothDeviceClient;
97 FakeBluetoothDeviceClient* fake_bluetooth_device_client() {
139 scoped_ptr<FakeBluetoothDeviceClient> fake_bluetooth_device_client_;
mock_dbus_thread_manager_without_gmock.h 24 class FakeBluetoothDeviceClient;
106 FakeBluetoothDeviceClient* fake_bluetooth_device_client() {
194 scoped_ptr<FakeBluetoothDeviceClient> fake_bluetooth_device_client_;
fake_bluetooth_input_client.cc 87 if (object_path.value() == FakeBluetoothDeviceClient::kMotorolaKeyboardPath ||
88 object_path.value() == FakeBluetoothDeviceClient::kMicrosoftMousePath) {
fake_bluetooth_device_client.h 24 // FakeBluetoothDeviceClient simulates the behavior of the Bluetooth Daemon
27 class CHROMEOS_EXPORT FakeBluetoothDeviceClient
42 FakeBluetoothDeviceClient();
43 virtual ~FakeBluetoothDeviceClient();
mock_dbus_thread_manager.cc 56 fake_bluetooth_device_client_(new FakeBluetoothDeviceClient()),
mock_dbus_thread_manager_without_gmock.cc 36 fake_bluetooth_device_client_(new FakeBluetoothDeviceClient()),
bluetooth_device_client.cc 357 return new FakeBluetoothDeviceClient();
  /external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc 315 FakeBluetoothDeviceClient* fake_bluetooth_device_client_;
338 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
361 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
389 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
427 EXPECT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
650 EXPECT_EQ(FakeBluetoothDeviceClient::kAppleMouseAddress,
662 EXPECT_EQ(FakeBluetoothDeviceClient::kVanishingDeviceAddress,
742 ASSERT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress,
746 EXPECT_EQ(UTF8ToUTF16(FakeBluetoothDeviceClient::kPairedDeviceName),
773 ASSERT_EQ(FakeBluetoothDeviceClient::kPairedDeviceAddress
    [all...]
bluetooth_profile_chromeos_unittest.cc 140 FakeBluetoothDeviceClient::kPairedDeviceAddress);
266 FakeBluetoothDeviceClient::kPairedDeviceAddress);

Completed in 92 milliseconds