Searched refs:mapTask (Results 1 – 3 of 3) sorted by relevance
393 std::map<uint32_t, HTaskInfo> *mapTask; member451 mapTask = nullptr; in HdcSession()471 if (mapTask) { in ~HdcSession()472 delete mapTask; in ~HdcSession() local473 mapTask = nullptr; in ~HdcSession()
151 for (iter = hSession->mapTask->begin(); iter != hSession->mapTask->end();) { in ClearOwnTasks()162 iter = hSession->mapTask->erase(iter); in ClearOwnTasks()167 iter = hSession->mapTask->erase(iter); in ClearOwnTasks()427 hSession->mapTask = new(std::nothrow) map<uint32_t, HTaskInfo>(); in MallocSession()428 if (hSession->mapTask == nullptr) { in MallocSession()724 void HdcSessionBase::DumpTasksInfo(map<uint32_t, HTaskInfo> &mapTask) in DumpTasksInfo() argument727 for (auto t : mapTask) { in DumpTasksInfo()738 map<uint32_t, HTaskInfo> &mapTask = *hSession->mapTask; in AdminTask() local742 hRet = mapTask[channelId]; in AdminTask()746 mapTask[channelId] = hInput; in AdminTask()[all …]
207 void DumpTasksInfo(map<uint32_t, HTaskInfo> &mapTask);