Searched refs:addCommandParser (Results 1 – 3 of 3) sorted by relevance
/external/parameter-framework/upstream/test/test-platform/ |
D | TestPlatform.cpp | 71 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/ |
D | RemoteCommandHandlerTemplate.h | 119 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/ |
D | ParameterMgr.cpp | 2831 commandHandler->addCommandParser( in createCommandHandler()
|