Searched defs:strPath (Results 1 – 6 of 6) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | PathNavigator.cpp | 33 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
|
D | ElementLocator.cpp | 41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) in locate()
|
D | ParameterMgrPlatformConnector.cpp | 86 CParameterHandle *CParameterMgrPlatformConnector::createParameterHandle(const string &strPath, in createParameterHandle() 94 ElementHandle *CParameterMgrPlatformConnector::createElementHandle(const string &strPath, in createElementHandle()
|
D | XmlFileIncluderElement.cpp | 57 std::string strPath; in fromXml() local
|
D | ParameterMgrFullConnector.cpp | 113 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
|
D | ParameterMgr.cpp | 697 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()
|