Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp71 commandHandler.addCommandParser("exit", &CTestPlatform::exit, 0, "", "Exit TestPlatform"); in run()
72 commandHandler.addCommandParser("createExclusiveSelectionCriterionFromStateList", in run()
76 commandHandler.addCommandParser("createInclusiveSelectionCriterionFromStateList", in run()
81 commandHandler.addCommandParser("createExclusiveSelectionCriterion", in run()
84 commandHandler.addCommandParser("createInclusiveSelectionCriterion", in run()
88 commandHandler.addCommandParser("start", &CTestPlatform::startParameterMgr, 0, "", in run()
91 commandHandler.addCommandParser("setCriterionState", &CTestPlatform::setCriterionState, 2, in run()
94 commandHandler.addCommandParser( in run()
98 commandHandler.addCommandParser( in run()
103 commandHandler.addCommandParser( in run()
[all …]
/external/parameter-framework/upstream/remote-processor/
DRemoteCommandHandlerTemplate.h119 addCommandParser("help", NULL, 0, "", "Show commands description and usage"); in TRemoteCommandHandlerTemplate()
131 bool addCommandParser(const std::string &strCommandName, RemoteCommandParser pfnParser, in addCommandParser() function
/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp2831 commandHandler->addCommandParser( in createCommandHandler()