OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remotecommandusagelength
(Results
1 - 1
of
1
) sorted by null
/external/parameter-framework/upstream/remote-processor/
RemoteCommandHandlerTemplate.h
181
size_t
remoteCommandUsageLength
= pRemoteCommandParserItem->usage().length();
183
if (
remoteCommandUsageLength
> _maxCommandUsageLength) {
185
_maxCommandUsageLength =
remoteCommandUsageLength
;
Completed in 77 milliseconds