Searched refs:StrToId (Results 1 – 4 of 4) sorted by relevance
45 static int StrToId(const std::string &name); // -1:invalid
366 int DumpUtils::StrToId(const std::string &name) in StrToId() function in OHOS::HiviewDFX::DumpUtils384 int saId = StrToId(saIdStr); in ConvertSaIdToSaName()
74 int id = DumpUtils::StrToId(name); in GetData()
207 if (DumpUtils::StrToId(abilitieNames_[i]) == -1) { in CheckOptions()