Home
last modified time | relevance | path

Searched refs:foreGround (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp123 std::string foreGround = ""; in MakeWatchPoint() local
124 CheckForeGround(uid, pid, event.happenTime_, foreGround); in MakeWatchPoint()
135 .InitForeGround(foreGround) in MakeWatchPoint()
148 …rPlugin::CheckForeGround(long uid, long pid, unsigned long long eventTime, std::string& foreGround) in CheckForeGround() argument
156 foreGround = "Yes"; in CheckForeGround()
161 foreGround = (lastFgTime > eventTime) ? "Yes" : "No"; in CheckForeGround()
H A Dwatch_point.cpp112 WatchPoint::Builder& WatchPoint::Builder::InitForeGround(const std::string& foreGround) in InitForeGround() argument
114 foreGround_ = foreGround; in InitForeGround()
H A Dfreeze_detector_plugin.h47 void CheckForeGround(long uid, long pid, unsigned long long eventTime, std::string& foreGround);
H A Dwatch_point.h40 Builder& InitForeGround(const std::string& foreGround);