Update createDump to accept additional parameters

Updating create dump implementation to match the change
in the interface to accept the additional parameters.

Testing:
   Created BMC dump
   Created system dump

Dbus changes associated with this:
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-dbus-interfaces/+/37355

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: I1402a9c4c8e0e5c6277055d835f7d024673831d8
diff --git a/dump_manager_bmc.hpp b/dump_manager_bmc.hpp
index 79a7bc7..24cfd0c 100644
--- a/dump_manager_bmc.hpp
+++ b/dump_manager_bmc.hpp
@@ -94,7 +94,8 @@
      *
      *  @return object_path - The object path of the new dump entry.
      */
-    sdbusplus::message::object_path createDump() override;
+    sdbusplus::message::object_path
+        createDump(std::map<std::string, std::string> params) override;
 
   private:
     /** @brief Create Dump entry d-bus object