Home
last modified time | relevance | path

Searched refs:rootSceneProcessBackEventFunc_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test7.cpp303 ssm_->rootSceneProcessBackEventFunc_ = nullptr;
307 ssm_->rootSceneProcessBackEventFunc_ = func;
308 ASSERT_NE(nullptr, ssm_->rootSceneProcessBackEventFunc_);
314 ssm_->rootSceneProcessBackEventFunc_ = nullptr;
965 ssm_->rootSceneProcessBackEventFunc_ = nullptr;
988 ssm_->rootSceneProcessBackEventFunc_ = func;
989 ASSERT_NE(nullptr, ssm_->rootSceneProcessBackEventFunc_);
1011 ssm_->rootSceneProcessBackEventFunc_ = nullptr;
1034 ssm_->rootSceneProcessBackEventFunc_ = func;
1035 ASSERT_NE(nullptr, ssm_->rootSceneProcessBackEventFunc_);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h920 RootSceneProcessBackEventFunc rootSceneProcessBackEventFunc_ = nullptr; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3510 if (session->GetSessionInfo().isSystem_ && rootSceneProcessBackEventFunc_) { in ProcessBackEvent()
3511 rootSceneProcessBackEventFunc_(); in ProcessBackEvent()
11287 rootSceneProcessBackEventFunc_ = processBackEventFunc; in SetRootSceneProcessBackEventFunc()