Home
last modified time | relevance | path

Searched refs:opContext (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/host/
Dhost_unity.cpp21 opContext.thisClass = this; in HdcHostUnity()
34 if (opContext.enableLog && !opContext.hasFilelogClosed) { in ReadyForRelease()
43 if (opContext.hasFilelogClosed) { in StopTask()
46 if (opContext.enableLog) { in StopTask()
48 opContext.fsClose.data = &opContext; in StopTask()
49 … WRITE_LOG(LOG_DEBUG, "taskInfo->channelId:%u fileLog:%d", taskInfo->channelId, opContext.fileLog); in StopTask()
50 uv_fs_close(loopTask, &opContext.fsClose, opContext.fileLog, OnFileClose); in StopTask()
73 opContext.fileLog = reqFs.result; in InitLocalLog()
117 contextIO->context = &opContext; in AppendLocalLog()
124 uv_fs_write(loopTask, req, opContext.fileLog, &iov, 1, opContext.fileBufIndex, OnFileIO); in AppendLocalLog()
[all …]
Dhost_unity.h48 ContextUnity opContext = {}; variable