summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync/test/MockIAmRoutingReceive.h
diff options
context:
space:
mode:
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