Searched refs:APP_FOREGROUND (Results 1 - 10 of 10) sorted by relevance
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/ |
H A D | reclaim_param.h | 29 APP_FOREGROUND = 3, member in OHOS::Memory::AppAction 38 { static_cast<int32_t>(AppAction::APP_FOREGROUND), "APP_FOREGROUND" },
|
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/ |
H A D | app_info.h | 28 APP_FOREGROUND, member in OHOS::RME::AppState
|
/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()
|
/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_report.h | 89 APP_FOREGROUND, member in OHOS::AAFwk::EventName
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/ |
H A D | reclaim_strategy_manager.cpp | 126 case AppAction::APP_FOREGROUND: in HandleAppStateChanged_()
|
/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"); in HWTEST_F() 539 eventName = EventName::APP_FOREGROUND; in HWTEST_F() 540 EXPECT_EQ(EventReport::ConvertEventName(eventName), "APP_FOREGROUND"); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common.h | 246 APP_FOREGROUND, member in OHOS::OHOS::OHOS::Rosen::FocusChangeReason
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | reclaim_priority_manager.cpp | 1080 action = AppAction::APP_FOREGROUND; in HandleForeground()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 5771 RequestSessionFocus(persistentId, true, FocusChangeReason::APP_FOREGROUND); in ProcessFocusWhenForeground() 5780 RequestSessionFocus(sceneSession->GetPersistentId(), true, FocusChangeReason::APP_FOREGROUND); in ProcessFocusWhenForegroundScbCore() 5785 PostProcessFocusState state = {true, true, true, FocusChangeReason::APP_FOREGROUND}; in ProcessFocusWhenForegroundScbCore() 9300 session->GetPostProcessFocusState().reason_ == FocusChangeReason::APP_FOREGROUND)) { in PostProcessFocus()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 1206 AAFwk::EventReport::SendAppForegroundEvent(AAFwk::EventName::APP_FOREGROUND, eventInfo); in ApplicationForegrounded()
|
Completed in 40 milliseconds