Home
last modified time | relevance | path

Searched defs:strPath (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/upstream/parameter/
DPathNavigator.cpp33 CPathNavigator::CPathNavigator(const std::string &strPath) in CPathNavigator()
38 void CPathNavigator::init(const std::string &strPath) in init()
95 std::string strPath = "/"; in getCurrentPath() local
DElementLocator.cpp41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) in locate()
DParameterMgrPlatformConnector.cpp86 CParameterHandle *CParameterMgrPlatformConnector::createParameterHandle(const string &strPath, in createParameterHandle()
94 ElementHandle *CParameterMgrPlatformConnector::createElementHandle(const string &strPath, in createElementHandle()
DXmlFileIncluderElement.cpp57 std::string strPath; in fromXml() local
DParameterMgrFullConnector.cpp113 bool CParameterMgrFullConnector::accessParameterValue(const string &strPath, string &strValue, in accessParameterValue()
121 const string &strPath, string &strValue, in accessConfigurationValue()
128 bool CParameterMgrFullConnector::getParameterMapping(const string &strPath, string &strValue) const in getParameterMapping() argument
DParameterMgr.cpp697 const CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, in getConfigurableElement()
725 CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, string &strError) in getConfigurableElement()
734 CParameterHandle *CParameterMgr::createParameterHandle(const string &strPath, string &strError) in createParameterHandle()
1959 bool CParameterMgr::accessParameterValue(const string &strPath, string &strValue, bool bSet, in accessParameterValue()
1982 bool CParameterMgr::getParameterMapping(const string &strPath, string &strResult) const in getParameterMapping() argument
2010 const string &strConfiguration, const string &strPath, in accessConfigurationValue()
2090 const string &strPath, string &strValue, bool bSet, in accessValue()