Home
last modified time | relevance | path

Searched refs:HdcHostUnity (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/host/
Dhost_unity.cpp18 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()
[all …]
Dhost_unity.h20 class HdcHostUnity : public HdcTaskBase {
22 HdcHostUnity(HTaskInfo hTaskInfo);
23 virtual ~HdcHostUnity();
36 HdcHostUnity *thisClass;
Dserver.cpp941 … ret = TaskCommandDispatch<HdcHostUnity>(hTaskInfo, TYPE_UNITY, command, payload, payloadSize); in RedirectToTask()
994 ret = DoTaskRemove<HdcHostUnity>(hTask, op); in RemoveInstanceTask()