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 D | reclaim_param.h | 29 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 D | intellisense_server.cpp | 106 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 D | usageEventPipeline | 5 "include": ["APP_FOREGROUND", "APP_BACKGROUND"]
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/ |
H A D | app_info.h | 28 APP_FOREGROUND, enumerator
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/config/event/ |
H A D | XperfPlugin | 8 "APP_FOREGROUND",
|
/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_report.h | 91 APP_FOREGROUND, enumerator
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/ |
H A D | reclaim_strategy_manager.cpp | 126 case AppAction::APP_FOREGROUND: in HandleAppStateChanged_()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/event_report_test/ |
H A D | event_report_test.cpp | 78 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 D | ws_common.h | 250 APP_FOREGROUND, enumerator
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/ |
H A D | EvtParser.h | 35 const std::string APP_FOREGROUND = "APP_FOREGROUND"; variable
|
/ohos5.0/foundation/ability/ability_runtime/ |
H A D | hisysevent.yaml | 261 APP_FOREGROUND:
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | reclaim_priority_manager.cpp | 1047 action = AppAction::APP_FOREGROUND; in HandleForeground()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 4960 (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 D | app_mgr_service_inner.cpp | 1155 AAFwk::EventReport::SendAppForegroundEvent(AAFwk::EventName::APP_FOREGROUND, eventInfo); in ApplicationForegrounded()
|