Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp125 std::map<int, std::string> processNameMap; in AddBinderJsonInfo() local
128 if (processNameMap[pid] != "") { in AddBinderJsonInfo()
142 processNameMap[pid] = processName; in AddBinderJsonInfo()
152 + FreezeJsonUtil::WrapByParenthesis(processNameMap[pid]); in AddBinderJsonInfo()
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp407 std::map<std::string, std::string> processNameMap; in ParsePeerBinder() local
433 if (processNameMap.find(pidStr) == processNameMap.end()) { in ParsePeerBinder()
445 processNameMap[pidStr] = processName; in ParsePeerBinder()
450 std::string lineStr = line + " " + pidStr + FreezeJsonUtil::WrapByParenthesis(processNameMap[pidStr]); in ParsePeerBinder()

Completed in 3 milliseconds