Home
last modified time | relevance | path

Searched refs:doSetValue (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/upstream/parameter/
DBaseParameter.cpp55 if (!doSetValue(xmlConfigurationSettingsElementContent.getTextContent(), in serializeXmlSettings()
153 if (!doSetValue(strValue, getOffset() - parameterAccessContext.getBaseOffset(), in access()
DStringParameter.h52 bool doSetValue(const std::string &strValue, size_t offset,
DStringParameter.cpp70 bool CStringParameter::doSetValue(const string &strValue, size_t offset, in doSetValue() function in CStringParameter
DBitParameter.h67 bool doSetValue(const std::string &strValue, size_t offset,
DParameter.h75 bool doSetValue(const std::string &strValue, size_t offset,
DBaseParameter.h96 virtual bool doSetValue(const std::string &strValue, size_t offset,
DBitParameter.cpp67 bool CBitParameter::doSetValue(const string &strValue, size_t offset, in doSetValue() function in CBitParameter
DArrayParameter.h83 bool doSetValue(const std::string &strValue, size_t offset,
DParameter.cpp100 bool CParameter::doSetValue(const string &strValue, size_t offset, in doSetValue() function in CParameter
DArrayParameter.cpp122 bool CArrayParameter::doSetValue(const string &value, size_t offset, in doSetValue() function in CArrayParameter
DParameterMgr.h641 bool doSetValue(const std::string &strPath, const std::string &strValue, bool bRawValueSpace,