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

/external/chromium_org/chromeos/dbus/
H A Dmock_dbus_thread_manager.cc53 : fake_bluetooth_adapter_client_(new FakeBluetoothAdapterClient()),
71 .WillRepeatedly(Return(fake_bluetooth_adapter_client_.get()));
H A Dmock_dbus_thread_manager.h92 return fake_bluetooth_adapter_client_.get();
136 scoped_ptr<FakeBluetoothAdapterClient> fake_bluetooth_adapter_client_; member in class:chromeos::MockDBusThreadManager
H A Dmock_dbus_thread_manager_without_gmock.cc34 : fake_bluetooth_adapter_client_(new FakeBluetoothAdapterClient()),
95 return fake_bluetooth_adapter_client_.get();
H A Dmock_dbus_thread_manager_without_gmock.h99 return fake_bluetooth_adapter_client_.get();
191 scoped_ptr<FakeBluetoothAdapterClient> fake_bluetooth_adapter_client_; member in class:chromeos::MockDBusThreadManagerWithoutGMock
/external/chromium_org/device/bluetooth/
H A Dbluetooth_chromeos_unittest.cc215 fake_bluetooth_adapter_client_ =
314 FakeBluetoothAdapterClient* fake_bluetooth_adapter_client_; member in class:chromeos::BluetoothChromeOSTest
343 fake_bluetooth_adapter_client_->SetVisible(false);
352 fake_bluetooth_adapter_client_->SetVisible(true);
380 fake_bluetooth_adapter_client_->SetVisible(false);
408 fake_bluetooth_adapter_client_->SetSecondVisible(true);
418 fake_bluetooth_adapter_client_->SetVisible(false);
439 fake_bluetooth_adapter_client_->SetSecondVisible(false);
692 fake_bluetooth_adapter_client_->SetVisible(false);
702 fake_bluetooth_adapter_client_
[all...]

Completed in 26 milliseconds