Searched refs:bOn (Results 1 – 5 of 5) sorted by relevance
68 bool CParameterMgrFullConnector::setTuningMode(bool bOn, string &strError) in setTuningMode() argument70 return _pParameterMgr->setTuningMode(bOn, strError); in setTuningMode()
2112 bool CParameterMgr::setTuningMode(bool bOn, string &strError) in setTuningMode() argument2114 if (bOn == tuningModeOn()) { in setTuningMode()2119 if (bOn && !getConstFrameworkConfiguration()->isTuningAllowed()) { in setTuningMode()2129 if (!bOn) { in setTuningMode()2137 _bTuningModeIsOn = bOn; in setTuningMode()
223 bool setTuningMode(bool bOn, std::string &strError);
89 bool setTuningMode(bool bOn, std::string &strError);
107 bool setTuningMode(bool bOn, std::string& strError);