Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp51 inline const std::map<int, std::string> saNameMap_ = { variable
369 …auto iter = std::find_if(saNameMap_.begin(), saNameMap_.end(), [&](const std::pair<int, std::strin… in StrToId()
372 if (iter == saNameMap_.end()) { in StrToId()
385 auto iter = saNameMap_.find(saId); in ConvertSaIdToSaName()
386 if (iter == saNameMap_.end()) { in ConvertSaIdToSaName()