Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp267 int64_t presentTime = GetMillisTime(); in ProcessTimersInternal() local
273 if ((*tIter)->nextCallTime > presentTime) { in ProcessTimersInternal()
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp267 int64_t presentTime = GetMillisTime(); in ProcessTimersInternal() local
273 if ((*tIter)->nextCallTime > presentTime) { in ProcessTimersInternal()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp632 presentTimeRecords_[count_].presentTime = timestamp; in RecordPresentTime()
655 nowFlushTimestamp = presentTimeRecords_[order].presentTime; in SelectHitchsInfo()
734 result += std::to_string(presentTimeRecords_[order].presentTime) + "\n"; in Dump()
747 result += std::to_string(presentTimeRecords_[order].presentTime) + "\n"; in DumpByName()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h31 int64_t presentTime; member