Searched refs:tmpUse (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 105 std::vector<std::string> tmpUse; in GetSectionNames() local 106 GetGroupNames(name, tmpUse); in GetSectionNames() 107 std::transform(tmpUse.begin(), tmpUse.end(), std::back_inserter(nameList), in GetSectionNames() 785 // add dump config to tmpUse in GetGroup() 786 std::vector<std::shared_ptr<DumpCfg>> tmpUse; in GetGroup() local 788 ret = GetGroup(index, tmpUse, args, level); in GetGroup() 792 result.insert(result.end(), tmpUse.begin(), tmpUse.end()); in GetGroup() 795 SetSection(tmpUse, GetSectionNam in GetGroup() [all...] |
Completed in 2 milliseconds