From 326a31df0dd401283de6170ed09bcf605f61ef7d Mon Sep 17 00:00:00 2001 From: Georges-Henri Baron Date: Thu, 28 Jun 2012 12:05:09 +0200 Subject: PFW: Add two commands to print xml settings and structure BZ: 44910 Creates two commands that can be called through the command line of the parameter-framework. First command getDomainXML returns a string containing the xml structure of the domains, configurations and settings. Second command getSystemClassXML returns a string containing the xml structure of all the instantiated parameter with their attributes. Change-Id: I9a35333802049a2177b8fc416754fdb67e6efff0 Signed-off-by: Georges-Henri Baron Reviewed-on: http://android.intel.com:8080/55155 Reviewed-by: Rocard, KevinX Reviewed-by: Centelles, Sylvain Tested-by: Mendi, EduardoX Reviewed-by: buildbot Tested-by: buildbot --- parameter/IntegerParameterType.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'parameter/IntegerParameterType.h') diff --git a/parameter/IntegerParameterType.h b/parameter/IntegerParameterType.h index b29f0ac..9fb0dfd 100644 --- a/parameter/IntegerParameterType.h +++ b/parameter/IntegerParameterType.h @@ -36,6 +36,9 @@ public: // From IXmlSink virtual bool fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext); + // From IXmlSource + virtual void toXml(CXmlElement& xmlElement, CXmlSerializingContext& serializingContext) const; + /// Conversion // String virtual bool toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const; -- cgit v1.1