Searched refs:newArgs (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 735 auto newArgs = OptionArgs::Clone(args); in GetGroup() local 736 newArgs->SetPid(pidInfo.pid_, pidInfo.uid_); in GetGroup() 737 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, newLevel, nest); in GetGroup() 741 auto newArgs = OptionArgs::Clone(args); in GetGroup() local 742 newArgs->SetCpuId(cpuInfo.id_); in GetGroup() 743 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup() 748 auto newArgs = OptionArgs::Clone(args); in GetGroup() local 749 newArgs->SetPid(currentPidInfo_.pid_, currentPidInfo_.uid_); in GetGroup() 750 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup() 753 auto newArgs in GetGroup() local [all...] |
Completed in 2 milliseconds