Home
last modified time | relevance | path

Searched refs:CPathNavigator (Results 1 – 15 of 15) sorted by relevance

/external/parameter-framework/upstream/parameter/
DPathNavigator.cpp33 CPathNavigator::CPathNavigator(const std::string &strPath) in CPathNavigator() function in CPathNavigator
38 void CPathNavigator::init(const std::string &strPath) in init()
47 bool CPathNavigator::isPathValid() const in isPathValid()
53 bool CPathNavigator::navigateThrough(const std::string &strItemName, std::string &strError) in navigateThrough()
83 std::string *CPathNavigator::next() in next()
93 std::string CPathNavigator::getCurrentPath() const in getCurrentPath()
113 bool CPathNavigator::checkPathFormat(const std::string &strUpl) in checkPathFormat()
DPathNavigator.h36 class CPathNavigator
39 CPathNavigator(const std::string &strPath);
DArrayParameter.h57 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
75 bool getIndex(CPathNavigator &pathNavigator, size_t &index,
DElement.h104 const CElement *findDescendant(CPathNavigator &pathNavigator) const;
105 CElement *findDescendant(CPathNavigator &pathNavigator);
DElementLocator.cpp43 CPathNavigator pathNavigator(strPath); in locate()
DInstanceConfigurableElement.h116 static bool checkPathExhausted(CPathNavigator &pathNavigator,
DArrayParameter.cpp72 bool CArrayParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue()
203 bool CArrayParameter::getIndex(CPathNavigator &pathNavigator, size_t &index, in getIndex()
DElement.cpp409 const CElement *CElement::findDescendant(CPathNavigator &pathNavigator) const in findDescendant()
428 CElement *CElement::findDescendant(CPathNavigator &pathNavigator) in findDescendant()
DBaseParameter.h92 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
DInstanceConfigurableElement.cpp203 bool CInstanceConfigurableElement::checkPathExhausted(CPathNavigator &pathNavigator, in checkPathExhausted()
DBaseParameter.cpp185 bool CBaseParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue()
DConfigurableElement.h112 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
DConfigurableElement.cpp203 bool CConfigurableElement::accessValue(CPathNavigator &pathNavigator, std::string &strValue, in accessValue()
DConfigurableDomain.cpp278 CPathNavigator pathNavigator(strConfigurableElementPath); in parseConfigurableElements()
DParameterMgr.cpp700 CPathNavigator pathNavigator(strPath); in getConfigurableElement()
2096 CPathNavigator pathNavigator(strPath); in accessValue()