summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/mock_bluetooth_input_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/mock_bluetooth_input_client.h')
-rw-r--r--chromeos/dbus/mock_bluetooth_input_client.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromeos/dbus/mock_bluetooth_input_client.h b/chromeos/dbus/mock_bluetooth_input_client.h
index afa438c..19bfaee 100644
--- a/chromeos/dbus/mock_bluetooth_input_client.h
+++ b/chromeos/dbus/mock_bluetooth_input_client.h
@@ -14,6 +14,21 @@ namespace chromeos {
class MockBluetoothInputClient : public BluetoothInputClient {
public:
+ struct Properties : public BluetoothInputClient::Properties {
+ Properties();
+ virtual ~Properties();
+
+ MOCK_METHOD0(ConnectSignals, void());
+
+ MOCK_METHOD2(Get, void(dbus::PropertyBase* property,
+ dbus::PropertySet::GetCallback callback));
+ MOCK_METHOD0(GetAll, void());
+ MOCK_METHOD2(Set, void(dbus::PropertyBase* property,
+ dbus::PropertySet::SetCallback callback));
+
+ MOCK_METHOD1(ChangedReceived, void(dbus::Signal*));
+ };
+
MockBluetoothInputClient();
virtual ~MockBluetoothInputClient();