Home
last modified time | relevance | path

Searched refs:outputRawFormatIsHex (Results 1 – 12 of 12) sorted by relevance

/external/parameter-framework/parameter/
DXmlDomainExportContext.h64 bool outputRawFormatIsHex() const in outputRawFormatIsHex() function
DParameterAccessContext.h73 bool outputRawFormatIsHex() const;
DBooleanParameterType.cpp83 if (parameterAccessContext.valueSpaceIsRaw() && parameterAccessContext.outputRawFormatIsHex()) { in fromBlackboard()
DParameterAccessContext.cpp101 bool CParameterAccessContext::outputRawFormatIsHex() const in outputRawFormatIsHex() function in CParameterAccessContext
DBitParameterType.cpp168 if (parameterAccessContext.valueSpaceIsRaw() && parameterAccessContext.outputRawFormatIsHex()) { in fromBlackboard()
DEnumParameterType.cpp204 if (parameterAccessContext.outputRawFormatIsHex()) { in fromBlackboard()
DFixedPointParameterType.cpp198 if (parameterAccessContext.outputRawFormatIsHex()) { in fromBlackboard()
DIntegerParameterType.cpp199 if (parameterAccessContext.valueSpaceIsRaw() && parameterAccessContext.outputRawFormatIsHex()) { in fromBlackboard()
DParameterMgrFullConnector.cpp180 return _pParameterMgr->outputRawFormatIsHex(); in isOutputRawFormatHex()
DDomainConfiguration.cpp192 configurationAccessContext.setOutputRawFormat(xmlDomainExportContext.outputRawFormatIsHex()); in serializeConfigurableElementSettings()
DParameterMgr.cpp923 strResult += outputRawFormatIsHex() ? "hex" : "dec"; in statusCommandProcess()
1047 strResult = outputRawFormatIsHex() ? "hex" : "dec"; in getOutputRawFormatCommandProcess()
1920 bool CParameterMgr::outputRawFormatIsHex() in outputRawFormatIsHex() function in CParameterMgr
DParameterMgr.h224 bool outputRawFormatIsHex();