Lines Matching refs:HdcClient
28 HdcClient::HdcClient(const bool serverOrClient, const string &addrString, uv_loop_t *loopMainIn, bo… in HdcClient() function in Hdc::HdcClient
39 HdcClient::~HdcClient() in ~HdcClient()
49 void HdcClient::NotifyInstanceChannelFree(HChannel hChannel) in NotifyInstanceChannelFree()
57 uint32_t HdcClient::GetLastPID() in GetLastPID()
73 bool HdcClient::StartKillServer(const char *cmd, bool startOrKill) in StartKillServer()
113 void HdcClient::DoCtrlServiceWork(uv_check_t *handle) in DoCtrlServiceWork()
115 HdcClient *thisClass = (HdcClient *)handle->data; in DoCtrlServiceWork()
133 int HdcClient::CtrlServiceWork(const char *commandIn) in CtrlServiceWork()
143 string HdcClient::AutoConnectKey(string &doCommand, const string &preConnectKey) const in AutoConnectKey()
198 string HdcClient::GetHilogPath() in GetHilogPath()
207 void HdcClient::RunCommandWin32(const string& cmd) in RunCommandWin32()
257 void HdcClient::RunCommand(const string& cmd) in RunCommand()
276 void HdcClient::RunExecuteCommand(const string& cmd) in RunExecuteCommand()
304 int HdcClient::ExecuteCommand(const string &commandIn) in ExecuteCommand()
339 int HdcClient::Initial(const string &connectKeyIn) in Initial()
349 int HdcClient::ConnectServerForClient(const char *ip, uint16_t port) in ConnectServerForClient()
381 void HdcClient::CommandWorker(uv_timer_t *handle) in CommandWorker()
384 HdcClient *thisClass = (HdcClient *)handle->data; in CommandWorker()
426 void HdcClient::AllocStdbuf(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocStdbuf()
437 void HdcClient::ReadStd(uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) in ReadStd()
440 HdcClient *thisClass = (HdcClient *)hChannel->clsChannel; in ReadStd()
449 void HdcClient::ModifyTty(bool setOrRestore, uv_tty_t *tty) in ModifyTty()
474 void HdcClient::BindLocalStd(HChannel hChannel) in BindLocalStd()
501 void HdcClient::Connect(uv_connect_t *connection, int status) in Connect()
503 HdcClient *thisClass = (HdcClient *)connection->data; in Connect()
516 int HdcClient::PreHandshake(HChannel hChannel, const uint8_t *buf) in PreHandshake()
567 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel()
632 bool HdcClient::WaitFor(const string &str) in WaitFor()
650 string HdcClient::ListTargetsAll(const string &str) in ListTargetsAll()
668 void HdcClient::UpdateList(const string &str) in UpdateList()
687 bool HdcClient::IsOffset(uint16_t cmd) in IsOffset()
704 HTaskInfo HdcClient::GetRemoteTaskInfo(HChannel hChannel) in GetRemoteTaskInfo()