Home
last modified time | relevance | path

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

12345

/base/account/os_account/services/accountmgr/
Daccountmgr.rc22 writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks /dev/blkio/foreground/tasks
Daccountmgr.cfg52 "/dev/cpuset/foreground/tasks",
53 "/dev/stune/foreground/tasks",
54 "/dev/blkio/foreground/tasks"
/base/hiviewdfx/hiview/framework/native/unified_collection/process/
Dprocess_status.cpp127 case FOREGROUND: in UpdateProcessState()
146 HIVIEW_LOGI("pid=%{public}d state=FOREGROUND", pid); in UpdateProcessForegroundState()
149 processInfos_[pid].state = FOREGROUND; in UpdateProcessForegroundState()
155 .state = FOREGROUND, in UpdateProcessForegroundState()
164 …// last foreground time needs to be updated when the foreground status is switched to the backgrou… in UpdateProcessBackgroundState()
165 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()
135 .InitForeGround(foreGround) in MakeWatchPoint()
148 …rPlugin::CheckForeGround(long uid, long pid, unsigned long long eventTime, std::string& foreGround) in CheckForeGround() argument
155 if (state == UCollectUtil::FOREGROUND) { in CheckForeGround()
156 foreGround = "Yes"; in CheckForeGround()
161 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/hiviewdfx/hiview/test/unittest/unified_collection/client/
Dtrace_collector_client_test.cpp160 appCaller.foreground = 1;
188 appCaller.foreground = 1;
222 appCaller1.foreground = 1;
238 appCaller2.foreground = 1;
272 appCaller1.foreground = 1;
306 appCaller1.foreground = 1;
322 appCaller2.foreground = 1;
356 appCaller1.foreground = 1;
378 appCaller3.foreground = 1;
411 appCaller1.foreground = 1;
[all …]
/base/request/request/frameworks/cj/ffi/src/
Dcj_app_state_callback.cpp34 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/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/faultlogger/service/
Dfaultlog_formatter.cpp45 static const char *FOREGROUND[] = {"FOREGROUND", "Foreground:"}; variable
70 PRE_INSTALL, FOREGROUND, APPEND_ORIGIN_LOG, MODULE_PID, MODULE_UID, FAULT_TYPE,
77 … PRE_INSTALL, FOREGROUND, MODULE_PID, MODULE_UID, FAULT_TYPE, FAULT_MESSAGE, SYSVMTYPE, APPVMTYPE,
83 PRE_INSTALL, FOREGROUND, MODULE_PID, MODULE_UID, FAULT_TYPE, SYSVMTYPE,
89 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, FOREGROUND,
96 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, FOREGROUND,
Dfaultlogger.cpp276 if (info.sectionMap["FOREGROUND"].empty() && info.id >= MIN_APP_USERID) { in AddPublicInfo()
278 UCollectUtil::FOREGROUND) { in AddPublicInfo()
279 info.sectionMap["FOREGROUND"] = "Yes"; in AddPublicInfo()
285 info.sectionMap["FOREGROUND"] = "Yes"; in AddPublicInfo()
287 info.sectionMap["FOREGROUND"] = "No"; in AddPublicInfo()
508 sysEvent->SetEventValue("FOREGROUND", info.sectionMap["FOREGROUND"]); in OnEvent()
557 std::string foreground = sysEvent->GetEventValue("FOREGROUND"); in ReportJsErrorToAppEvent() local
558 if (foreground == "Yes") { in ReportJsErrorToAppEvent()
559 params["foreground"] = true; in ReportJsErrorToAppEvent()
561 params["foreground"] = false; in ReportJsErrorToAppEvent()
[all …]
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
Dtrace_collector.h36 int32_t foreground; // app foreground member
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_manager.h359 * to run in the foreground. Then, the OS account originally running in the foreground will be
585 * @brief Checks whether the current accoount is foreground.
586 * @param isForeground - Indicates whether the specified localId is Foreground.
592 * @brief Checks whether the specified accoount is foreground.
594 * @param isForeground - Indicates whether the specified localId is foreground.
600 * @brief Checks whether the specified accoount is foreground in specified display.
603 * @param isForeground - Indicates whether the specified localId is foreground.
625 * @brief Gets the foreground accounts.
626 * @param accounts - Indicates the foreground accounts.
632 * @brief Gets the foreground localId list.
[all …]
/base/global/resource_management/test/resource/
Dohos_test.xml27 …<option name="push" value="data/theme/base/media/foreground.png -> /data/test/theme/icons/ohos.glo…
29 …<option name="push" value="data/theme/base/media/foreground.png -> /data/test/theme/icons/other_ic…
/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/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/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfreeze_json_generator_unittest.cpp97 bool foreground = false; variable
115 .InitForeground(foreground)
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_info.h49 // foreground process priority
68 { RECLAIM_PRIORITY_FOREGROUND, "Foreground" },
124 {"System", {}}, {"Foreground", {}}, {"Suspend-delay", {}},
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dapp_state_observer.cpp57 SC_LOG_INFO(LABEL, "uid %{public}d is already in foreground", data.uid); in AddProcessToForegroundSet()
61 SC_LOG_INFO(LABEL, "pid %{public}d is already in foreground", pid); in AddProcessToForegroundSet()
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/MainAbility/
DMainAbility.ts34 // Ability has brought to foreground
/base/hiviewdfx/hiview/plugins/unified_collector/observer/
Duc_render_state_observer.cpp29 {0, FOREGROUND}, in GetProcessState()
/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/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/ets/test/
DRequestOperateTask.test.ets62 * @tc.desc: Test start FOREGROUND task for callback
73 mode: request.agent.Mode.FOREGROUND
86 * @tc.desc: Test start FOREGROUND task for promise
97 mode: request.agent.Mode.FOREGROUND
219 * @tc.desc: Test start stop pause FOREGROUND
230 mode: request.agent.Mode.FOREGROUND
246 * @tc.desc: Test start two FOREGROUND task
258 mode: request.agent.Mode.FOREGROUND
266 mode: request.agent.Mode.FOREGROUND
282 * @tc.desc: Test start a removed FOREGROUND task
[all …]
/base/inputmethod/imf/test/unittest/resource/bundle_dependencies/newTestIme/entry/src/main/ets/MainAbility/
DMainAbility.ts47 // Ability has brought to foreground

12345