Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DAutoLog.cpp35 : _pElement(pElement), _strContext(strContext), _bLogOn(bLogOn) in CAutoLog()
39 _pElement->doLog(false, _strContext + " {"); in CAutoLog()
41 _pElement->nestLog(); in CAutoLog()
49 _pElement->unnestLog(); in ~CAutoLog()
51 _pElement->doLog(false, "} " + _strContext); in ~CAutoLog()
DAutoLog.h46 const CElement* _pElement; variable