Home
last modified time | relevance | path

Searched refs:taskType (Results 1 – 7 of 7) sorted by relevance

/developtools/hdc/src/common/
Dsession.h147 …bool TaskCommandDispatch(HTaskInfo hTaskInfo, uint8_t taskType, const uint16_t command, uint8_t *p… in TaskCommandDispatch() argument
154 hTaskInfo->taskType = taskType; in TaskCommandDispatch()
Dsession.cpp104 …WRITE_LOG(LOG_DEBUG, "BeginRemoveTask taskType:%d channelId:%u", hTask->taskType, hTask->channelId… in BeginRemoveTask()
107 …WRITE_LOG(LOG_INFO, "RemoveInstanceTask false taskType:%d channelId:%u", hTask->taskType, hTask->c… in BeginRemoveTask()
116 … hTask->closeRetryCount, GLOBAL_TIMEOUT, hTask->taskType, hTask->channelId, hTask->sessionId); in BeginRemoveTask()
710 idx++, ti->channelId, ti->taskType, ti->closeRetryCount); in DumpTasksInfo()
Ddefine_plus.h271 uint8_t taskType; member
/developtools/hdc/src/daemon/
Ddaemon.cpp436 switch (hTask->taskType) { in RemoveInstanceTask()
Djdwp.cpp505 …OG_DEBUG, "RemoveJdwpTracker channelId:%d, taskType:%d.", taskInfo->channelId, taskInfo->taskType); in RemoveJdwpTracker()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DDatabaseEntity.ets112 public taskType: number
/developtools/hdc/src/host/
Dserver.cpp989 switch (hTask->taskType) { in RemoveInstanceTask()