Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1243 context_->RestoreNodeInfo(jsonNodeInfo->GetChild());
1250 context_->RestoreNodeInfo(std::move(jsonNodeInfo));
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp500 void PipelineContext::RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) {} in RestoreNodeInfo() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h772 void RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) override;
H A Dpipeline_base.h1204 virtual void RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) {} in RestoreNodeInfo() function
H A Dpipeline_context.cpp3531 void PipelineContext::RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) in RestoreNodeInfo() function in OHOS::Ace::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h630 void RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) override;
H A Dpipeline_context.cpp4065 void PipelineContext::RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) in RestoreNodeInfo() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp3271 pipelineContext->RestoreNodeInfo(std::move(jsonNodeInfo)); in RestoreRouterStack()