PFW: Add a command to delete all domains

BZ: 42432

This command is useful to reset all PFW settings.
Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com>

Change-Id: I23b74c45205739aeca71278979699b6b88f3111e
Reviewed-on: http://android.intel.com:8080/53332
Reviewed-by: De Chivre, Renaud <renaud.de.chivre@intel.com>
Tested-by: Mendi, EduardoX <eduardox.mendi@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
diff --git a/parameter/ConfigurableDomains.h b/parameter/ConfigurableDomains.h
index 262d900..bafcbfb 100644
--- a/parameter/ConfigurableDomains.h
+++ b/parameter/ConfigurableDomains.h
@@ -48,6 +48,7 @@
     /// Domains
     bool createDomain(const string& strName, string& strError);
     bool deleteDomain(const string& strName, string& strError);
+    void deleteAllDomains();
     bool renameDomain(const string& strName, const string& strNewName, string& strError);
     bool setSequenceAwareness(const string& strDomain, bool bSequenceAware, string& strError);
     bool getSequenceAwareness(const string& strDomain, bool& bSequenceAware, string& strError) const;