Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/privacy_sensitive/
H A Dprivacy_sensitive_manager.h34 void StoreNode(WeakPtr<FrameNode> node) in StoreNode() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_element.cpp58 context->StoreNode(restoreId, AceType::WeakClaim(this)); in Prepare()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1226 context_->StoreNode(DEFAULT_RESTORE_ID0, frameNode_1);
1230 context_->StoreNode(DEFAULT_RESTORE_ID0, frameNode_2);
1234 context_->StoreNode(DEFAULT_RESTORE_ID1, frameNode_3);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp507 void PipelineContext::StoreNode(int32_t restoreId, const WeakPtr<FrameNode>& node) {} in StoreNode() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h774 void StoreNode(int32_t restoreId, const WeakPtr<RenderElement>& node);
H A Dpipeline_context.cpp3505 void PipelineContext::StoreNode(int32_t restoreId, const WeakPtr<RenderElement>& node) in StoreNode() function in OHOS::Ace::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h632 void StoreNode(int32_t restoreId, const WeakPtr<FrameNode>& node);
H A Dpipeline_context.cpp4093 void PipelineContext::StoreNode(int32_t restoreId, const WeakPtr<FrameNode>& node) in StoreNode() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2259 privacyManager->StoreNode(AceType::WeakClaim(this)); in MarkModifyDone()
2270 pipeline->StoreNode(restoreId, AceType::WeakClaim(this)); in MarkModifyDone()