Lines Matching defs:cmd
88 bool HdcClient::StartServer(const string &cmd) in StartServer()
127 bool HdcClient::ChannelCtrlServer(const string &cmd, string &connectKey) in ChannelCtrlServer()
185 bool HdcClient::KillServer(const string &cmd) in KillServer()
328 …::CreateChildProcess(HANDLE hSubWrite, HANDLE hSubRead, PROCESS_INFORMATION *pi, const string& cmd) in CreateChildProcess()
359 void HdcClient::RunCommandWin32(const string& cmd) in RunCommandWin32()
395 void HdcClient::RunCommand(const string& cmd) in RunCommand()
414 void HdcClient::RunExecuteCommand(const string& cmd) in RunExecuteCommand()
423 bool IsCaptureCommand(const string& cmd) in IsCaptureCommand()
636 char *cmd = hChannel->bufStd; in ReadStd() local
877 uint16_t cmd = 0; in ReadChannel() local
999 bool HdcClient::IsOffset(uint16_t cmd) in IsOffset()