Searched refs:destMap (Results 1 – 1 of 1) sorted by relevance
267 std::map<std::string, std::string> destMap; in StopTask() local268 destMap.insert(taskInfoMap.begin(), taskInfoMap.end()); in StopTask()269 destMap.insert(deviceInfo.begin(), deviceInfo.end()); in StopTask()270 destMap.insert(cpuInfo.begin(), cpuInfo.end()); in StopTask()271 destMap.insert(gpuInfo.begin(), gpuInfo.end()); in StopTask()272 OHOS::SmartPerf::SpCsvUtil::WriteCsvH(outGeneralPath, destMap); in StopTask()