Searched refs:strLog (Results 1 – 12 of 12) sorted by relevance
/external/parameter-framework/parameter/ |
D | ParameterMgrLogger.h | 48 virtual void log(bool bIsWarning, const std::string& strLog) in log() argument 50 _parameterMgrConnector.doLog(bIsWarning, strLog); in log()
|
D | ParameterMgrPlatformConnector.cpp | 190 void CParameterMgrPlatformConnector::doLog(bool bIsWarning, const string& strLog) in doLog() argument 194 _pLogger->log(bIsWarning, strLog); in doLog()
|
D | ParameterMgrFullConnector.cpp | 64 void CParameterMgrFullConnector::doLog(bool bIsWarning, const string& strLog) in doLog() argument 68 _pLogger->log(bIsWarning, strLog); in doLog()
|
D | Element.h | 185 virtual void doLog(bool bIsWarning, const std::string& strLog) const;
|
D | Element.cpp | 102 void CElement::doLog(bool bIsWarning, const string& strLog) const in doLog() 107 _pParent->doLog(bIsWarning, strLog); in doLog()
|
D | ParameterMgr.h | 103 virtual void log(bool bIsWarning, const std::string& strLog) = 0; 369 virtual void doLog(bool bIsWarning, const std::string& strLog) const;
|
D | ParameterMgr.cpp | 414 void CParameterMgr::doLog(bool bIsWarning, const string& strLog) const in doLog() 430 _pLogger->log(bIsWarning, strIndent + strLog); in doLog()
|
/external/parameter-framework/parameter/include/ |
D | ParameterMgrPlatformConnector.h | 47 virtual void log(bool bIsWarning, const std::string& strLog) = 0; 163 void doLog(bool bIsWarning, const std::string& strLog);
|
D | ParameterMgrFullConnector.h | 55 virtual void log(bool bIsWarning, const std::string& strLog) = 0; 284 void doLog(bool bIsWarning, const std::string& strLog);
|
/external/parameter-framework/test/test-platform/ |
D | TestPlatform.cpp | 50 virtual void log(bool bIsWarning, const string& strLog) in log() argument 55 std::cerr << strLog << std::endl; in log() 58 std::cout << strLog << std::endl; in log()
|
/external/parameter-framework/bindings/c/ |
D | ParameterFramework.cpp | 108 virtual void log(bool bIsWarning, const string &strLog) in log() argument 115 strLog.c_str()); in log()
|
/external/parameter-framework/bindings/python/ |
D | pfw.i | 187 virtual void log(bool bIsWarning, const std::string& strLog) = 0;
|