Searched refs:CTestPlatform (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/upstream/test/test-platform/ |
D | TestPlatform.cpp | 41 CTestPlatform::CTestPlatform(const string &strClass, std::string bindAddress) 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 …]
|
D | TestPlatform.h | 42 class CTestPlatform 44 typedef TRemoteCommandHandlerTemplate<CTestPlatform> CCommandHandler; 48 CTestPlatform(const std::string &strclass, std::string bindAddress); 49 virtual ~CTestPlatform();
|
D | main.cpp | 104 if (!CTestPlatform(filePath, bindAddress).run(strError)) { in main()
|