Home
last modified time | relevance | path

Searched refs:CParameterMgrPlatformConnector (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterMgrPlatformConnector.cpp38 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()
[all …]
DParameterMgrFullConnector.cpp41 : CParameterMgrPlatformConnector(strConfigurationFilePath) in CParameterMgrFullConnector()
/external/parameter-framework/upstream/parameter/include/
DParameterMgrPlatformConnector.h42 class PARAMETER_EXPORT CParameterMgrPlatformConnector
44 friend class CParameterMgrLogger<CParameterMgrPlatformConnector>;
65 CParameterMgrPlatformConnector(const std::string &strConfigurationFilePath);
66 virtual ~CParameterMgrPlatformConnector();
191 CParameterMgrPlatformConnector(const CParameterMgrPlatformConnector &);
192 CParameterMgrPlatformConnector &operator=(const CParameterMgrPlatformConnector &);
199 CParameterMgrLogger<CParameterMgrPlatformConnector> *_pParameterMgrLogger;
DParameterMgrFullConnector.h52 class PARAMETER_EXPORT CParameterMgrFullConnector : public CParameterMgrPlatformConnector
73 using CParameterMgrPlatformConnector::setFailureOnMissingSubsystem;
79 using CParameterMgrPlatformConnector::setFailureOnFailedSettingsLoad;
85 using CParameterMgrPlatformConnector::setValidateSchemasOnStart;
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.h106 typedef bool (CParameterMgrPlatformConnector::*setter_t)(bool, std::string &);
120 typedef bool (CParameterMgrPlatformConnector::*getter_t)() const;
152 CParameterMgrPlatformConnector mParameterMgrPlatformConnector;
154 class : public CParameterMgrPlatformConnector::ILogger
DTestPlatform.cpp100 &CTestPlatform::setter<&CParameterMgrPlatformConnector::setFailureOnMissingSubsystem>, 1, in run()
105 &CTestPlatform::getter<&CParameterMgrPlatformConnector::getFailureOnMissingSubsystem>, 0, in run()
111 &CTestPlatform::setter<&CParameterMgrPlatformConnector::setFailureOnFailedSettingsLoad>, 1, in run()
116 &CTestPlatform::getter<&CParameterMgrPlatformConnector::getFailureOnFailedSettingsLoad>, 0, in run()
121 &CTestPlatform::setter<&CParameterMgrPlatformConnector::setValidateSchemasOnStart>, 1, in run()
125 &CTestPlatform::getter<&CParameterMgrPlatformConnector::getValidateSchemasOnStart>, 0, "", in run()
/external/parameter-framework/upstream/bindings/c/
DParameterFramework.cpp52 typedef CParameterMgrPlatformConnector Pfw;
115 class LogWrapper : public CParameterMgrPlatformConnector::ILogger
234 handle->pfw = new CParameterMgrPlatformConnector(configPath); in pfwStart()
/external/parameter-framework/upstream/test/functional-tests/include/
DParameterFramework.hpp60 using PPF = CParameterMgrPlatformConnector;