Lines Matching refs:aCommand
306 const ucb::Command& aCommand, in execute() argument
315 if ( aCommand.Name.compareToAscii( "getPropertyValues" ) == 0 ) in execute()
318 if ( !( aCommand.Argument >>= Properties ) ) in execute()
326 else if ( aCommand.Name.compareToAscii( "setPropertyValues" ) == 0 ) in execute()
330 if( ! ( aCommand.Argument >>= propertyValues ) ) { in execute()
349 else if ( aCommand.Name.compareToAscii( "getPropertySetInfo" ) == 0 ) in execute()
354 else if ( aCommand.Name.compareToAscii( "getCommandInfo" ) == 0 ) in execute()
359 else if ( aCommand.Name.compareToAscii( "open" ) == 0 ) in execute()
362 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
373 aCommand, in execute()
391 aCommand, in execute()