Lines Matching refs:HdcDaemon
24 HdcDaemon::HdcDaemon(bool serverOrDaemonIn, size_t uvThreadSize) in HdcDaemon() function in Hdc::HdcDaemon
27 HdcDaemon::HdcDaemon(bool serverOrDaemonIn) in HdcDaemon()
40 HdcDaemon::~HdcDaemon() in ~HdcDaemon()
45 void HdcDaemon::ClearInstanceResource() in ClearInstanceResource()
70 void HdcDaemon::TryStopInstance() in TryStopInstance()
94 void HdcDaemon::InitMod(bool bEnableTCP, bool bEnableUSB, [[maybe_unused]] bool bEnableUART) in InitMod()
96 void HdcDaemon::InitMod(bool bEnableTCP, bool bEnableUSB) in InitMod()
146 bool HdcDaemon::RedirectToTask(HTaskInfo hTaskInfo, HSession hSession, const uint32_t channelId, in RedirectToTask()
201 bool HdcDaemon::HandDaemonAuth(HSession hSession, const uint32_t channelId, SessionHandShake &hands… in HandDaemonAuth()
248 bool HdcDaemon::DaemonSessionHandshake(HSession hSession, const uint32_t channelId, uint8_t *payloa… in DaemonSessionHandshake()
326 bool HdcDaemon::IsExpectedParam(const string& param, const string& expect) in IsExpectedParam()
333 bool HdcDaemon::CheckControl(const uint16_t command) in CheckControl()
381 bool HdcDaemon::FetchCommand(HSession hSession, const uint32_t channelId, const uint16_t command, u… in FetchCommand()
428 bool HdcDaemon::RemoveInstanceTask(const uint8_t op, HTaskInfo hTask) in RemoveInstanceTask()
459 bool HdcDaemon::ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t co… in ServerCommand()
465 void HdcDaemon::JdwpNewFileDescriptor(const uint8_t *buf, const int bytesIO) in JdwpNewFileDescriptor()
472 void HdcDaemon::NotifyInstanceSessionFree(HSession hSession, bool freeOrClear) in NotifyInstanceSessionFree()