Searched refs:tmpUse (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 104 std::vector<std::string> tmpUse; in GetSectionNames() local 105 GetGroupNames(name, tmpUse); in GetSectionNames() 106 std::transform(tmpUse.begin(), tmpUse.end(), std::back_inserter(nameList), in GetSectionNames() 783 std::vector<std::shared_ptr<DumpCfg>> tmpUse; in GetGroup() local 785 ret = GetGroup(index, tmpUse, args, level); in GetGroup() 789 result.insert(result.end(), tmpUse.begin(), tmpUse.end()); in GetGroup() 792 SetSection(tmpUse, GetSectionName(name)); in GetGroup() 793 ConvertTreeToList(tmpUse, result); in GetGroup()
|