Home
last modified time | relevance | path

Searched refs:needReset (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/layout/
Dmock_layout_wrapper.cpp20 const RefPtr<LayoutAlgorithmWrapper>& GetLayoutAlgorithm(bool needReset = false) in GetLayoutAlgorithm() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
Dlayout_wrapper.h50 virtual const RefPtr<LayoutAlgorithmWrapper>& GetLayoutAlgorithm(bool needReset = false) = 0;
Dlayout_wrapper_node.h81 const RefPtr<LayoutAlgorithmWrapper>& GetLayoutAlgorithm(bool needReset = false) override
/foundation/arkui/napi/scope_manager/
Dnative_scope_manager.cpp212 void NativeScopeManager::Close(NativeScope* scope, bool needReset) in Close() argument
235 if (needReset) { in Close()
Dnative_scope_manager.h191 virtual void Close(NativeScope* scope, bool needReset = true);
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/base/
Dmock_frame_node.cpp93 const RefPtr<LayoutAlgorithmWrapper>& FrameNode::GetLayoutAlgorithm(bool needReset) in GetLayoutAlgorithm() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dframe_node.h458 const RefPtr<LayoutAlgorithmWrapper>& GetLayoutAlgorithm(bool needReset = false) override;
Dframe_node.cpp2543 const RefPtr<LayoutAlgorithmWrapper>& FrameNode::GetLayoutAlgorithm(bool needReset) in GetLayoutAlgorithm() argument
2545 if ((!layoutAlgorithm_ || (needReset && layoutAlgorithm_->IsExpire())) && pattern_) { in GetLayoutAlgorithm()
2548 if (needReset) { in GetLayoutAlgorithm()