Home
last modified time | relevance | path

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

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