Searched defs:strDescription (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
H A DRemoteCommandHandlerTemplate.h65 const std::string &strDescription)
68 _strDescription(strDescription)
133 const std::string &strDescription)
143 strCommandName, pfnParser, minArgumentCount, strHelp, strDescription));
63 CRemoteCommandParserItem(const std::string &strCommandName, RemoteCommandParser pfnParser, size_t minArgumentCount, const std::string &strHelp, const std::string &strDescription) argument
131 addCommandParser(const std::string &strCommandName, RemoteCommandParser pfnParser, size_t minArgumentCount, const std::string &strHelp, const std::string &strDescription) argument
/external/parameter-framework/upstream/parameter/
H A DElement.cpp53 void CElement::setDescription(const string &strDescription) argument
55 _strDescription = strDescription;

Completed in 1061 milliseconds