OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_maxcommandusagelength
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/remote-processor/
RemoteCommandHandlerTemplate.h
116
: _pCommandParser(pCommandParser),
_maxCommandUsageLength
(0)
177
if (!
_maxCommandUsageLength
) {
183
if (remoteCommandUsageLength >
_maxCommandUsageLength
) {
185
_maxCommandUsageLength
= remoteCommandUsageLength;
203
size_t spacesToAdd =
_maxCommandUsageLength
+ 5 - strUsage.length();
225
size_t
_maxCommandUsageLength
;
/external/parameter-framework/upstream/parameter/
ParameterMgr.h
[
all
...]
Completed in 533 milliseconds