Lines Matching defs:strError
87 string &strError) const
91 return _pParameterMgr->createParameterHandle(strPath, strError);
95 string &strError) const
97 return _pParameterMgr->createElementHandle(strPath, strError);
116 bool CParameterMgrPlatformConnector::setFailureOnMissingSubsystem(bool bFail, string &strError)
120 strError = "Can not set missing subsystem policy while running";
134 std::string &strError)
138 strError = "Can not set failure on failed settings load policy while running";
162 std::string &strError)
166 strError = "Can not enable xml validation after the start of the parameter-framework";
180 bool CParameterMgrPlatformConnector::start(string &strError)
183 if (!_pParameterMgr->load(strError)) {