Home
last modified time | relevance | path

Searched refs:SetSystemTouchable (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test2.cpp391 sceneSessionMainWindow->SetSystemTouchable(isTouchable);
428 sceneSessionMainWindow->SetSystemTouchable(isTouchable);
H A Dsession_test2.cpp1281 HWTEST_F(WindowSessionTest2, SetSystemTouchable, Function | SmallTest | Level2)
1285 session_->SetSystemTouchable(touchable);
H A Dscene_session_test2.cpp1304 scensession->SetSystemTouchable(false);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h316 virtual void SetSystemTouchable(bool touchable);
H A Dscene_session.h376 void SetSystemTouchable(bool touchable) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp637 SetSystemTouchable(touchable); in SetTouchable()
670 void Session::SetSystemTouchable(bool touchable) in SetSystemTouchable() function in OHOS::Rosen::Session
H A Dscene_session.cpp3470 void SceneSession::SetSystemTouchable(bool touchable) in SetSystemTouchable() function in OHOS::Rosen::SceneSession
3472 Session::SetSystemTouchable(touchable); in SetSystemTouchable()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp4062 session->SetSystemTouchable(touchable); in OnSetTouchable()