Home
last modified time | relevance | path

Searched refs:strConfigurationFilePath (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/parameter/
DParameterMgrPlatformConnector.cpp39 const string& strConfigurationFilePath) : in CParameterMgrPlatformConnector() argument
40 _pParameterMgr(new CParameterMgr(strConfigurationFilePath)), _bStarted(false), _pLogger(NULL) in CParameterMgrPlatformConnector()
DParameterMgrFullConnector.cpp38 CParameterMgrFullConnector::CParameterMgrFullConnector(const string& strConfigurationFilePath) : in CParameterMgrFullConnector() argument
39 _pParameterMgr(new CParameterMgr(strConfigurationFilePath)), _pLogger(NULL) in CParameterMgrFullConnector()
DParameterMgr.h109 CParameterMgr(const std::string& strConfigurationFilePath);
DParameterMgr.cpp324 CParameterMgr::CParameterMgr(const string& strConfigurationFilePath) : in CParameterMgr() argument
331 _strXmlConfigurationFilePath(strConfigurationFilePath), in CParameterMgr()
/external/parameter-framework/parameter/include/
DParameterMgrPlatformConnector.h53 CParameterMgrPlatformConnector(const std::string& strConfigurationFilePath);
DParameterMgrFullConnector.h49 CParameterMgrFullConnector(const std::string& strConfigurationFilePath);
/external/parameter-framework/bindings/python/
Dpfw.i77 CParameterMgrFullConnector(const std::string& strConfigurationFilePath);