• Home
  • Raw
  • Download

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()
115 void HdcClient::DoCtrlServiceWork(uv_check_t *handle) in DoCtrlServiceWork()
117 HdcClient *thisClass = (HdcClient *)handle->data; in DoCtrlServiceWork()
135 int HdcClient::CtrlServiceWork(const char *commandIn) in CtrlServiceWork()
145 string HdcClient::AutoConnectKey(string &doCommand, const string &preConnectKey) const in AutoConnectKey()
200 string HdcClient::GetHilogPath() in GetHilogPath()
209 void HdcClient::RunCommandWin32(const string& cmd) in RunCommandWin32()
259 void HdcClient::RunCommand(const string& cmd) in RunCommand()
278 void HdcClient::RunExecuteCommand(const string& cmd) in RunExecuteCommand()
306 int HdcClient::ExecuteCommand(const string &commandIn) in ExecuteCommand()
341 int HdcClient::Initial(const string &connectKeyIn) in Initial()
351 int HdcClient::ConnectServerForClient(const char *ip, uint16_t port) in ConnectServerForClient()
384 void HdcClient::CommandWorker(uv_timer_t *handle) in CommandWorker()
387 HdcClient *thisClass = (HdcClient *)handle->data; in CommandWorker()
429 void HdcClient::AllocStdbuf(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocStdbuf()
440 void HdcClient::ReadStd(uv_stream_t *stream, ssize_t nread, const uv_buf_t *buf) in ReadStd()
443 HdcClient *thisClass = (HdcClient *)hChannel->clsChannel; in ReadStd()
453 void HdcClient::ModifyTty(bool setOrRestore, uv_tty_t *tty) in ModifyTty()
478 void HdcClient::BindLocalStd(HChannel hChannel) in BindLocalStd()
505 void HdcClient::Connect(uv_connect_t *connection, int status) in Connect()
507 HdcClient *thisClass = (HdcClient *)connection->data; in Connect()
520 int HdcClient::PreHandshake(HChannel hChannel, const uint8_t *buf) in PreHandshake()
571 int HdcClient::ReadChannel(HChannel hChannel, uint8_t *buf, const int bytesIO) in ReadChannel()
649 bool HdcClient::WaitFor(const string &str) in WaitFor()
667 string HdcClient::ListTargetsAll(const string &str) in ListTargetsAll()
685 void HdcClient::UpdateList(const string &str) in UpdateList()
704 bool HdcClient::IsOffset(uint16_t cmd) in IsOffset()
721 HTaskInfo HdcClient::GetRemoteTaskInfo(HChannel hChannel) in GetRemoteTaskInfo()