Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dcall_reporter.cpp26 int overCount = 0; in Count() local
28 callCounts.Compute(funcName, [&overCount, &firstCallTime](auto &key, CallInfo &callInfo) { in Count()
38 ++overCount; in Count()
41 ++overCount; in Count()
50 if (overCount > 0) { in Count()
54 if (overCount > 1) { in Count()