Home
last modified time | relevance | path

Searched defs:restoreId (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dlist_composed_element.cpp131 auto restoreId = renderList->GetRestoreId(); in GetRestoreId() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_element.cpp53 int32_t restoreId = component_->GetRestoreId(); in Prepare() local
H A Dcomponent.h263 void SetRestoreId(int32_t restoreId) in SetRestoreId() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h449 void SetRestoreId(int32_t restoreId) in SetRestoreId() argument
H A Dview_abstract.cpp2161 void ViewAbstract::SetRestoreId(int32_t restoreId) in SetRestoreId() argument
3513 void ViewAbstract::SetRestoreId(FrameNode* frameNode, int32_t restoreId) in SetRestoreId() argument
H A Dframe_node.cpp2169 int32_t restoreId = GetRestoreId(); in MarkModifyDone() local
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h659 void RemoveStoredNode(int32_t restoreId) in RemoveStoredNode() argument
H A Dpipeline_context.cpp4699 void PipelineContext::StoreNode(int32_t restoreId, const WeakPtr<FrameNode>& node) in StoreNode() argument
4707 bool PipelineContext::GetRestoreInfo(int32_t restoreId, std::string& restoreInfo) in GetRestoreInfo() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1355 void ViewAbstractModelImpl::SetRestoreId(int32_t restoreId) in SetRestoreId() argument
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp649 void PipelineContext::StoreNode(int32_t restoreId, const WeakPtr<FrameNode>& node) {} in StoreNode() argument
651 bool PipelineContext::GetRestoreInfo(int32_t restoreId, std::string& restoreInfo) in GetRestoreInfo() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3495 void PipelineContext::StoreNode(int32_t restoreId, const WeakPtr<RenderElement>& node) in StoreNode() argument
3539 std::string PipelineContext::GetRestoreInfo(int32_t restoreId) in GetRestoreInfo() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7451 void JSViewAbstract::JsRestoreId(int32_t restoreId) in JsRestoreId() argument

Completed in 71 milliseconds