Home
last modified time | relevance | path

Searched refs:SCB_START_APP (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h262 SCB_START_APP, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp257 state.reason_ = FocusChangeReason::SCB_START_APP;
/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()
4924 FocusChangeReason reason = FocusChangeReason::SCB_START_APP; in RequestSessionFocusImmediately()
9708 if (session->GetPostProcessFocusState().reason_ == FocusChangeReason::SCB_START_APP) { in PostProcessFocus()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp5104 FocusChangeReason::SCB_START_APP : FocusChangeReason::FOREGROUND; in UpdateUIParam()