Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp127 std::string foreGround = ""; in MakeWatchPoint() local
128 CheckForeGround(uid, pid, event.happenTime_, foreGround); in MakeWatchPoint()
139 .InitForeGround(foreGround) in MakeWatchPoint()
152 void FreezeDetectorPlugin::CheckForeGround(long uid, long pid, unsigned long long eventTime, std::string& foreGround) in CheckForeGround() argument
160 foreGround = "Yes"; in CheckForeGround()
165 foreGround = (lastFgTime > eventTime) ? "Yes" : "No"; in CheckForeGround()
H A Dfreeze_detector_plugin.h44 void CheckForeGround(long uid, long pid, unsigned long long eventTime, std::string& foreGround);
H A Dwatch_point.cpp112 WatchPoint::Builder& WatchPoint::Builder::InitForeGround(const std::string& foreGround) in InitForeGround() argument
114 foreGround_ = foreGround; in InitForeGround()
H A Dwatch_point.h40 Builder& InitForeGround(const std::string& foreGround);

Completed in 2 milliseconds