Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscb_system_session.h41 void SetSkipSelfWhenShowOnVirtualScreen(bool isSkip) override;
H A Dscene_session.h335 virtual void SetSkipSelfWhenShowOnVirtualScreen(bool isSkip);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test7.cpp756 HWTEST_F(SceneSessionManagerTest7, SetSkipSelfWhenShowOnVirtualScreen, Function | SmallTest | Level…
762 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip);
764 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip);
778 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip);
780 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip);
H A Dscene_session_manager_test5.cpp1230 HWTEST_F(SceneSessionManagerTest5, SetSkipSelfWhenShowOnVirtualScreen, Function | SmallTest | Level…
1240 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, false);
1241 ssm_->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, true);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp201 void SCBSystemSession::SetSkipSelfWhenShowOnVirtualScreen(bool isSkip) in SetSkipSelfWhenShowOnVirtualScreen() function in OHOS::Rosen::SCBSystemSession
H A Dscene_session.cpp4920 void SceneSession::SetSkipSelfWhenShowOnVirtualScreen(bool isSkip) in SetSkipSelfWhenShowOnVirtualScreen() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h139 static napi_value SetSkipSelfWhenShowOnVirtualScreen(napi_env env, napi_callback_info info);
H A Djs_scene_session.cpp331 JsSceneSession::SetSkipSelfWhenShowOnVirtualScreen); in BindNativeMethod()
1723 napi_value JsSceneSession::SetSkipSelfWhenShowOnVirtualScreen(napi_env env, napi_callback_info info) in SetSkipSelfWhenShowOnVirtualScreen() function in OHOS::Rosen::JsSceneSession
4424 session->SetSkipSelfWhenShowOnVirtualScreen(isSkip); in OnSetSkipSelfWhenShowOnVirtualScreen()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h683 void SetSkipSelfWhenShowOnVirtualScreen(uint64_t surfaceNodeId, bool isSkip);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1455 this->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip); in CreateSpecificSessionCallback()
1466 void SceneSessionManager::SetSkipSelfWhenShowOnVirtualScreen(uint64_t surfaceNodeId, bool isSkip) in SetSkipSelfWhenShowOnVirtualScreen() function in OHOS::Rosen::SceneSessionManager