Home
last modified time | relevance | path

Searched refs:CTestPlatform (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp41 CTestPlatform::CTestPlatform(const string &strClass, uint16_t iPortNumber) in CTestPlatform() function in CTestPlatform
47 CTestPlatform::~CTestPlatform() in ~CTestPlatform()
51 CTestPlatform::CommandReturn CTestPlatform::exit(const IRemoteCommand & /*command*/, in exit()
56 return CTestPlatform::CCommandHandler::EDone; in exit()
59 bool CTestPlatform::run(std::string &strError) in run()
71 commandHandler.addCommandParser("exit", &CTestPlatform::exit, 0, "", "Exit TestPlatform"); in run()
73 &CTestPlatform::createExclusiveSelectionCriterionFromStateList, in run()
77 &CTestPlatform::createInclusiveSelectionCriterionFromStateList, in run()
82 &CTestPlatform::createExclusiveSelectionCriterion, 2, in run()
85 &CTestPlatform::createInclusiveSelectionCriterion, 2, in run()
[all …]
DTestPlatform.h42 class CTestPlatform
44 typedef TRemoteCommandHandlerTemplate<CTestPlatform> CCommandHandler;
48 CTestPlatform(const std::string &strclass, uint16_t iPortNumber);
49 virtual ~CTestPlatform();
Dmain.cpp108 if (!CTestPlatform(filePath, portNumber).run(strError)) { in main()