Searched refs:SetSkipSelfWhenShowOnVirtualScreen (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scb_system_session.h | 41 void SetSkipSelfWhenShowOnVirtualScreen(bool isSkip) override;
|
H A D | scene_session.h | 335 virtual void SetSkipSelfWhenShowOnVirtualScreen(bool isSkip);
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test7.cpp | 756 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 D | scene_session_manager_test5.cpp | 1230 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 D | scb_system_session.cpp | 201 void SCBSystemSession::SetSkipSelfWhenShowOnVirtualScreen(bool isSkip) in SetSkipSelfWhenShowOnVirtualScreen() function in OHOS::Rosen::SCBSystemSession
|
H A D | scene_session.cpp | 4920 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 D | js_scene_session.h | 139 static napi_value SetSkipSelfWhenShowOnVirtualScreen(napi_env env, napi_callback_info info);
|
H A D | js_scene_session.cpp | 331 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 D | scene_session_manager.h | 683 void SetSkipSelfWhenShowOnVirtualScreen(uint64_t surfaceNodeId, bool isSkip);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1455 this->SetSkipSelfWhenShowOnVirtualScreen(surfaceNodeId, isSkip); in CreateSpecificSessionCallback() 1466 void SceneSessionManager::SetSkipSelfWhenShowOnVirtualScreen(uint64_t surfaceNodeId, bool isSkip) in SetSkipSelfWhenShowOnVirtualScreen() function in OHOS::Rosen::SceneSessionManager
|