summaryrefslogtreecommitdiff
path: root/AudioManagerCore/test/MockIAmCommandSend.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerCore/test/MockIAmCommandSend.h')
-rw-r--r--AudioManagerCore/test/MockIAmCommandSend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AudioManagerCore/test/MockIAmCommandSend.h b/AudioManagerCore/test/MockIAmCommandSend.h
index 2310c81..f7cb9bb 100644
--- a/AudioManagerCore/test/MockIAmCommandSend.h
+++ b/AudioManagerCore/test/MockIAmCommandSend.h
@@ -75,6 +75,8 @@ class MockIAmCommandSend : public IAmCommandSend {
void(const am_sinkID_t sinkID, const am_MuteState_e muteState));
MOCK_METHOD1(cbSystemPropertyChanged,
void(const am_SystemProperty_s& systemProperty));
+ MOCK_METHOD1(cbSystemPropertiesChanged,
+ void(const std::vector<am_SystemProperty_s>& listSystemProperties));
MOCK_METHOD2(cbTimingInformationChanged,
void(const am_mainConnectionID_t mainConnectionID, const am_timeSync_t time));
MOCK_METHOD3(cbSinkUpdated,