Home
last modified time | relevance | path

Searched refs:remoteCommandUsageLength (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
DRemoteCommandHandlerTemplate.h181 size_t remoteCommandUsageLength = pRemoteCommandParserItem->usage().length(); in initMaxCommandUsageLength() local
183 if (remoteCommandUsageLength > _maxCommandUsageLength) { in initMaxCommandUsageLength()
185 _maxCommandUsageLength = remoteCommandUsageLength; in initMaxCommandUsageLength()