Lines Matching refs:formatCommandInput
385 void HdcServerForClient::GetTargetList(HChannel hChannel, void *formatCommandInput) in GetTargetList() argument
387 …slateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in GetTargetList()
466 bool HdcServerForClient::DoCommandLocal(HChannel hChannel, void *formatCommandInput) in DoCommandLocal() argument
468 …slateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in DoCommandLocal()
479 GetTargetList(hChannel, formatCommandInput); in DoCommandLocal()
553 bool HdcServerForClient::TaskCommand(HChannel hChannel, void *formatCommandInput) in TaskCommand() argument
555 …slateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in TaskCommand()
633 bool HdcServerForClient::DoCommandRemote(HChannel hChannel, void *formatCommandInput) in DoCommandRemote() argument
635 …slateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in DoCommandRemote()
673 TaskCommand(hChannel, formatCommandInput); in DoCommandRemote()
686 bool HdcServerForClient::DoCommand(HChannel hChannel, void *formatCommandInput) in DoCommand() argument
689 …slateCommand::FormatCommand *formatCommand = (TranslateCommand::FormatCommand *)formatCommandInput; in DoCommand()
692 ret = DoCommandLocal(hChannel, formatCommandInput); in DoCommand()
694 ret = DoCommandRemote(hChannel, formatCommandInput); in DoCommand()