Lines Matching refs:CParameterMgrPlatformConnector

38 CParameterMgrPlatformConnector::CParameterMgrPlatformConnector(  in CParameterMgrPlatformConnector()  function in CParameterMgrPlatformConnector
43 _pParameterMgrLogger = new CParameterMgrLogger<CParameterMgrPlatformConnector>(*this); in CParameterMgrPlatformConnector()
47 CParameterMgrPlatformConnector::~CParameterMgrPlatformConnector() in ~CParameterMgrPlatformConnector()
54 ISelectionCriterionTypeInterface* CParameterMgrPlatformConnector::createSelectionCriterionType(bool… in createSelectionCriterionType()
61 ISelectionCriterionInterface* CParameterMgrPlatformConnector::createSelectionCriterion(const string… in createSelectionCriterion()
69 ISelectionCriterionInterface* CParameterMgrPlatformConnector::getSelectionCriterion(const string& s… in getSelectionCriterion()
75 void CParameterMgrPlatformConnector::applyConfigurations() in applyConfigurations()
83 CParameterHandle* CParameterMgrPlatformConnector::createParameterHandle(const string& strPath, stri… in createParameterHandle()
91 void CParameterMgrPlatformConnector::setLogger(CParameterMgrPlatformConnector::ILogger* pLogger) in setLogger()
96 bool CParameterMgrPlatformConnector::getForceNoRemoteInterface() const in getForceNoRemoteInterface()
101 void CParameterMgrPlatformConnector::setForceNoRemoteInterface(bool bForceNoRemoteInterface) in setForceNoRemoteInterface()
106 bool CParameterMgrPlatformConnector::setFailureOnMissingSubsystem(bool bFail, string &strError) in setFailureOnMissingSubsystem()
118 bool CParameterMgrPlatformConnector::getFailureOnMissingSubsystem() in getFailureOnMissingSubsystem()
123 bool CParameterMgrPlatformConnector::setFailureOnFailedSettingsLoad( in setFailureOnFailedSettingsLoad()
136 bool CParameterMgrPlatformConnector::getFailureOnFailedSettingsLoad() in getFailureOnFailedSettingsLoad()
141 const string& CParameterMgrPlatformConnector::getSchemaFolderLocation() const in getSchemaFolderLocation()
146 void CParameterMgrPlatformConnector::setSchemaFolderLocation(const string& strSchemaFolderLocation) in setSchemaFolderLocation()
151 bool CParameterMgrPlatformConnector::setValidateSchemasOnStart( in setValidateSchemasOnStart()
164 bool CParameterMgrPlatformConnector::getValidateSchemasOnStart() in getValidateSchemasOnStart()
170 bool CParameterMgrPlatformConnector::start(string& strError) in start()
184 bool CParameterMgrPlatformConnector::isStarted() const in isStarted()
190 void CParameterMgrPlatformConnector::doLog(bool bIsWarning, const string& strLog) in doLog()