summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync/test/MockIAmRoutingReceive.h
diff options
context:
space:
mode:
authorAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2014-11-18 16:03:11 +0100
committerAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2014-11-18 16:03:11 +0100
commitc43d2f869946642e173554923904e6c92881a008 (patch)
tree3ac6d27feebe734ca9e265a00aa58db8fdc7f350 /PluginRoutingInterfaceAsync/test/MockIAmRoutingReceive.h
parent97e2c0ec77ab2d7508752e73cde80194a82555b5 (diff)
downloadaudiomanager-c43d2f869946642e173554923904e6c92881a008.tar.gz
* Lazy lookup for static registered sources and sinks.
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceAsync/test/MockIAmRoutingReceive.h')
-rw-r--r--PluginRoutingInterfaceAsync/test/MockIAmRoutingReceive.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/PluginRoutingInterfaceAsync/test/MockIAmRoutingReceive.h b/PluginRoutingInterfaceAsync/test/MockIAmRoutingReceive.h
index 4d5849c..5bb4f2a 100644
--- a/PluginRoutingInterfaceAsync/test/MockIAmRoutingReceive.h
+++ b/PluginRoutingInterfaceAsync/test/MockIAmRoutingReceive.h
@@ -124,6 +124,10 @@ public:
void(const am_sinkID_t sinkID, const am_NotificationPayload_s& payload));
MOCK_METHOD2(hookSourceNotificationDataChange,
void(const am_sourceID_t sourceID, const am_NotificationPayload_s& payload));
+ MOCK_METHOD2(getDomainOfSource,
+ am_Error_e(const am_sourceID_t sourceID, am_domainID_t& domainID));
+ MOCK_METHOD2(getDomainOfSink,
+ am_Error_e(const am_sinkID_t sinkID, am_domainID_t& domainID));
};
} // namespace am