Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H A Dreclaim_param.h29 APP_FOREGROUND = 3, enumerator
38 { static_cast<int32_t>(AppAction::APP_FOREGROUND), "APP_FOREGROUND" },
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp106 if (iter->GetAppState() != AppState::APP_FOREGROUND) { in NewForeground()
111 iter->SetAppState(AppState::APP_FOREGROUND); in NewForeground()
218 if (grpId >= 0 && record->GetAppState() == AppState::APP_FOREGROUND) { in ReportRenderThread()
/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.h28 APP_FOREGROUND, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/config/event/
H A DXperfPlugin8 "APP_FOREGROUND",
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_report.h91 APP_FOREGROUND, enumerator
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dreclaim_strategy_manager.cpp126 case AppAction::APP_FOREGROUND: in HandleAppStateChanged_()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/event_report_test/
H A Devent_report_test.cpp78 EXPECT_EQ(EventReport::ConvertEventName(EventName::APP_FOREGROUND), "APP_FOREGROUND");
539 eventName = EventName::APP_FOREGROUND;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h250 APP_FOREGROUND, enumerator
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DEvtParser.h35 const std::string APP_FOREGROUND = "APP_FOREGROUND"; variable
/ohos5.0/foundation/ability/ability_runtime/
H A Dhisysevent.yaml261 APP_FOREGROUND:
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp1047 action = AppAction::APP_FOREGROUND; in HandleForeground()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4960 (reason == FocusChangeReason::FOREGROUND || reason == FocusChangeReason::APP_FOREGROUND)) { in RequestSessionFocus()
5996 RequestSessionFocus(persistentId, true, FocusChangeReason::APP_FOREGROUND); in ProcessFocusWhenForeground()
5998 RequestSessionFocus(persistentId, true, FocusChangeReason::APP_FOREGROUND); in ProcessFocusWhenForeground()
6010 … RequestSessionFocus(sceneSession->GetPersistentId(), true, FocusChangeReason::APP_FOREGROUND); in ProcessFocusWhenForegroundScbCore()
6012 PostProcessFocusState state = {true, true, FocusChangeReason::APP_FOREGROUND}; in ProcessFocusWhenForegroundScbCore()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1155 AAFwk::EventReport::SendAppForegroundEvent(AAFwk::EventName::APP_FOREGROUND, eventInfo); in ApplicationForegrounded()