Send audio data to the dedicated audio processing app if exists
[platform/core/uifw/multi-assistant-service.git] / tests / utc / service-main / test_service_main.cpp
index b14cf72..6d8f175 100644 (file)
@@ -42,6 +42,7 @@ public:
                return true;
        }
        boost::optional<std::string> get_appid_by_pid(pid_t pid) override { return boost::optional<std::string>{}; }
+       boost::optional<pid_t> get_pid_by_appid(const std::string& appid) override { return boost::optional<pid_t>{-1}; };
 public:
        boost::optional<std::string> launched_appid;
        boost::optional<bool> launched_option_background;