HomeSort by relevance Sort by last modified time
    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