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 D | privacy_sensitive_manager.h | 34 void StoreNode(WeakPtr<FrameNode> node) in StoreNode() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_element.cpp | 58 context->StoreNode(restoreId, AceType::WeakClaim(this)); in Prepare()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 1226 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 D | mock_pipeline_context.cpp | 507 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 D | pipeline_context.h | 774 void StoreNode(int32_t restoreId, const WeakPtr<RenderElement>& node);
|
H A D | pipeline_context.cpp | 3505 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 D | pipeline_context.h | 632 void StoreNode(int32_t restoreId, const WeakPtr<FrameNode>& node);
|
H A D | pipeline_context.cpp | 4093 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 D | frame_node.cpp | 2259 privacyManager->StoreNode(AceType::WeakClaim(this)); in MarkModifyDone() 2270 pipeline->StoreNode(restoreId, AceType::WeakClaim(this)); in MarkModifyDone()
|