Lines Matching refs:CParameterMgrPlatformConnector
38 CParameterMgrPlatformConnector::CParameterMgrPlatformConnector( in CParameterMgrPlatformConnector() function in CParameterMgrPlatformConnector
40 : _pParameterMgrLogger(new CParameterMgrLogger<CParameterMgrPlatformConnector>(*this)), in CParameterMgrPlatformConnector()
46 CParameterMgrPlatformConnector::~CParameterMgrPlatformConnector() in ~CParameterMgrPlatformConnector()
53 ISelectionCriterionTypeInterface *CParameterMgrPlatformConnector::createSelectionCriterionType( in createSelectionCriterionType()
61 ISelectionCriterionInterface *CParameterMgrPlatformConnector::createSelectionCriterion( in createSelectionCriterion()
71 ISelectionCriterionInterface *CParameterMgrPlatformConnector::getSelectionCriterion( in getSelectionCriterion()
78 void CParameterMgrPlatformConnector::applyConfigurations() in applyConfigurations()
86 CParameterHandle *CParameterMgrPlatformConnector::createParameterHandle(const string &strPath, in createParameterHandle()
94 ElementHandle *CParameterMgrPlatformConnector::createElementHandle(const string &strPath, in createElementHandle()
101 void CParameterMgrPlatformConnector::setLogger(CParameterMgrPlatformConnector::ILogger *pLogger) in setLogger()
106 bool CParameterMgrPlatformConnector::getForceNoRemoteInterface() const in getForceNoRemoteInterface()
111 void CParameterMgrPlatformConnector::setForceNoRemoteInterface(bool bForceNoRemoteInterface) in setForceNoRemoteInterface()
116 bool CParameterMgrPlatformConnector::setFailureOnMissingSubsystem(bool bFail, string &strError) in setFailureOnMissingSubsystem()
128 bool CParameterMgrPlatformConnector::getFailureOnMissingSubsystem() const in getFailureOnMissingSubsystem()
133 bool CParameterMgrPlatformConnector::setFailureOnFailedSettingsLoad(bool bFail, in setFailureOnFailedSettingsLoad()
146 bool CParameterMgrPlatformConnector::getFailureOnFailedSettingsLoad() const in getFailureOnFailedSettingsLoad()
151 const string &CParameterMgrPlatformConnector::getSchemaUri() const in getSchemaUri()
156 void CParameterMgrPlatformConnector::setSchemaUri(const string &schemaUri) in setSchemaUri()
161 bool CParameterMgrPlatformConnector::setValidateSchemasOnStart(bool bValidate, in setValidateSchemasOnStart()
174 bool CParameterMgrPlatformConnector::getValidateSchemasOnStart() const in getValidateSchemasOnStart()
180 bool CParameterMgrPlatformConnector::start(string &strError) in start()
194 bool CParameterMgrPlatformConnector::isStarted() const in isStarted()
200 void CParameterMgrPlatformConnector::info(const string &log) in info()
208 void CParameterMgrPlatformConnector::warning(const string &log) in warning()