Searched refs:lastForegroundTime (Results 1 – 2 of 2) sorted by relevance
96 .lastForegroundTime = INVALID_LAST_FOREGROUND_TIME, in UpdateProcessName()113 ? processInfos_[pid].lastForegroundTime in GetProcessLastForegroundTime()150 processInfos_[pid].lastForegroundTime = nowTime; in UpdateProcessForegroundState()156 .lastForegroundTime = nowTime, in UpdateProcessForegroundState()166 processInfos_[pid].lastForegroundTime = TimeUtil::GetMilliseconds(); in UpdateProcessBackgroundState()174 .lastForegroundTime = INVALID_LAST_FOREGROUND_TIME, in UpdateProcessBackgroundState()
37 uint64_t lastForegroundTime; member