/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-restoreId.md | 1 # restoreId chapter 9 ## restoreId section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-restoreId.md | 9 ## restoreId section
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_element.cpp | 53 int32_t restoreId = component_->GetRestoreId(); in Prepare() local
|
H A D | component.h | 263 void SetRestoreId(int32_t restoreId) in SetRestoreId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | list_composed_element.cpp | 133 auto restoreId = renderList->GetRestoreId(); in GetRestoreId() local
|
/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() 509 bool PipelineContext::GetRestoreInfo(int32_t restoreId, std::string& restoreInfo) in GetRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.h | 449 void SetRestoreId(int32_t restoreId) in SetRestoreId()
|
H A D | view_abstract_model_ng.h | 1206 void SetRestoreId(int32_t restoreId) override in SetRestoreId()
|
H A D | view_abstract.cpp | 2267 void ViewAbstract::SetRestoreId(int32_t restoreId) in SetRestoreId() 3627 void ViewAbstract::SetRestoreId(FrameNode* frameNode, int32_t restoreId) in SetRestoreId()
|
H A D | frame_node.cpp | 2267 int32_t restoreId = GetRestoreId(); in MarkModifyDone() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 634 void RemoveStoredNode(int32_t restoreId) in RemoveStoredNode()
|
H A D | pipeline_context.cpp | 4093 void PipelineContext::StoreNode(int32_t restoreId, const WeakPtr<FrameNode>& node) in StoreNode() 4101 bool PipelineContext::GetRestoreInfo(int32_t restoreId, std::string& restoreInfo) in GetRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 3505 void PipelineContext::StoreNode(int32_t restoreId, const WeakPtr<RenderElement>& node) in StoreNode() 3549 std::string PipelineContext::GetRestoreInfo(int32_t restoreId) in GetRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 1371 void ViewAbstractModelImpl::SetRestoreId(int32_t restoreId) in SetRestoreId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 7517 void JSViewAbstract::JsRestoreId(int32_t restoreId) in JsRestoreId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 4305 restoreId(value) { method in ArkComponent 10348 restoreId(value) { method in ArkSpanComponent 25733 restoreId(value) { method in ArkXComponentComponent
|