Home
last modified time | relevance | path

Searched refs:StrToId (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/
Ddump_utils.h46 static int StrToId(const std::string &name); // 0:invalid
Ddump_utils.cpp171 int DumpUtils::StrToId(const std::string &name) in StrToId() function in OHOS::HiviewDFX::DumpUtils
189 int saId = StrToId(saIdStr); in ConvertSaIdToSaName()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dsa_dumper.cpp161 int id = DumpUtils::StrToId(name); in GetData()
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddumper_opts.cpp168 if (!DumpUtils::StrToId(abilitieNames_[i])) { in CheckOptions()