Home
last modified time | relevance | path

Searched refs:_strContext (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()
51 _pElement->doLog(false, "} " + _strContext); in ~CAutoLog()
DAutoLog.h48 std::string _strContext; variable