Lines Matching refs:HdcHostUnity
18 HdcHostUnity::HdcHostUnity(HTaskInfo hTaskInfo) in HdcHostUnity() function in Hdc::HdcHostUnity
24 HdcHostUnity::~HdcHostUnity() in ~HdcHostUnity()
29 bool HdcHostUnity::ReadyForRelease() in ReadyForRelease()
40 void HdcHostUnity::StopTask() in StopTask()
54 void HdcHostUnity::OnFileClose(uv_fs_t *req) in OnFileClose()
58 HdcHostUnity *thisClass = reinterpret_cast<HdcHostUnity *>(context->thisClass); in OnFileClose()
64 bool HdcHostUnity::InitLocalLog(const char *path) in InitLocalLog()
77 void HdcHostUnity::OnFileIO(uv_fs_t *req) in OnFileIO()
81 HdcHostUnity *thisClass = reinterpret_cast<HdcHostUnity *>(context->thisClass); in OnFileIO()
102 bool HdcHostUnity::AppendLocalLog(const char *bufLog, const int sizeLog) in AppendLocalLog()
129 bool HdcHostUnity::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch()