Home
last modified time | relevance | path

Searched refs:PostProcessFocusState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp245 PostProcessFocusState state;
284 PostProcessFocusState state = {true, true, FocusChangeReason::FOREGROUND};
311 PostProcessFocusState state;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h510 void SetPostProcessFocusState(PostProcessFocusState state);
511 PostProcessFocusState GetPostProcessFocusState() const;
813 PostProcessFocusState postProcessFocusState_;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h687 struct PostProcessFocusState { struct
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp5281 void SceneSession::SetPostProcessFocusState(PostProcessFocusState state) in SetPostProcessFocusState()
5286 PostProcessFocusState SceneSession::GetPostProcessFocusState() const in GetPostProcessFocusState()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2195 PostProcessFocusState state = { true, true, FocusChangeReason::SCB_START_APP }; in RequestSceneSessionActivationInner()
4864 PostProcessFocusState state = { true, true, reason }; in RequestFocusStatusBySCB()
4876 PostProcessFocusState state = { true, true, reason }; in RequestFocusStatusBySCB()
6012 PostProcessFocusState state = {true, true, FocusChangeReason::APP_FOREGROUND}; in ProcessFocusWhenForegroundScbCore()