Searched refs:setOutputRawFormat (Results 1 - 10 of 10) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DXmlDomainExportContext.h51 void setOutputRawFormat(bool bIsHex) { _bOutputRawFormatIsHex = bIsHex; } function in class:CXmlDomainExportContext
H A DParameterAccessContext.h68 void setOutputRawFormat(bool bIsHex);
H A DParameterAccessContext.cpp90 void CParameterAccessContext::setOutputRawFormat(bool bIsHex) function in class:CParameterAccessContext
H A DParameterMgrFullConnector.cpp88 void CParameterMgrFullConnector::setOutputRawFormat(bool bIsHex) function in class:CParameterMgrFullConnector
90 _pParameterMgr->setOutputRawFormat(bIsHex);
H A DDomainConfiguration.cpp204 configurationAccessContext.setOutputRawFormat(context.outputRawFormatIsHex());
H A DParameterMgr.h231 void setOutputRawFormat(bool bIsHex);
H A DParameterMgr.cpp169 {"setOutputRawFormat", &CParameterMgr::setOutputRawFormatCommandProcess, 1, "dec*|hex",
995 setOutputRawFormat(true);
1001 setOutputRawFormat(false);
2159 void CParameterMgr::setOutputRawFormat(bool bIsHex) function in class:CParameterMgr
/external/parameter-framework/upstream/test/functional-tests/include/
H A DParameterFramework.hpp117 void setHexOutputFormat(bool enable) { setOutputRawFormat(enable); }
/external/parameter-framework/upstream/parameter/include/
H A DParameterMgrFullConnector.h97 void setOutputRawFormat(bool bIsHex);
/external/parameter-framework/upstream/bindings/python/
H A Dpfw.i115 void setOutputRawFormat(bool bIsHex);

Completed in 2966 milliseconds