Home
last modified time | relevance | path

Searched refs:ConvertSaIdToSaName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.h46 static std::string ConvertSaIdToSaName(const std::string &saIdStr);
H A Ddump_utils.cpp382 std::string DumpUtils::ConvertSaIdToSaName(const std::string &saIdStr) in ConvertSaIdToSaName() function in OHOS::HiviewDFX::DumpUtils
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dlist_dumper.cpp58 std::transform(list.begin(), list.end(), list.begin(), DumpUtils::ConvertSaIdToSaName); in Execute()
H A Dsa_dumper.cpp85 ss << SEPARATOR_TEMPLATE << DumpUtils::ConvertSaIdToSaName(name) << SEPARATOR_TEMPLATE; in GetData()
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_manager_test.cpp704 std::string name = DumpUtils::ConvertSaIdToSaName(SCORE_ADJ_STR);