Home
last modified time | relevance | path

Searched refs:GetProcessLastForegroundTime (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/process/include/
H A Dprocess_status.h44 uint64_t GetProcessLastForegroundTime(int32_t pid);
/ohos5.0/base/hiviewdfx/hiview/plugins/plugin_build/
H A Dlibdfr.map7 "OHOS::HiviewDFX::UCollectUtil::ProcessStatus::GetProcessLastForegroundTime(int)";
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/process/
H A Dprocess_status.cpp109 uint64_t ProcessStatus::GetProcessLastForegroundTime(int32_t pid) in GetProcessLastForegroundTime() function in OHOS::HiviewDFX::UCollectUtil::ProcessStatus
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dlibucollectionutility.map23 "OHOS::HiviewDFX::UCollectUtil::ProcessStatus::GetProcessLastForegroundTime(int)";
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp160 .GetProcessLastForegroundTime(pid)); in CheckForeGround()
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp111 uint64_t procForegroundTime = ProcessStatus::GetInstance().GetProcessLastForegroundTime(pid); in IsForegroundStateInCollectionPeriod()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp543 uint64_t procForegroundTime = ProcessStatus::GetInstance().GetProcessLastForegroundTime(pid); in GetProcStateInCollectionPeriod()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp283 .GetProcessLastForegroundTime(info.pid)); in AddPublicInfo()