Home
last modified time | relevance | path

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

/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DParameterMgrPlatformConnector.cpp39 const string &strConfigurationFilePath) in CParameterMgrPlatformConnector() argument
41 _pParameterMgr(new CParameterMgr(strConfigurationFilePath, *_pParameterMgrLogger)), in CParameterMgrPlatformConnector()
H A DParameterMgrFullConnector.cpp40 CParameterMgrFullConnector::CParameterMgrFullConnector(const string &strConfigurationFilePath) in CParameterMgrFullConnector() argument
41 : CParameterMgrPlatformConnector(strConfigurationFilePath) in CParameterMgrFullConnector()
H A DParameterMgr.h87 CParameterMgr(const std::string &strConfigurationFilePath, core::log::ILogger &logger);
H A DParameterMgr.cpp326 CParameterMgr::CParameterMgr(const string &strConfigurationFilePath, log::ILogger &logger) in CParameterMgr() argument
329 _xmlConfigurationUri(CXmlDocSource::mkUri(strConfigurationFilePath, "")), _logger(logger) in CParameterMgr()
/aosp_15_r20/external/parameter-framework/upstream/parameter/include/
H A DParameterMgrPlatformConnector.h65 CParameterMgrPlatformConnector(const std::string &strConfigurationFilePath);
H A DParameterMgrFullConnector.h58 CParameterMgrFullConnector(const std::string &strConfigurationFilePath);
/aosp_15_r20/external/parameter-framework/upstream/bindings/python/
H A Dpfw.i77 CParameterMgrFullConnector(const std::string& strConfigurationFilePath);