OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTestPlatform
(Results
1 - 3
of
3
) sorted by null
/external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp
41
CTestPlatform
::
CTestPlatform
(const string &strClass, uint16_t iPortNumber)
47
CTestPlatform
::~
CTestPlatform
()
51
CTestPlatform
::CommandReturn
CTestPlatform
::exit(const IRemoteCommand & /*command*/,
56
return
CTestPlatform
::CCommandHandler::EDone;
59
bool
CTestPlatform
::run(std::string &strError)
71
commandHandler.addCommandParser("exit", &
CTestPlatform
::exit, 0, "", "Exit TestPlatform");
73
&
CTestPlatform
::createExclusiveSelectionCriterionFromStateList
[
all
...]
TestPlatform.h
42
class
CTestPlatform
44
typedef TRemoteCommandHandlerTemplate<
CTestPlatform
> CCommandHandler;
48
CTestPlatform
(const std::string &strclass, uint16_t iPortNumber);
49
virtual ~
CTestPlatform
();
main.cpp
108
if (!
CTestPlatform
(filePath, portNumber).run(strError)) {
Completed in 162 milliseconds