Home
last modified time | relevance | path

Searched refs:WINDOW_FOCUS (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h303 WINDOW_FOCUS = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/focus/
H A Dfocus_manager.cpp417 ReportFocusSwitching(FocusReason::WINDOW_FOCUS); in WindowFocusMoveEnd()
469 FocusManager::FocusGuard guard(GetCurrentFocus(), SwitchingStartReason::WINDOW_FOCUS); in WindowFocus()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h128 WINDOW_FOCUS = 0, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dwindow_state_observer.cpp55 ResType::RES_TYPE_WINDOW_FOCUS, ResType::WindowFocusStatus::WINDOW_FOCUS, payload); in OnFocused()
H A Dcgroup_event_handler.cpp487 ResType::WindowFocusStatus::WINDOW_FOCUS); in HandleFocusedWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h692 WINDOW_FOCUS = 3, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp371 data->value = ResType::WindowFocusStatus::WINDOW_FOCUS;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp120 ResType::WindowFocusStatus::WINDOW_FOCUS, nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h76 WINDOW_FOCUS = 1, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp343 if (data->value == WindowFocusStatus::WINDOW_FOCUS) { in HandleWindowFocus()