Searched refs:opContext (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/host/ |
| D | host_unity.cpp | 21 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 …]
|
| D | host_unity.h | 48 ContextUnity opContext = {}; variable
|