Searched refs:firstCallTime (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | call_reporter.cpp | 27 int64_t firstCallTime = 0; in Count() local 28 callCounts.Compute(funcName, [&overCount, &firstCallTime](auto &key, CallInfo &callInfo) { in Count() 39 firstCallTime = first; in Count() 52 …"ms, uri:%{public}s", funcName.c_str(), firstCallTime, now, DataShareStringUtils::Anonymous(uri).c… in Count() 56 …"ms, uri:%{public}s", funcName.c_str(), firstCallTime, now, DataShareStringUtils::Anonymous(uri).c… in Count()
|