HomeSort by relevance Sort by last modified time
    Searched refs:CTESTSubsystem (Results 1 - 3 of 3) sorted by null

  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemBuilder.cpp 38 "TEST", new TLoggingElementBuilderTemplate<CTESTSubsystem>(logger));
TESTSubsystem.h 34 class CTESTSubsystem : public CSubsystem
37 CTESTSubsystem(const std::string &strName, core::log::Logger &logger);
TESTSubsystem.cpp 46 CTESTSubsystem::CTESTSubsystem(const std::string &strName, core::log::Logger &logger)
61 bool CTESTSubsystem::isAlive() const
68 bool CTESTSubsystem::needResync(bool bClear)
93 std::string CTESTSubsystem::read(const std::string &strFileName)
106 void CTESTSubsystem::write(const std::string &strFileName, const std::string &strContent)

Completed in 208 milliseconds