Lines Matching refs:aCommand
218 const ucb::Command& aCommand, in execute() argument
227 if ( aCommand.Name.equalsAsciiL( in execute()
235 if ( !( aCommand.Argument >>= Properties ) ) in execute()
249 else if ( aCommand.Name.equalsAsciiL( in execute()
257 if ( !( aCommand.Argument >>= aProperties ) ) in execute()
283 else if ( aCommand.Name.equalsAsciiL( in execute()
293 else if ( aCommand.Name.equalsAsciiL( in execute()
303 else if ( aCommand.Name.equalsAsciiL( in execute()
307 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
425 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "close" ) ) ) in execute()
429 else if ( aCommand.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "delete" ) ) ) in execute()
446 else if ( aCommand.Name.equalsAsciiL( in execute()
454 if ( !( aCommand.Argument >>= arg ) ) in execute()
468 else if( ! aCommand.Name.compareToAscii( "transfer" ) ) in execute()
471 if( ! ( aCommand.Argument >>= aTransferInfo ) ) in execute()