Lines Matching refs:hChannel

26     void EchoClient(HChannel hChannel, MessageLevel level, const char *msg, ...);
27 void EchoClientRaw(const HChannel hChannel, uint8_t *payload, const int payloadSize);
28 void SendCommandToClient(const HChannel hChannel, const uint16_t commandFlag, uint8_t *payload,
37 int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) override;
38 void ReportServerVersion(HChannel hChannel);
39 bool DoCommand(HChannel hChannel, void *formatCommandInput);
40 void OrderFindTargets(HChannel hChannel);
41 bool NewConnectTry(void *ptrServer, HChannel hChannel, const string &connectKey, bool isCheck = false);
43 bool SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int bufSize);
44 int BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO);
45 bool CheckAutoFillTarget(HChannel hChannel);
46 bool CommandRemoveSession(HChannel hChannel, const char *connectKey);
49 bool DoCommandLocal(HChannel hChannel, void *formatCommandInput);
50 bool DoCommandRemote(HChannel hChannel, void *formatCommandInput);
51 void GetTargetList(HChannel hChannel, void *formatCommandInput);
52 bool GetAnyTarget(HChannel hChannel);
53 bool WaitForAny(HChannel hChannel);
54 bool RemoveForward(HChannel hChannel, const char *parameterString);
55 bool TaskCommand(HChannel hChannel, void *formatCommandInput);
56 void HandleRemote(HChannel hChannel, string &parameters, RemoteType flag);
57 int ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO);
60 HSession FindAliveSessionFromDaemonMap(const HChannel hChannel);