Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.h45 static int StrToId(const std::string &name); // -1:invalid
H A Ddump_utils.cpp366 int DumpUtils::StrToId(const std::string &name) in StrToId() function in OHOS::HiviewDFX::DumpUtils
384 int saId = StrToId(saIdStr); in ConvertSaIdToSaName()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dsa_dumper.cpp74 int id = DumpUtils::StrToId(name); in GetData()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp207 if (DumpUtils::StrToId(abilitieNames_[i]) == -1) { in CheckOptions()