Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp275 int serverNum = std::strtol(server.c_str(), nullptr, decimal); in ParsePeerBinderPid() local
279 serverNum, clientNum, waitNum); in ParsePeerBinderPid()
283 return serverNum; in ParsePeerBinderPid()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp400 int serverNum = std::strtol(server.c_str(), nullptr, DECIMAL); in BinderLineParser() local
403 …GI(AAFwkTag::APPDFR, "server:%{public}d, client:%{public}d, wait:%{public}d", serverNum, clientNum, in BinderLineParser()
405 binderInfo[clientNum].insert(serverNum); in BinderLineParser()