Lines Matching refs:HdcDaemon
23 HdcDaemon::HdcDaemon(bool serverOrDaemonIn)
32 HdcDaemon::~HdcDaemon()
34 WRITE_LOG(LOG_DEBUG, "~HdcDaemon");
37 void HdcDaemon::ClearInstanceResource()
40 Base::TryCloseLoop(&loopMain, "HdcDaemon::~HdcDaemon");
53 WRITE_LOG(LOG_DEBUG, "~HdcDaemon finish");
56 void HdcDaemon::TryStopInstance()
73 void HdcDaemon::InitMod(bool bEnableTCP, bool bEnableUSB)
75 WRITE_LOG(LOG_DEBUG, "HdcDaemon InitMod");
97 bool HdcDaemon::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId,
150 bool HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &handshake)
195 bool HdcDaemon::DaemonSessionHandshake(HSession hSession, const uint32_t channelId, uint8_t *payload, int payloadSize)
236 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, uint8_t *payload,
267 bool HdcDaemon::RemoveInstanceTask(const uint8_t op, HTaskInfo hTask)
296 bool HdcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command,
302 void HdcDaemon::JdwpNewFileDescriptor(const uint8_t *buf, const int bytesIO)
309 void HdcDaemon::NotifyInstanceSessionFree(HSession hSession, bool freeOrClear)