Home
last modified time | relevance | path

Searched refs:APP_BACKGROUND (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H A Dreclaim_param.h30 APP_BACKGROUND = 4, enumerator
39 { static_cast<int32_t>(AppAction::APP_BACKGROUND), "APP_BACKGROUND" },
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/config/
H A DusageEventPipeline5 "include": ["APP_FOREGROUND", "APP_BACKGROUND"]
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dapp_info.h30 APP_BACKGROUND, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/config/event/
H A DXperfPlugin11 "APP_BACKGROUND",
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h92 APP_BACKGROUND, enumerator
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dreclaim_strategy_manager.cpp127 case AppAction::APP_BACKGROUND: in HandleAppStateChanged_()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp79 EXPECT_EQ(EventReport::ConvertEventName(EventName::APP_BACKGROUND), "APP_BACKGROUND");
556 eventName = EventName::APP_BACKGROUND;
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp152 iter->SetAppState(AppState::APP_BACKGROUND); in NewBackground()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h254 APP_BACKGROUND, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DEvtParser.h36 const std::string APP_BACKGROUND = "APP_BACKGROUND"; variable
/ohos5.0/foundation/ability/ability_runtime/
H A Dhisysevent.yaml272 APP_BACKGROUND:
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp1054 action = AppAction::APP_BACKGROUND; in HandleBackground()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1193 AAFwk::EventReport::SendAppBackgroundEvent(AAFwk::EventName::APP_BACKGROUND, eventInfo); in ApplicationBackgrounded()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5965 RequestSessionUnfocus(persistentId, FocusChangeReason::APP_BACKGROUND); in OnSessionStateChange()