Home
last modified time | relevance | path

Searched refs:GetSectionName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_utils.h73 static std::string GetSectionName(const std::string &name);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp107 [](std::string &a) { return GetSectionName(a); }); in GetSectionNames()
127 std::string ConfigUtils::GetSectionName(const std::string &name) in GetSectionName() function in OHOS::HiviewDFX::ConfigUtils
792 SetSection(tmpUse, GetSectionName(name)); in GetGroup()