Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_payload_statistics_impl.cpp48 for (auto iterPid = payloadStat_.begin(); iterPid != payloadStat_.end(); ++iterPid) { in GetTotalCount() local
49 auto &mapTmp = iterPid->second; in GetTotalCount()
66 for (auto iterPid = payloadStat_.begin(); iterPid != payloadStat_.end(); ++iterPid) { in GetTotalCost() local
67 auto &mapTmp = iterPid->second; in GetTotalCost()
84 for (auto iterPid = payloadStat_.begin(); iterPid != payloadStat_.end(); ++iterPid) { in GetPids() local
100 if (iterPid != payloadStat_.end()) { in GetCount()
101 auto &mapTmp = iterPid->second; in GetCount()
118 if (iterPid != payloadStat_.end()) { in GetCost()
119 auto &mapTmp = iterPid->second; in GetCost()
141 auto &mapTmp = iterPid->second; in GetDescriptorCodes()
[all …]