OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addCommandParser
(Results
1 - 3
of
3
) sorted by null
/external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp
71
commandHandler.
addCommandParser
("exit", &CTestPlatform::exit, 0, "", "Exit TestPlatform");
72
commandHandler.
addCommandParser
("createExclusiveSelectionCriterionFromStateList",
76
commandHandler.
addCommandParser
("createInclusiveSelectionCriterionFromStateList",
81
commandHandler.
addCommandParser
("createExclusiveSelectionCriterion",
84
commandHandler.
addCommandParser
("createInclusiveSelectionCriterion",
88
commandHandler.
addCommandParser
("start", &CTestPlatform::startParameterMgr, 0, "",
91
commandHandler.
addCommandParser
("setCriterionState", &CTestPlatform::setCriterionState, 2,
94
commandHandler.
addCommandParser
(
98
commandHandler.
addCommandParser
(
103
commandHandler.
addCommandParser
(
[
all
...]
/external/parameter-framework/upstream/remote-processor/
RemoteCommandHandlerTemplate.h
119
addCommandParser
("help", nullptr, 0, "", "Show commands description and usage");
131
bool
addCommandParser
(const std::string &strCommandName, RemoteCommandParser pfnParser,
/external/parameter-framework/upstream/parameter/
ParameterMgr.cpp
[
all
...]
Completed in 429 milliseconds