Home
last modified time | relevance | path

Searched defs:strValue (Results 1 – 25 of 41) sorted by relevance

12

/external/parameter-framework/parameter/
DSelectionCriterionRule.cpp61 void CSelectionCriterionRule::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
91 string strValue; in parse() local
128 string strValue; in dump() local
184 string strValue = xmlElement.getAttributeString("Value"); in fromXml() local
211 string strValue; in toXml() local
DMappingData.cpp53 std::string strKey, strValue; in fromXml() local
97 std::string strValue; in asString() local
104 bool CMappingData::addValue(const std::string& strkey, const std::string& strValue) in addValue()
DFixedPointParameterType.cpp116 bool CFixedPointParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAc… in toBlackboard() argument
140 void CFixedPointParameterType::setOutOfRangeError(const string& strValue, CParameterAccessContext& … in setOutOfRangeError() argument
184 bool CFixedPointParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameter… in fromBlackboard()
282 bool CFixedPointParameterType::convertFromHexadecimal(const string& strValue, uint32_t& uiValue, CP… in convertFromHexadecimal() argument
300 bool CFixedPointParameterType::convertFromDecimal(const string& strValue, uint32_t& uiValue, CParam… in convertFromDecimal() argument
314 bool CFixedPointParameterType::convertFromQnm(const string& strValue, uint32_t& uiValue, in convertFromQnm()
DBaseParameter.cpp60 string strValue; in serializeXmlSettings() local
73 void CBaseParameter::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
174 bool CBaseParameter::accessAsString(string& strValue, bool bSet, CParameterAccessContext& parameter… in accessAsString()
212 bool CBaseParameter::accessValue(CPathNavigator& pathNavigator, string& strValue, bool bSet, CParam… in accessValue()
DSelectionCriterionType.cpp52 bool CSelectionCriterionType::addValuePair(int iValue, const std::string& strValue) in addValuePair()
74 bool CSelectionCriterionType::getNumericalValue(const std::string& strValue, int& iValue) const in getNumericalValue() argument
99 bool CSelectionCriterionType::getAtomicNumericalValue(const std::string& strValue, int& iValue) con… in getAtomicNumericalValue() argument
DStringParameter.cpp69 bool CStringParameter::doSetValue(const string& strValue, uint32_t uiOffset, CParameterAccessContex… in doSetValue() argument
86 void CStringParameter::doGetValue(string& strValue, uint32_t uiOffset, CParameterAccessContext& par… in doGetValue()
DIntegerParameterType.cpp151 bool CIntegerParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAcces… in toBlackboard() argument
190 bool CIntegerParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAcc… in fromBlackboard()
369 bool CIntegerParameterType::convertValueFromString(const string& strValue, int64_t& iData, CParamet… in convertValueFromString() argument
399 template <typename type> bool CIntegerParameterType::checkValueAgainstRange(const string& strValue,… in checkValueAgainstRange() argument
DEnumParameterType.cpp95 bool CEnumParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAccessCo… in toBlackboard() argument
162 bool CEnumParameterType::checkValueAgainstRange(const string& strValue, int64_t value, CParameterAc… in checkValueAgainstRange() argument
195 bool CEnumParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAccess… in fromBlackboard()
275 bool CEnumParameterType::isNumber(const string& strValue) in isNumber()
DBooleanParameterType.cpp50 bool CBooleanParameterType::toBlackboard(const std::string& strValue, uint32_t& uiValue, CParameter… in toBlackboard() argument
79 bool CBooleanParameterType::fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParamet… in fromBlackboard()
DArrayParameter.cpp87 string strValue; in serializeXmlSettings() local
101 bool CArrayParameter::accessValue(CPathNavigator& pathNavigator, string& strValue, bool bSet, CPara… in accessValue()
177 void CArrayParameter::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
258 …rameter::setValues(uint32_t uiStartIndex, uint32_t uiBaseOffset, const string& strValue, CParamete… in setValues() argument
DBitParameter.cpp66 bool CBitParameter::doSetValue(const string& strValue, uint32_t uiOffset, CParameterAccessContext& … in doSetValue() argument
71 void CBitParameter::doGetValue(string& strValue, uint32_t uiOffset, CParameterAccessContext& parame… in doGetValue()
DBitParameterType.cpp125 bool CBitParameterType::toBlackboard(const string& strValue, uint64_t& uiValue, CParameterAccessCon… in toBlackboard() argument
160 void CBitParameterType::fromBlackboard(string& strValue, const uint64_t& uiValue, CParameterAccessC… in fromBlackboard()
DSubsystem.cpp199 bool CSubsystem::accessValue(CPathNavigator& pathNavigator, string& strValue, bool bSet, CParameter… in accessValue()
308 string strValue = formatMappingDataList(configurableElementPath); in getMapping() local
316 void CSubsystem::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
DParameter.cpp91 bool CParameter::doSetValue(const string& strValue, uint32_t uiOffset, CParameterAccessContext& par… in doSetValue() argument
96 void CParameter::doGetValue(string& strValue, uint32_t uiOffset, CParameterAccessContext& parameter… in doGetValue()
DEnumValuePair.cpp72 void CEnumValuePair::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
DComponentInstance.cpp67 std::string strValue = base::getFormattedMapping(); in getFormattedMapping() local
DComponentType.cpp67 std::string strValue = base::getFormattedMapping(); in getFormattedMapping() local
DCompoundRule.cpp60 void CCompoundRule::logValue(string& strValue, CErrorContext& errorContext) const in logValue()
/external/parameter-framework/test/test-subsystem/
DTESTSubsystemObject.cpp105 std::string strValue = toString(pvValue, _uiScalarSize); in sendToFile() local
130 std::string strValue; in receiveFromFile() local
DTESTSubsystemString.cpp47 void CTESTSubsystemString::fromString(const std::string& strValue, void* pvValue, uint32_t uiSize) in fromString()
DTESTSubsystemBinary.cpp57 void CTESTSubsystemBinary::fromString(const std::string& strValue, void* pvValue, uint32_t uiSize) in fromString()
/external/parameter-framework/xmlserializer/
DXmlElement.cpp96 string strValue((const char*)pucXmlValue); in getAttributeString() local
212 void CXmlElement::setAttributeString(const string& strAttributeName, const string& strValue) in setAttributeString()
231 void CXmlElement::setNameAttribute(const string& strValue) in setNameAttribute()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Notify.cpp97 …Notify::OnKeyStroke(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_Wide… in OnKeyStroke()
105 FX_BOOL CFFL_Notify::OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideStrin… in OnValidate()
/external/parameter-framework/test/test-platform/
DTestPlatform.cpp308 const std::string& strValue = remoteCommand.getArgument(uiState + 1); in createExclusiveSelectionCriterionFromStateList() local
348 const std::string& strValue = remoteCommand.getArgument(uiState + 1); in createInclusiveSelectionCriterionFromStateList() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPDateTimeFactory.java86 public static XMPDateTime createFromISO8601(String strValue) throws XMPException in createFromISO8601()

12