Home
last modified time | relevance | path

Searched refs:setTuningMode (Results 1 – 9 of 9) sorted by relevance

/external/parameter-framework/tools/xmlGenerator/
DdomainGenerator.sh90 parameterExecute setTuningMode on
DhostDomainGenerator.sh288 $PFWSendCommand setTuningMode on
DdomainGenerator.py289 ok, error = pfw.setTuningMode(True)
/external/parameter-framework/parameter/
DParameterMgrFullConnector.cpp153 bool CParameterMgrFullConnector::setTuningMode(bool bOn, string& strError) in setTuningMode() function in CParameterMgrFullConnector
155 return _pParameterMgr->setTuningMode(bOn, strError); in setTuningMode()
DParameterMgr.cpp960 if (setTuningMode(true, strResult)) { in setTuningModeCommandProcess()
966 if (setTuningMode(false, strResult)) { in setTuningModeCommandProcess()
1869 bool CParameterMgr::setTuningMode(bool bOn, string& strError) in setTuningMode() function in CParameterMgr
DParameterMgr.h215 bool setTuningMode(bool bOn, std::string& strError);
/external/parameter-framework/test/test-fixed-point-parameter/
DMain.py214 self._instance.setTuningMode(True)
/external/parameter-framework/parameter/include/
DParameterMgrFullConnector.h145 bool setTuningMode(bool bOn, std::string& strError);
/external/parameter-framework/bindings/python/
Dpfw.i105 bool setTuningMode(bool bOn, std::string& strError);