Home
last modified time | relevance | path

Searched refs:ppElement (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DElementLocator.cpp41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) in locate() argument
75 *ppElement = _pSubRootElement->findDescendant(pathNavigator); in locate()
77 if (!*ppElement) { in locate()
DElementLocator.h42 bool locate(const std::string &strPath, CElement **ppElement, std::string &strError);