Searched refs:CPathNavigator (Results 1 – 15 of 15) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | PathNavigator.cpp | 33 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()
|
D | PathNavigator.h | 36 class CPathNavigator 39 CPathNavigator(const std::string &strPath);
|
D | ArrayParameter.h | 57 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet, 75 bool getIndex(CPathNavigator &pathNavigator, size_t &index,
|
D | Element.h | 104 const CElement *findDescendant(CPathNavigator &pathNavigator) const; 105 CElement *findDescendant(CPathNavigator &pathNavigator);
|
D | ElementLocator.cpp | 43 CPathNavigator pathNavigator(strPath); in locate()
|
D | InstanceConfigurableElement.h | 116 static bool checkPathExhausted(CPathNavigator &pathNavigator,
|
D | ArrayParameter.cpp | 72 bool CArrayParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue() 203 bool CArrayParameter::getIndex(CPathNavigator &pathNavigator, size_t &index, in getIndex()
|
D | Element.cpp | 409 const CElement *CElement::findDescendant(CPathNavigator &pathNavigator) const in findDescendant() 428 CElement *CElement::findDescendant(CPathNavigator &pathNavigator) in findDescendant()
|
D | BaseParameter.h | 92 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
|
D | InstanceConfigurableElement.cpp | 203 bool CInstanceConfigurableElement::checkPathExhausted(CPathNavigator &pathNavigator, in checkPathExhausted()
|
D | BaseParameter.cpp | 185 bool CBaseParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue()
|
D | ConfigurableElement.h | 112 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
|
D | ConfigurableElement.cpp | 203 bool CConfigurableElement::accessValue(CPathNavigator &pathNavigator, std::string &strValue, in accessValue()
|
D | ConfigurableDomain.cpp | 278 CPathNavigator pathNavigator(strConfigurableElementPath); in parseConfigurableElements()
|
D | ParameterMgr.cpp | 700 CPathNavigator pathNavigator(strPath); in getConfigurableElement() 2096 CPathNavigator pathNavigator(strPath); in accessValue()
|