HomeSort by relevance Sort by last modified time
    Searched defs:FakeBluetoothInputClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_input_client.h 17 // FakeBluetoothInputClient simulates the behavior of the Bluetooth Daemon
20 class CHROMEOS_EXPORT FakeBluetoothInputClient
35 FakeBluetoothInputClient();
36 virtual ~FakeBluetoothInputClient();
61 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothInputClient);
fake_bluetooth_input_client.cc 21 FakeBluetoothInputClient::Properties::Properties(
29 FakeBluetoothInputClient::Properties::~Properties() {
32 void FakeBluetoothInputClient::Properties::Get(
39 void FakeBluetoothInputClient::Properties::GetAll() {
43 void FakeBluetoothInputClient::Properties::Set(
51 FakeBluetoothInputClient::FakeBluetoothInputClient() {
54 FakeBluetoothInputClient::~FakeBluetoothInputClient() {
59 void FakeBluetoothInputClient::Init(dbus::Bus* bus)
    [all...]

Completed in 82 milliseconds