Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.cpp43 int64_t notifyInterval = timestamp - GetNotifyTimestamp(); in ShouldTryTriggerGC()
61 AddIdleDuration(timestamp - GetNotifyTimestamp()); in NotifyLooperIdleEnd()
86 AddIdleDuration(nowTimestamp - GetNotifyTimestamp()); in IntervalMonitor()
H A Dark_idle_monitor.h79 int64_t GetNotifyTimestamp() const in GetNotifyTimestamp() function