Lines Matching refs:formatCommandInput
366 void HdcServerForClient::GetTargetList(HChannel hChannel, void *formatCommandInput) in GetTargetList() argument
368 …slateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in GetTargetList()
447 bool HdcServerForClient::DoCommandLocal(HChannel hChannel, void *formatCommandInput) in DoCommandLocal() argument
449 …slateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in DoCommandLocal()
460 GetTargetList(hChannel, formatCommandInput); in DoCommandLocal()
534 bool HdcServerForClient::TaskCommand(HChannel hChannel, void *formatCommandInput) in TaskCommand() argument
536 …slateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in TaskCommand()
615 bool HdcServerForClient::DoCommandRemote(HChannel hChannel, void *formatCommandInput) in DoCommandRemote() argument
617 …slateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in DoCommandRemote()
655 TaskCommand(hChannel, formatCommandInput); in DoCommandRemote()
668 bool HdcServerForClient::DoCommand(HChannel hChannel, void *formatCommandInput) in DoCommand() argument
671 …slateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in DoCommand()
674 ret = DoCommandLocal(hChannel, formatCommandInput); in DoCommand()
676 ret = DoCommandRemote(hChannel, formatCommandInput); in DoCommand()