aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/BitParameter.h
diff options
context:
space:
mode:
authorGuillaume Denneulin <guillaume.denneulin@intel.com>2012-09-27 15:13:10 +0200
committerDavid Wagner <david.wagner@intel.com>2014-02-12 17:03:14 +0100
commit9533156ebad9b5989703db70be3f6bd22c9811c4 (patch)
tree13be07f704900c328300f8a386a212be0e9883d1 /parameter/BitParameter.h
parent8b243f50a38a26e6b373287e07cb7e4743a8cd28 (diff)
downloadexternal_parameter-framework-9533156ebad9b5989703db70be3f6bd22c9811c4.zip
external_parameter-framework-9533156ebad9b5989703db70be3f6bd22c9811c4.tar.gz
external_parameter-framework-9533156ebad9b5989703db70be3f6bd22c9811c4.tar.bz2
Allow 64bits bitParameterBlocks
BZ: 59348 bitParameterBlocks are limited to 32 bits, extend it to 64 bits. This change includes: - PFW code change - XML schema update Change-Id: I9861cea0538a17fcba77fa7d573faae36d8731e0 Signed-off-by: Guillaume Denneulin <guillaume.denneulin@intel.com> Reviewed-on: http://android.intel.com:8080/68189 Reviewed-by: Gozalvez Herrero, Juan AntonioX <juan.antoniox.gozalvez.herrero@intel.com> Tested-by: Gozalvez Herrero, Juan AntonioX <juan.antoniox.gozalvez.herrero@intel.com>
Diffstat (limited to 'parameter/BitParameter.h')
-rw-r--r--parameter/BitParameter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parameter/BitParameter.h b/parameter/BitParameter.h
index b7844c7..50e59c6 100644
--- a/parameter/BitParameter.h
+++ b/parameter/BitParameter.h
@@ -44,7 +44,7 @@ public:
virtual bool accessAsBoolean(bool& bValue, bool bSet, CParameterAccessContext& parameterAccessContext) const;
// Integer Access
- virtual bool accessAsInteger(uint32_t& uiValue, bool bSet, CParameterAccessContext& parameterAccessContext) const;
+ virtual bool accessAsInteger(uint64_t& uiValue, bool bSet, CParameterAccessContext& parameterAccessContext) const;
// AreaConfiguration creation
virtual CAreaConfiguration* createAreaConfiguration(const CSyncerSet* pSyncerSet) const;
@@ -53,7 +53,7 @@ public:
uint32_t getBelongingBlockSize() const;
// Access from area configuration
- uint32_t merge(uint32_t uiOriginData, uint32_t uiNewData) const;
+ uint64_t merge(uint64_t uiOriginData, uint64_t uiNewData) const;
private:
// String Access