Searched full:foreground (Results 1 – 25 of 128) sorted by relevance
123456
22 writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks /dev/blkio/foreground/tasks
56 "/dev/cpuset/foreground/tasks",57 "/dev/stune/foreground/tasks",58 "/dev/blkio/foreground/tasks"
5 "foreground": "$media:foreground" string
30 …<option name="push" value="data/theme/base/media/foreground.png -> /data/test/theme/skin/ohos.glob…32 …<option name="push" value="data/theme/base/media/foreground.png -> /data/test/theme/icons/ohos.glo…34 …<option name="push" value="data/theme/base/media/foreground.png -> /data/test/theme/icons/dynamic_…36 …<option name="push" value="data/theme/base/media/foreground.png -> /data/test/theme/icons/ohos.glo…38 …<option name="push" value="data/theme/base/media/foreground.png -> /data/test/theme/icons/other_ic…40 …<option name="push" value="data/theme/base/media/foreground.png -> /data/test/theme/theme1/icons/o…42 …<option name="push" value="data/theme/base/media/foreground.png -> /data/test/theme/theme2/icons/o…
125 case FOREGROUND: in UpdateProcessState()144 HIVIEW_LOGI("pid=%{public}d state=FOREGROUND", pid); in UpdateProcessForegroundState()147 processInfos_[pid].state = FOREGROUND; in UpdateProcessForegroundState()153 .state = FOREGROUND, in UpdateProcessForegroundState()162 …// last foreground time needs to be updated when the foreground status is switched to the backgrou… in UpdateProcessBackgroundState()163 if (processInfos_[pid].state == FOREGROUND) { in UpdateProcessBackgroundState()
123 std::string foreGround = ""; in MakeWatchPoint() local124 CheckForeGround(uid, pid, event.happenTime_, foreGround); in MakeWatchPoint()136 .InitForeGround(foreGround) in MakeWatchPoint()149 …rPlugin::CheckForeGround(long uid, long pid, unsigned long long eventTime, std::string& foreGround) in CheckForeGround() argument156 if (state == UCollectUtil::FOREGROUND) { in CheckForeGround()157 foreGround = "Yes"; in CheckForeGround()162 foreGround = (lastFgTime > eventTime) ? "Yes" : "No"; in CheckForeGround()
33 APPATTACH_TO_APPFOREGROUND_DUR: {type: UINT64, desc: app attach to foreground time from ams}34 …STARTABILITY_APPFOREGROUND_DUR: {type: UINT64, desc: start ability to app foreground time from ams}35 …APPFOREGR_ABILITYONFOREGR_DUR: {type: UINT64, desc: app foreground to ability onforeground time fr…59 APPATTACH_TO_APPFOREGROUND_DUR: { type: UINT64, desc: app attach to foreground time from ams }60 …STARTABILITY_APPFOREGROUND_DUR: { type: UINT64, desc: start ability to app foreground time from am…61 …APPFOREGR_ABILITYONFOREGR_DUR: { type: UINT64, desc: app foreground to ability onforeground time f…
453 std::string iconName("foreground");455 EXPECT_EQ(iconPath, "/data/test/theme/theme1/icons/ohos.global.test1/entry/foreground.png");475 std::string iconName("foreground");477 EXPECT_EQ(iconPath, "/data/test/theme/theme1/icons/ohos.global.test1/entry/foreground.png");486 iconName = "foreground";488 EXPECT_EQ(iconPath, "/data/test/theme/theme2/icons/ohos.global.test2/entry/foreground.png");508 std::string iconName("foreground");510 EXPECT_EQ(iconPath, "/data/test/theme/theme1/icons/ohos.global.test1/entry/foreground.png");518 iconName = "foreground";540 std::string iconName("foreground");[all …]
46 constexpr const char* const FOREGROUND[] = {"FOREGROUND", "Foreground:"}; variable71 PRE_INSTALL, FOREGROUND, APPEND_ORIGIN_LOG, MODULE_PID, MODULE_UID, FAULT_TYPE,78 … PRE_INSTALL, FOREGROUND, MODULE_PID, MODULE_UID, FAULT_TYPE, FAULT_MESSAGE, SYSVMTYPE, APPVMTYPE,84 … PRE_INSTALL, FOREGROUND, MODULE_PID, MODULE_UID, FAULT_TYPE, FAULT_MESSAGE, SYSVMTYPE, APPVMTYPE,90 PRE_INSTALL, FOREGROUND, MODULE_PID, MODULE_UID, FAULT_TYPE, SYSVMTYPE,96 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, FOREGROUND,103 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, FOREGROUND,
339 if (!info.sectionMap["FOREGROUND"].empty() || info.id < MIN_APP_USERID) { in AddForegroundInfo()343 …UCollectUtil::ProcessStatus::GetInstance().GetProcessState(info.pid) == UCollectUtil::FOREGROUND) { in AddForegroundInfo()344 info.sectionMap["FOREGROUND"] = "Yes"; in AddForegroundInfo()348 info.sectionMap["FOREGROUND"] = lastFgTime > info.time ? "Yes" : "No"; in AddForegroundInfo()620 sysEvent.SetEventValue("FOREGROUND", info.sectionMap["FOREGROUND"]); in UpdateSysEvent()703 std::string foreground = sysEvent->GetEventValue("FOREGROUND"); in ReportJsOrCjErrorToAppEvent() local704 params["foreground"] = (foreground == "Yes") ? true : false; in ReportJsOrCjErrorToAppEvent()1008 if (info.sectionMap.count("FOREGROUND") == 1) { in GetStackInfo()1009 stackInfoObj["foreground"] = (info.sectionMap.at("FOREGROUND") == "Yes") ? true : false; in GetStackInfo()1230 if (info.sectionMap.count("FOREGROUND") == 1) { in GetFreezeJsonCollector()[all …]
35 if (task->second->config_.mode == Mode::FOREGROUND) { in OnAbilityForeground()50 REQUEST_HILOGD("Unregister foreground resume callback success"); in OnAbilityForeground()
37 if (task->second->config_.mode == Mode::FOREGROUND) { in OnAbilityForeground()58 REQUEST_HILOGD("Unregister foreground resume callback success"); in OnAbilityForeground()
31 ProcessStatus::GetInstance().NotifyProcessState(processData.pid, FOREGROUND); in OnProcessStateChanged()53 ProcessStatus::GetInstance().NotifyProcessState(processData.pid, FOREGROUND); in OnWindowShow()
36 int32_t foreground; // app foreground member
... /background.png resources/base/media/foreground.png resources/base/media/layered_image. ...
33 if (!outParcel.WriteInt32(appCaller_.foreground)) { in Marshalling()72 if (!inParcel.ReadInt32(appCaller.foreground)) { in Unmarshalling()
54 * @tc.desc: Test is process foreground71 * @tc.desc: Test add process to foreground96 * @tc.desc: Test remove process from foreground203 * @tc.desc: Test add process to foreground
382 * to run in the foreground. Then, the OS account originally running in the foreground will be610 * @brief Checks whether the current accoount is foreground.611 * @param isForeground - Indicates whether the specified localId is Foreground.617 * @brief Checks whether the specified accoount is foreground.619 * @param isForeground - Indicates whether the specified localId is foreground.625 * @brief Checks whether the specified accoount is foreground in specified display.628 * @param isForeground - Indicates whether the specified localId is foreground.650 * @brief Gets the foreground accounts.651 * @param accounts - Indicates the foreground accounts.657 * @brief Gets the foreground localId list.[all …]
97 bool foreground = false; variable115 .InitForeground(foreground)
29 // Ability has brought to foreground
54 HILOG_ERROR_I18N("InitMultiUser: get foreground local id failed"); in InitMultiUser()106 …HILOG_ERROR_I18N("GetForegroundLocalId: get foreground locale Id failed, errCode is %{public}d", e… in GetForegroundLocalId()121 HILOG_ERROR_I18N("SaveLanguage: get foreground locale Id failed"); in SaveLanguage()142 HILOG_ERROR_I18N("SaveLocale: get foreground locale Id failed"); in SaveLocale()163 HILOG_ERROR_I18N("SaveLanguage: get foreground locale Id failed"); in SaveIs24Hour()
42 FOREGROUND: {type: STRING, desc: app running status(No:background Yes:foreground empty:unknown) }108 FOREGROUND: {type: STRING, desc: app running status(No:background Yes:foreground empty:unknown) }
58 SC_LOG_INFO(LABEL, "uid %{public}d is already in foreground", data.uid); in AddProcessToForegroundSet()62 SC_LOG_INFO(LABEL, "pid %{public}d is already in foreground", pid); in AddProcessToForegroundSet()