Home
last modified time | relevance | path

Searched refs:BACKGROUND (Results 1 - 19 of 19) sorted by relevance

/base/hiviewdfx/hiview/framework/native/unified_collection/process/
H A Dprocess_status.cpp95 .state = BACKGROUND, in UpdateProcessName()
106 : BACKGROUND; in GetProcessState()
130 case BACKGROUND: in UpdateProcessState()
162 HIVIEW_LOGI("pid=%{public}d state=BACKGROUND", pid); in UpdateProcessBackgroundState()
168 processInfos_[pid].state = BACKGROUND; in UpdateProcessBackgroundState()
173 .state = BACKGROUND, in UpdateProcessBackgroundState()
/base/hiviewdfx/hiview/plugins/unified_collector/observer/
H A Duc_render_state_observer.cpp30 {1, BACKGROUND}, in GetProcessState()
H A Duc_app_state_observer.cpp33 ProcessStatus::GetInstance().NotifyProcessState(processData.pid, BACKGROUND); in OnProcessStateChanged()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpower_mgr_client_adapter.h23 enum class RunningLockAdapterType : uint32_t { SCREEN = 0, BACKGROUND, PROXIMITY_SCREEN_CONTROL, BUTT }; member in OHOS::NWeb::RunningLockAdapterType
/base/hiviewdfx/hiview/framework/native/unified_collection/process/include/
H A Dprocess_status.h28 BACKGROUND = 0, enumerator
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_subscribe_info.h29 BACKGROUND, // the background thread. enumerator
/base/web/webview/ohos_adapter/power_mgr_adapter/src/
H A Dpower_mgr_client_adapter_impl.cpp31 case RunningLockAdapterType::BACKGROUND: in ConvertRunningLockType()
/base/web/webview/test/unittest/power_mgr_client_adapter_impl_test/
H A Dpower_mgr_client_adapter_impl_test.cpp62 runLockAdapter = powerMgrImpl->CreateRunningLock("backgroud", RunningLockAdapterType::BACKGROUND); in HWTEST_F()
/base/request/request/frameworks/js/napi/include/
H A Djs_common.h35 BACKGROUND = 0, member in OHOS::Request::Mode
125 Mode mode = Mode::BACKGROUND;
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp162 if (state == UCollectUtil::BACKGROUND) { in CheckForeGround()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/
H A DactsCESSubscribeInfoTest.cpp455 * @tc.name: SetThreadMode and GetThreadMode of ThreadMode::BACKGROUND
457 * ThreadMode::BACKGROUND
467 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::BACKGROUND); in HWTEST_F()
468 if (subscribeInfo.GetThreadMode() != CommonEventSubscribeInfo::ThreadMode::BACKGROUND) { in HWTEST_F()
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp87 return BACKGROUND; in GetProcessStateByGroup()
/base/request/request/frameworks/js/napi/src/
H A Drequest_module.cpp43 NapiUtils::SetUint32Property(env, mode, "BACKGROUND", static_cast<uint32_t>(Mode::BACKGROUND)); in NapiCreateMode()
H A Djs_initialize.cpp356 if (config.mode == Mode::BACKGROUND) { in SetParseConfig()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_publish_ordered_event_unit_test.cpp734 * @tc.desc: 1.Set thread mode BACKGROUND
755 subscribeInfo.SetThreadMode(CommonEventSubscribeInfo::ThreadMode::BACKGROUND); in HWTEST_F()
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp305 background = mode == Mode::BACKGROUND; in ParseBackGround()
/base/request/request/services/src/manage/scheduler/state/
H A Dsql.rs39 const BACKGROUND: u8 = Mode::BackGround.repr; consts
202 WHEN (state = {RUNNING} OR state = {RETRYING}) AND ((version = {API9} AND action = {DOWNLOAD}) OR (version = {API10} AND mode = {BACKGROUND} AND retry = 1)) THEN {WAITING}
235 WHEN (state = {RUNNING} OR state = {RETRYING}) AND ((version = {API9} AND action = {DOWNLOAD}) OR (version = {API10} AND mode = {BACKGROUND} AND retry = 1)) THEN {WAITING}
325 "INSERT OR REPLACE INTO request_task (task_id, state, reason, network, version, mode, retry) VALUES ({task_id}, {RUNNING}, {fail_reason}, {WIFI}, {API10}, {BACKGROUND}, 1)", in network()
361 "INSERT OR REPLACE INTO request_task (task_id, state, reason, network, version, mode, retry) VALUES ({task_id}, {RUNNING}, {fail_reason}, {WIFI}, {API10}, {BACKGROUND}, 0)", in network()
415 "INSERT OR REPLACE INTO request_task (task_id, state, version, mode, retry, network, metered, roaming) VALUES ({task_id}, {RUNNING}, {API10}, {BACKGROUND}, 1, {CELLULAR}, 0, 0)", in network()
437 "INSERT OR REPLACE INTO request_task (task_id, state, version, mode, retry, network) VALUES ({task_id}, {RUNNING}, {API10}, {BACKGROUND}, 0, {WIFI})", in network()
611 "INSERT OR REPLACE INTO request_task (task_id, uid, mode, state, action) VALUES ({task_id}, {uid}, {BACKGROUND}, {RUNNING}, {UPLOAD})" in ut_app_state_unavailable()
/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp51 const std::string BACKGROUND = "background"; member
1653 RState backState = GetThemeIconInfo(BACKGROUND, backgroundInfo.second, backgroundInfo.first, abilityName); in GetThemeIcons()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp281 UCollectUtil::BACKGROUND) { in AddPublicInfo()

Completed in 17 milliseconds