Home
last modified time | relevance | path

Searched refs:UI_EXTENSION_SECURE_NODE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_map_test.cpp329 …aceRenderNodeConfig config = { .id = id, .nodeType = RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE };
H A Drs_surface_render_node_test.cpp131 node->SetSurfaceNodeType(RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE);
163 RSSurfaceNodeType type = RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE;
168 bool isSameType = (node->GetSurfaceNodeType() == RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h275 UI_EXTENSION_SECURE_NODE, // uiextension node that requires info callback enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1200 return nodeType_ == RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE; in IsSecureUIExtension()
1206 nodeType_ == RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE; in IsUIExtension()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp1273 .nodeType = RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE };
1346 .nodeType = RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp564 surfaceNodeType_ == RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE) && in OnCapture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp669 nodeType_ == RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE) { in SetSurfaceNodeType()
673 nodeType == RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE) { in SetSurfaceNodeType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp241 constexpr int nodeTypeMax = static_cast<int>(RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE); in CheckCreateNodeAndSurface()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp296 rsSurfaceNodeType = RSSurfaceNodeType::UI_EXTENSION_SECURE_NODE; in CreateSurfaceNode()