/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_effect_node.cpp | 40 void RSEffectNode::SetFreeze(bool isFreeze) in SetFreeze() argument 46 std::unique_ptr<RSCommand> command = std::make_unique<RSSetFreeze>(GetId(), isFreeze); in SetFreeze()
|
H A D | rs_effect_node.h | 36 void SetFreeze(bool isFreeze) override;
|
H A D | rs_canvas_node.cpp | 173 void RSCanvasNode::SetFreeze(bool isFreeze) in SetFreeze() argument 180 std::unique_ptr<RSCommand> command = std::make_unique<RSSetFreeze>(GetId(), isFreeze); in SetFreeze()
|
H A D | rs_canvas_node.h | 46 void SetFreeze(bool isFreeze) override;
|
H A D | rs_surface_node.h | 134 void SetFreeze(bool isFreeze) override;
|
H A D | rs_surface_node.cpp | 621 void RSSurfaceNode::SetFreeze(bool isFreeze) in SetFreeze() argument 627 std::unique_ptr<RSCommand> command = std::make_unique<RSSetFreeze>(GetId(), isFreeze); in SetFreeze()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rseffectnode_fuzzer/ |
H A D | rseffectnode_fuzzer.cpp | 92 bool isFreeze = GetData<bool>();
in DoSetFreeze() local 93 effectNode->SetFreeze(isFreeze);
in DoSetFreeze()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_node_command.cpp | 53 void RSNodeCommandHelper::SetFreeze(RSContext& context, NodeId nodeId, bool isFreeze) in SetFreeze() argument 58 node->SetStaticCached(isFreeze); in SetFreeze()
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_display_controller.h | 48 void SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze);
|
H A D | display_manager_proxy.h | 84 bool SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) override;
|
H A D | display_manager_service.h | 97 bool SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) override;
|
H A D | display_manager_interface.h | 134 virtual bool SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.h | 164 void UpdateChildrenFreezeState(bool isFreeze, bool isForceUpdateFreezeVaule = false) override;
|
H A D | repeat_virtual_scroll_node.cpp | 392 void RepeatVirtualScrollNode::UpdateChildrenFreezeState(bool isFreeze, bool isForceUpdateFreezeVaule) in UpdateChildrenFreezeState() argument 397 child.second.item->SetFreeze(isFreeze); in UpdateChildrenFreezeState()
|
H A D | lazy_for_each_node.h | 185 void UpdateChildrenFreezeState(bool isFreeze, bool isForceUpdateFreezeVaule = false) override;
|
H A D | lazy_for_each_node.cpp | 423 void LazyForEachNode::UpdateChildrenFreezeState(bool isFreeze, bool isForceUpdateFreezeVaule) in UpdateChildrenFreezeState() argument 432 child->SetFreeze(isFreeze); in UpdateChildrenFreezeState()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/ |
H A D | rssurfacenode_fuzzer.cpp | 494 bool isFreeze = GetData<bool>();
in DoSetWindowIdAndSetFreeze() local 495 surfaceNode->SetFreeze(isFreeze);
in DoSetWindowIdAndSetFreeze()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_test.cpp | 442 bool isFreeze = false; in HWTEST_F() local 443 dms_->SetFreeze(displayIds, isFreeze); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.cpp | 731 void UINode::SetFreeze(bool isFreeze, bool isForceUpdateFreezeVaule) in SetFreeze() argument 736 if (isNeedUpdateFreezeVaule && isFreeze_ != isFreeze) { in SetFreeze() 737 isFreeze_ = isFreeze; in SetFreeze() 743 void UINode::UpdateChildrenFreezeState(bool isFreeze, bool isForceUpdateFreezeVaule) in UpdateChildrenFreezeState() argument 748 child->SetFreeze(isFreeze, isForceUpdateFreezeVaule); in UpdateChildrenFreezeState()
|
H A D | ui_node.h | 778 virtual void SetFreeze(bool isFreeze, bool isForceUpdateFreezeVaule = false); 838 virtual void UpdateChildrenFreezeState(bool isFreeze, bool isForceUpdateFreezeVaule = false);
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service.cpp | 517 bool DisplayManagerService::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze)
in SetFreeze() argument 523 abstractDisplayController_->SetFreeze(displayIds, isFreeze);
in SetFreeze()
|
/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 385 bool DisplayManagerAdapter::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze)
in SetFreeze() argument 389 return displayManagerServiceProxy_->SetFreeze(displayIds, isFreeze);
in SetFreeze()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_node_command.h | 135 static void SetFreeze(RSContext& context, NodeId nodeId, bool isFreeze);
|
/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 76 virtual bool SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze);
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 106 virtual bool SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) override { return false; }
|