Searched refs:forceUIFirst (Results 1 - 10 of 10) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_surface_node_command.cpp | 289 void SurfaceNodeCommandHelper::SetForceUIFirst(RSContext& context, NodeId nodeId, bool forceUIFirst) in SetForceUIFirst() argument 292 node->SetForceUIFirst(forceUIFirst); in SetForceUIFirst()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_surface_node.h | 144 void SetForceUIFirst(bool forceUIFirst);
|
H A D | rs_surface_node.cpp | 882 void RSSurfaceNode::SetForceUIFirst(bool forceUIFirst) in SetForceUIFirst() argument 885 std::make_unique<RSSurfaceNodeSetForceUIFirst>(GetId(), forceUIFirst); in SetForceUIFirst()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/ |
H A D | rssurfacenode_fuzzer.cpp | 591 bool forceUIFirst = GetData<bool>();
in DoSetForceUIFirst() local 592 surfaceNode->SetForceUIFirst(forceUIFirst);
in DoSetForceUIFirst()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_surface_node_command.h | 109 static void SetForceUIFirst(RSContext& context, NodeId nodeId, bool forceUIFirst);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 1072 void RSSurfaceRenderNode::SetForceUIFirst(bool forceUIFirst) in SetForceUIFirst() argument 1074 if (forceUIFirst) { in SetForceUIFirst() 1077 forceUIFirst_ = forceUIFirst; in SetForceUIFirst()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_surface_render_node.h | 492 void SetForceUIFirst(bool forceUIFirst);
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scene_session.h | 252 void SetSystemSceneForceUIFirst(bool forceUIFirst);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 84 static bool g_enableForceUIFirst = system::GetParameter("window.forceUIFirst.enabled", "1") == "1"; 2837 void SceneSession::SetSystemSceneForceUIFirst(bool forceUIFirst) in SetSystemSceneForceUIFirst() argument 2851 TLOGI(WmsLogTag::DEFAULT, "%{public}s %{public}" PRIu64 " forceUIFirst=%{public}d.", in SetSystemSceneForceUIFirst() 2852 leashWinSurfaceNode->GetName().c_str(), leashWinSurfaceNode->GetId(), forceUIFirst); in SetSystemSceneForceUIFirst() 2853 leashWinSurfaceNode->SetForceUIFirst(forceUIFirst); in SetSystemSceneForceUIFirst() 2855 TLOGI(WmsLogTag::DEFAULT, "%{public}s %{public}" PRIu64 " forceUIFirst=%{public}d.", in SetSystemSceneForceUIFirst() 2856 surfaceNode_->GetName().c_str(), surfaceNode_->GetId(), forceUIFirst); in SetSystemSceneForceUIFirst() 2857 surfaceNode_->SetForceUIFirst(forceUIFirst); in SetSystemSceneForceUIFirst()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.cpp | 2338 bool forceUIFirst = false; in OnSetSystemSceneForceUIFirst() local 2339 if (!ConvertFromJsValue(env, argv[0], forceUIFirst)) { in OnSetSystemSceneForceUIFirst() 2340 TLOGE(WmsLogTag::DEFAULT, "[NAPI]Failed to convert parameter to forceUIFirst"); in OnSetSystemSceneForceUIFirst() 2350 session->SetSystemSceneForceUIFirst(forceUIFirst); in OnSetSystemSceneForceUIFirst()
|
Completed in 34 milliseconds