Lines Matching defs:cmd
73 bool HdcClient::StartServer(const string &cmd) in StartServer()
112 bool HdcClient::ChannelCtrlServer(const string &cmd, string &connectKey) in ChannelCtrlServer()
170 bool HdcClient::KillServer(const string &cmd) in KillServer()
309 …::CreateChildProcess(HANDLE hSubWrite, HANDLE hSubRead, PROCESS_INFORMATION *pi, const string& cmd) in CreateChildProcess()
340 void HdcClient::RunCommandWin32(const string& cmd) in RunCommandWin32()
376 void HdcClient::RunCommand(const string& cmd) in RunCommand()
395 void HdcClient::RunExecuteCommand(const string& cmd) in RunExecuteCommand()
404 bool IsCaptureCommand(const string& cmd) in IsCaptureCommand()
568 char *cmd = hChannel->bufStd; in ReadStd() local
751 uint16_t cmd = 0; in ReadChannel() local
873 bool HdcClient::IsOffset(uint16_t cmd) in IsOffset()