/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | render_select.cpp | 80 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 83 index_ = static_cast<size_t>(StringUtils::StringToInt(GetRestoreInfo())); in ApplyRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_radio.cpp | 257 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 260 auto info = JsonUtil::ParseJsonString(GetRestoreInfo()); in ApplyRestoreInfo()
|
H A D | render_checkbox.cpp | 327 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 330 checked_ = static_cast<size_t>(StringUtils::StringToInt(GetRestoreInfo())); in ApplyRestoreInfo()
|
H A D | render_switch.cpp | 535 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 538 checked_ = static_cast<size_t>(StringUtils::StringToInt(GetRestoreInfo())); in ApplyRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | render_toggle.cpp | 316 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 319 auto info = JsonUtil::ParseJsonString(GetRestoreInfo()); in ApplyRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_content.cpp | 514 std::string restoreInfo = grandParent->GetRestoreInfo(); in ApplyRestoreInfo() 518 currentIndex_ = StringUtils::StringToInt(GetRestoreInfo()); in ApplyRestoreInfo()
|
H A D | render_tab_bar.cpp | 805 std::string restoreInfo = grandParent->GetRestoreInfo(); in ApplyRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_element.cpp | 61 renderNode_->SetRestoreInfo(context->GetRestoreInfo(restoreId)); in Prepare()
|
H A D | render_node.h | 1130 const std::string& GetRestoreInfo() const in GetRestoreInfo() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_scroll.cpp | 1059 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 1063 currentOffset_.SetY(StringUtils::StringToDouble(GetRestoreInfo())); in ApplyRestoreInfo() 1065 currentOffset_.SetX(StringUtils::StringToDouble(GetRestoreInfo())); in ApplyRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | render_slider.cpp | 836 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 839 auto info = JsonUtil::ParseJsonString(GetRestoreInfo()); in ApplyRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng.cpp | 1259 auto rt = context_->GetRestoreInfo(DEFAULT_RESTORE_ID0, restoreInfo); 1262 rt = context_->GetRestoreInfo(DEFAULT_RESTORE_ID0, restoreInfo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.cpp | 1735 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 1738 currentItemIndex_ = StringUtils::StringToInt(GetRestoreInfo()); in ApplyRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 509 bool PipelineContext::GetRestoreInfo(int32_t restoreId, std::string& restoreInfo) in GetRestoreInfo() function in OHOS::Ace::NG::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 775 std::string GetRestoreInfo(int32_t restoreId);
|
H A D | pipeline_context.cpp | 3549 std::string PipelineContext::GetRestoreInfo(int32_t restoreId) in GetRestoreInfo() function in OHOS::Ace::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 633 bool GetRestoreInfo(int32_t restoreId, std::string& restoreInfo);
|
H A D | pipeline_context.cpp | 4101 bool PipelineContext::GetRestoreInfo(int32_t restoreId, std::string& restoreInfo) in GetRestoreInfo() function in OHOS::Ace::NG::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 2864 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 2867 auto info = JsonUtil::ParseJsonString(GetRestoreInfo()); in ApplyRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 3072 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 3075 startIndex_ = static_cast<size_t>(StringUtils::StringToInt(GetRestoreInfo())); in ApplyRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.cpp | 3437 if (GetRestoreInfo().empty()) { in ApplyRestoreInfo() 3440 auto info = JsonUtil::ParseJsonString(GetRestoreInfo()); in ApplyRestoreInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 2273 if (pipeline->GetRestoreInfo(restoreId, restoreInfo)) { in MarkModifyDone()
|