Lines Matching refs:FOREGROUND
276 if (info.sectionMap["FOREGROUND"].empty() && info.id >= MIN_APP_USERID) {
278 UCollectUtil::FOREGROUND) {
279 info.sectionMap["FOREGROUND"] = "Yes";
285 info.sectionMap["FOREGROUND"] = "Yes";
287 info.sectionMap["FOREGROUND"] = "No";
499 sysEvent.SetEventValue("FOREGROUND", info.sectionMap["FOREGROUND"]);
574 std::string foreground = sysEvent->GetEventValue("FOREGROUND");
889 if (info.sectionMap.count("FOREGROUND") == 1) {
890 stackInfoObj["foreground"] = (info.sectionMap.at("FOREGROUND") == "Yes") ? true : false;
1071 if (info.sectionMap.count("FOREGROUND") == 1) {
1072 std::string foreground = info.sectionMap.at("FOREGROUND");