Home
last modified time | relevance | path

Searched refs:DisplayNodeCommandHelper (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_display_node_command_test.cpp50 DisplayNodeCommandHelper::Create(context, id2, config);
68 DisplayNodeCommandHelper::Create(context, id, config);
85 DisplayNodeCommandHelper::Create(context, id, config);
113 DisplayNodeCommandHelper::Create(context, id, config);
117 DisplayNodeCommandHelper::Create(context, id2, config);
121 DisplayNodeCommandHelper::Create(context, id3, config);
167 DisplayNodeCommandHelper::Create(context, id, config);
182 DisplayNodeCommandHelper::SetScreenId(context, id, 1);
185 DisplayNodeCommandHelper::Create(context, id, config);
186 DisplayNodeCommandHelper::SetScreenId(context, id, 1);
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplaynodecommand_fuzzer/
H A Drsdisplaynodecommand_fuzzer.cpp80 DisplayNodeCommandHelper::SetScreenId(*context, id, screenId); in DoDisplayNode()
83 DisplayNodeCommandHelper::SetDisplayMode(*context, id, config); in DoDisplayNode()
104 DisplayNodeCommandHelper::SetDisplayMode(context, id, config); in DoSetDisplayMode()
106 DisplayNodeCommandHelper::Create(context, id, config); in DoSetDisplayMode()
107 DisplayNodeCommandHelper::SetDisplayMode(context, id, config); in DoSetDisplayMode()
110 DisplayNodeCommandHelper::SetDisplayMode(context, id, config); in DoSetDisplayMode()
114 DisplayNodeCommandHelper::Create(context, mirrorNodeId, config); in DoSetDisplayMode()
115 DisplayNodeCommandHelper::SetDisplayMode(context, id, config); in DoSetDisplayMode()
132 DisplayNodeCommandHelper::Create(context, id, config); in DoSetBootAnimation()
133 DisplayNodeCommandHelper::SetBootAnimation(context, id, true); in DoSetBootAnimation()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_display_node_command.h40 class RSB_EXPORT DisplayNodeCommandHelper {
57 …ARG(DISPLAY_NODE, DISPLAY_NODE_CREATE, DisplayNodeCommandHelper::Create, NodeId, RSDisplayNodeConf…
59 …ARG(DISPLAY_NODE, DISPLAY_NODE_SET_SCREEN_ID, DisplayNodeCommandHelper::SetScreenId, NodeId, uint6…
61 …ARG(DISPLAY_NODE, DISPLAY_NODE_SET_DISPLAY_OFFSET, DisplayNodeCommandHelper::SetDisplayOffset, Nod…
66 … ARG(DISPLAY_NODE, DISPLAY_NODE_SET_DISPLAY_MODE, DisplayNodeCommandHelper::SetDisplayMode, NodeId,
69 …ARG(DISPLAY_NODE, DISPLAY_NODE_SET_SCREEN_ROTATION, DisplayNodeCommandHelper::SetScreenRotation, N…
72 ARG(DISPLAY_NODE, DISPLAY_NODE_SET_BOOT_ANIMATION, DisplayNodeCommandHelper::SetBootAnimation,
75 ARG(DISPLAY_NODE, DISPLAY_NODE_SET_ROG_SIZE, DisplayNodeCommandHelper::SetRogSize,
78 …ARG(DISPLAY_NODE, DISPLAY_NODE_ADD_TO_TREE, DisplayNodeCommandHelper::AddDisplayNodeToTree, NodeId…
80 …ARG(DISPLAY_NODE, DISPLAY_NODE_REMOVE_FROM_TREE, DisplayNodeCommandHelper::RemoveDisplayNodeFromTr…
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_display_node_command.cpp25 void DisplayNodeCommandHelper::Create(RSContext& context, NodeId id, const RSDisplayNodeConfig& con… in Create()
46 std::shared_ptr<RSDisplayRenderNode> DisplayNodeCommandHelper::CreateWithConfigInRS( in CreateWithConfigInRS()
54 void DisplayNodeCommandHelper::AddDisplayNodeToTree(RSContext& context, NodeId id) in AddDisplayNodeToTree()
63 void DisplayNodeCommandHelper::RemoveDisplayNodeFromTree(RSContext& context, NodeId id) in RemoveDisplayNodeFromTree()
72 void DisplayNodeCommandHelper::SetScreenId(RSContext& context, NodeId id, uint64_t screenId) in SetScreenId()
79 void DisplayNodeCommandHelper::SetRogSize(RSContext& context, NodeId id, uint32_t rogWidth, uint32_… in SetRogSize()
86 void DisplayNodeCommandHelper::SetDisplayOffset(RSContext& context, NodeId id, int32_t offsetX, int… in SetDisplayOffset()
100 void DisplayNodeCommandHelper::SetSecurityDisplay(RSContext& context, NodeId id, bool isSecurityDis… in SetSecurityDisplay()
107 void DisplayNodeCommandHelper::SetDisplayMode(RSContext& context, NodeId id, const RSDisplayNodeCon… in SetDisplayMode()
128 void DisplayNodeCommandHelper::SetBootAnimation(RSContext& context, NodeId nodeId, bool isBootAnima… in SetBootAnimation()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_display_render_node.h433 friend class DisplayNodeCommandHelper; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp330 DisplayNodeCommandHelper::CreateWithConfigInRS(mainThread_->GetContext(), nodeId, in CreateNode()