Searched refs:fake_bluetooth_device_client_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_chromeos_unittest.cc217 fake_bluetooth_device_client_ =
265 fake_bluetooth_device_client_->SetSimulationIntervalMs(10);
315 FakeBluetoothDeviceClient* fake_bluetooth_device_client_; member in class:chromeos::BluetoothChromeOSTest
622 fake_bluetooth_device_client_->SetSimulationIntervalMs(10);
686 fake_bluetooth_device_client_->EndDiscoverySimulation(
783 fake_bluetooth_device_client_->GetProperties(
811 fake_bluetooth_device_client_->GetProperties(
843 fake_bluetooth_device_client_->GetProperties(
919 fake_bluetooth_device_client_->GetProperties(
1009 fake_bluetooth_device_client_
[all...]
/external/chromium_org/chromeos/dbus/
H A Dmock_dbus_thread_manager.cc56 fake_bluetooth_device_client_(new FakeBluetoothDeviceClient()),
75 .WillRepeatedly(Return(fake_bluetooth_device_client_.get()));
H A Dmock_dbus_thread_manager.h98 return fake_bluetooth_device_client_.get();
139 scoped_ptr<FakeBluetoothDeviceClient> fake_bluetooth_device_client_; member in class:chromeos::MockDBusThreadManager
H A Dmock_dbus_thread_manager_without_gmock.cc36 fake_bluetooth_device_client_(new FakeBluetoothDeviceClient()),
105 return fake_bluetooth_device_client_.get();
H A Dmock_dbus_thread_manager_without_gmock.h107 return fake_bluetooth_device_client_.get();
194 scoped_ptr<FakeBluetoothDeviceClient> fake_bluetooth_device_client_; member in class:chromeos::MockDBusThreadManagerWithoutGMock

Completed in 60 milliseconds