From 150407ca611581cdd41629ec6d1cf64ea0d72b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Boisnard?= Date: Fri, 15 Mar 2013 14:46:23 +0100 Subject: [PFW] Fix issue when setting a parameter of a configuration not applicable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BZ: 93374 This patch aims to fix an issue when using the command setConfigurationParameter to update the value of a parameter of a configuration. The autosync shall be turned off when updating the value of a parameter in a configuration that is not currently applicable. Change-Id: I12f9d37e544dc7b54f1bed0470783fdfc8568b7c Signed-off-by: Frédéric Boisnard Reviewed-on: http://android.intel.com:8080/96832 Reviewed-by: cactus Reviewed-by: Gonzalve, Sebastien Reviewed-by: Denneulin, Guillaume Reviewed-by: De Chivre, Renaud Reviewed-by: Benavoli, Patrick Tested-by: Dixon, CharlesX Reviewed-by: buildbot Tested-by: buildbot --- parameter/ParameterAccessContext.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'parameter/ParameterAccessContext.h') diff --git a/parameter/ParameterAccessContext.h b/parameter/ParameterAccessContext.h index f0ca74f..72982f8 100644 --- a/parameter/ParameterAccessContext.h +++ b/parameter/ParameterAccessContext.h @@ -32,8 +32,15 @@ class CParameterBlackboard; class CParameterAccessContext : public CErrorContext { public: - CParameterAccessContext(string& strError, CParameterBlackboard* pParameterBlackboard, bool bValueSpaceIsRaw, bool bOutputRawFormatIsHex = false, uint32_t uiOffsetBase = 0); - CParameterAccessContext(string& strError, bool bBigEndianSubsystem, CParameterBlackboard* pParameterBlackboard, uint32_t uiOffsetBase = 0); + CParameterAccessContext(string& strError, + CParameterBlackboard* pParameterBlackboard, + bool bValueSpaceIsRaw, + bool bOutputRawFormatIsHex = false, + uint32_t uiOffsetBase = 0); + CParameterAccessContext(string& strError, + bool bBigEndianSubsystem, + CParameterBlackboard* pParameterBlackboard, + uint32_t uiOffsetBase = 0); CParameterAccessContext(string& strError); // ParameterBlackboard -- cgit v1.1