Searched refs:lastFgTime (Results 1 – 2 of 2) sorted by relevance
159 uint64_t lastFgTime = static_cast<uint64_t>(UCollectUtil::ProcessStatus::GetInstance() in CheckForeGround() local161 foreGround = (lastFgTime > eventTime) ? "Yes" : "No"; in CheckForeGround()
282 int64_t lastFgTime = static_cast<int64_t>(UCollectUtil::ProcessStatus::GetInstance() in AddPublicInfo() local284 if (lastFgTime > info.time) { in AddPublicInfo()