Searched refs:foreGround (Results 1 – 4 of 4) sorted by relevance
123 std::string foreGround = ""; in MakeWatchPoint() local124 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() argument156 foreGround = "Yes"; in CheckForeGround()161 foreGround = (lastFgTime > eventTime) ? "Yes" : "No"; in CheckForeGround()
112 WatchPoint::Builder& WatchPoint::Builder::InitForeGround(const std::string& foreGround) in InitForeGround() argument114 foreGround_ = foreGround; in InitForeGround()
47 void CheckForeGround(long uid, long pid, unsigned long long eventTime, std::string& foreGround);
40 Builder& InitForeGround(const std::string& foreGround);