Searched defs:CElementLocator (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
H A DElementLocator.h36 class CElementLocator class
39 CElementLocator(CElement* pSubRootElement, bool bStrict = true);
H A DElementLocator.cpp35 CElementLocator::CElementLocator(CElement* pSubRootElement, bool bStrict) : _pSubRootElement(pSubRootElement), _bStrict(bStrict) function in class:CElementLocator
40 bool CElementLocator::locate(const string& strPath, CElement** ppElement, string& strError)

Completed in 240 milliseconds