Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp159 uint64_t lastFgTime = static_cast<uint64_t>(UCollectUtil::ProcessStatus::GetInstance() in CheckForeGround() local
161 foreGround = (lastFgTime > eventTime) ? "Yes" : "No"; in CheckForeGround()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp282 int64_t lastFgTime = static_cast<int64_t>(UCollectUtil::ProcessStatus::GetInstance() in AddPublicInfo() local
284 if (lastFgTime > info.time) { in AddPublicInfo()