Searched refs:RestoreNodeInfo (Results 1 – 8 of 8) sorted by relevance
1243 context_->RestoreNodeInfo(jsonNodeInfo->GetChild());1250 context_->RestoreNodeInfo(std::move(jsonNodeInfo));
500 void PipelineContext::RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) {} in RestoreNodeInfo() function in OHOS::Ace::NG::PipelineContext
772 void RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) override;
1204 virtual void RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) {} in RestoreNodeInfo() function
3531 void PipelineContext::RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) in RestoreNodeInfo() function in OHOS::Ace::PipelineContext
630 void RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) override;
4065 void PipelineContext::RestoreNodeInfo(std::unique_ptr<JsonValue> nodeInfo) in RestoreNodeInfo() function in OHOS::Ace::NG::PipelineContext
3271 pipelineContext->RestoreNodeInfo(std::move(jsonNodeInfo)); in RestoreRouterStack()