Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp132 std::map<int, std::string> processNameMap; in AddBinderJsonInfo() local
135 if (processNameMap[pid] != "") { in AddBinderJsonInfo()
149 processNameMap[pid] = processName; in AddBinderJsonInfo()
159 + FreezeJsonUtil::WrapByParenthesis(processNameMap[pid]); in AddBinderJsonInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp427 std::map<std::string, std::string> processNameMap; in ParsePeerBinder() local
453 if (processNameMap.find(pidStr) == processNameMap.end()) { in ParsePeerBinder()
465 processNameMap[pidStr] = processName; in ParsePeerBinder()
470 …tring lineStr = line + " " + pidStr + FreezeJsonUtil::WrapByParenthesis(processNameMap[pidStr]); in ParsePeerBinder()