Home
last modified time | relevance | path

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

/frameworks/base/services/incremental/
DIncrementalService.cpp438 if (mnt.startLoadingTs.time_since_epoch() == Clock::duration::zero()) { in onDump()
442 (long long)(elapsedMcs(mnt.startLoadingTs, Clock::now()) / 1000000)); in onDump()
820 ifs->startLoadingTs = TimePoint::max(); in startLoading()
823 const auto startLoadingTs = mClock->now(); in startLoading() local
824 ifs->startLoadingTs = startLoadingTs; in startLoading()
827 [this, storageId, startLoadingTs]() { in startLoading()
835 if (ifs->startLoadingTs != startLoadingTs) { in startLoading()
928 const auto startLoadingTs = ifs->startLoadingTs; in setStorageParams() local
929 if (startLoadingTs <= now && now - startLoadingTs > getReadLogsMaxInterval()) { in setStorageParams()
DIncrementalService.h351 TimePoint startLoadingTs = {}; member