Searched defs:strLog (Results 1 - 5 of 5) sorted by relevance

/external/parameter-framework/parameter/
H A DParameterMgrLogger.h48 virtual void log(bool bIsWarning, const std::string& strLog) argument
50 _parameterMgrConnector.doLog(bIsWarning, strLog);
H A DParameterMgrPlatformConnector.cpp190 void CParameterMgrPlatformConnector::doLog(bool bIsWarning, const string& strLog) argument
194 _pLogger->log(bIsWarning, strLog);
H A DParameterMgrFullConnector.cpp64 void CParameterMgrFullConnector::doLog(bool bIsWarning, const string& strLog) argument
68 _pLogger->log(bIsWarning, strLog);
/external/parameter-framework/bindings/c/
H A DParameterFramework.cpp108 virtual void log(bool bIsWarning, const string &strLog) argument
115 strLog.c_str());
/external/parameter-framework/test/test-platform/
H A DTestPlatform.cpp50 virtual void log(bool bIsWarning, const string& strLog) argument
55 std::cerr << strLog << std::endl;
58 std::cout << strLog << std::endl;

Completed in 110 milliseconds