Searched defs:setOutputRawFormat (Results 1 - 4 of 4) 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.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 DParameterMgr.cpp169 {"setOutputRawFormat", &CParameterMgr::setOutputRawFormatCommandProcess, 1, "dec*|hex",
995 setOutputRawFormat(true);
1001 setOutputRawFormat(false);
2159 void CParameterMgr::setOutputRawFormat(bool bIsHex) function in class:CParameterMgr

Completed in 943 milliseconds