Searched refs:CTESTSubsystem (Results 1 – 3 of 3) sorted by relevance
46 CTESTSubsystem::CTESTSubsystem(const std::string &strName, core::log::Logger &logger) in CTESTSubsystem() function in CTESTSubsystem61 bool CTESTSubsystem::isAlive() const in isAlive()68 bool CTESTSubsystem::needResync(bool bClear) in needResync()93 std::string CTESTSubsystem::read(const std::string &strFileName) in read()106 void CTESTSubsystem::write(const std::string &strFileName, const std::string &strContent) in write()
34 class CTESTSubsystem : public CSubsystem37 CTESTSubsystem(const std::string &strName, core::log::Logger &logger);
38 "TEST", new TLoggingElementBuilderTemplate<CTESTSubsystem>(logger)); in PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1()