Home
last modified time | relevance | path

Searched full:foreground (Results 1 – 25 of 128) sorted by relevance

123456

/base/account/os_account/services/accountmgr/
Daccountmgr.rc22 writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks /dev/blkio/foreground/tasks
Daccountmgr.cfg56 "/dev/cpuset/foreground/tasks",
57 "/dev/stune/foreground/tasks",
58 "/dev/blkio/foreground/tasks"
/base/location/services/location_ui/AppScope/resources/base/media/
Dlayeredimage.json5 "foreground": "$media:foreground" string
/base/global/resource_management/test/resource/
Dohos_test.xml30 …<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…
/base/hiviewdfx/hiview/framework/native/unified_collection/process/
Dprocess_status.cpp125 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()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dfreeze_detector_plugin.cpp123 std::string foreGround = ""; in MakeWatchPoint() local
124 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() argument
156 if (state == UCollectUtil::FOREGROUND) { in CheckForeGround()
157 foreGround = "Yes"; in CheckForeGround()
162 foreGround = (lastFgTime > eventTime) ? "Yes" : "No"; in CheckForeGround()
/base/hiviewdfx/hiview/plugins/performance/
Dhisysevent.yaml33 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…
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dtheme_manager_test.cpp453 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 …]
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_formatter.cpp46 constexpr const char* const FOREGROUND[] = {"FOREGROUND", "Foreground:"}; variable
71 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,
Dfaultlogger.cpp339 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() local
704 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 …]
/base/request/request/frameworks/cj/ffi/src/
Dcj_app_state_callback.cpp35 if (task->second->config_.mode == Mode::FOREGROUND) { in OnAbilityForeground()
50 REQUEST_HILOGD("Unregister foreground resume callback success"); in OnAbilityForeground()
/base/request/request/frameworks/js/napi/request/src/
Dapp_state_callback.cpp37 if (task->second->config_.mode == Mode::FOREGROUND) { in OnAbilityForeground()
58 REQUEST_HILOGD("Unregister foreground resume callback success"); in OnAbilityForeground()
/base/hiviewdfx/hiview/plugins/unified_collector/observer/
Duc_app_state_observer.cpp31 ProcessStatus::GetInstance().NotifyProcessState(processData.pid, FOREGROUND); in OnProcessStateChanged()
53 ProcessStatus::GetInstance().NotifyProcessState(processData.pid, FOREGROUND); in OnWindowShow()
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
Dtrace_collector_client.h36 int32_t foreground; // app foreground member
/base/security/code_signature/test/unittest/resources/demo_without_lib/
Ddemo_without_lib_signed.hap ... /background.png resources/base/media/foreground.png resources/base/media/layered_image. ...
/base/hiviewdfx/hiview/adapter/service/common/src/
Dapp_caller_parcelable.cpp33 if (!outParcel.WriteInt32(appCaller_.foreground)) { in Marshalling()
72 if (!inParcel.ReadInt32(appCaller.foreground)) { in Unmarshalling()
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dapp_state_observer_test.cpp54 * @tc.desc: Test is process foreground
71 * @tc.desc: Test add process to foreground
96 * @tc.desc: Test remove process from foreground
203 * @tc.desc: Test add process to foreground
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_manager.h382 * to run in the foreground. Then, the OS account originally running in the foreground will be
610 * @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 …]
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfreeze_json_generator_unittest.cpp97 bool foreground = false; variable
115 .InitForeground(foreground)
/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/ets/MainAbility/
DMainAbility.ts29 // Ability has brought to foreground
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/MainAbility/
DMainAbility.ts29 // Ability has brought to foreground
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/MainAbility/
DMainAbility.ts29 // Ability has brought to foreground
/base/global/i18n/frameworks/intl/src/
Dmulti_users.cpp54 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()
/base/hiviewdfx/hiview/
Dhisysevent.yaml42 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) }
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dapp_state_observer.cpp58 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()

123456