Home
last modified time | relevance | path

Searched refs:restoreNodeInfo_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1244 EXPECT_TRUE(context_->restoreNodeInfo_.empty());
1251 EXPECT_FALSE(context_->restoreNodeInfo_.empty());
1264 auto iter1 = context_->restoreNodeInfo_.find(DEFAULT_RESTORE_ID0);
1265 EXPECT_EQ(iter1, context_->restoreNodeInfo_.end());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3544 restoreNodeInfo_.try_emplace(vital, value); in RestoreNodeInfo()
3551 auto iter = restoreNodeInfo_.find(restoreId); in GetRestoreInfo()
3552 if (iter != restoreNodeInfo_.end()) { in GetRestoreInfo()
3554 restoreNodeInfo_.erase(iter); in GetRestoreInfo()
H A Dpipeline_context.h1015 std::unordered_map<int32_t, std::string> restoreNodeInfo_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h1177 std::unordered_map<int32_t, std::string> restoreNodeInfo_; variable
H A Dpipeline_context.cpp4071 restoreNodeInfo_.try_emplace(StringUtils::StringToInt(key), value); in RestoreNodeInfo()
4103 auto iter = restoreNodeInfo_.find(restoreId); in GetRestoreInfo()
4104 if (iter != restoreNodeInfo_.end()) { in GetRestoreInfo()
4106 restoreNodeInfo_.erase(iter); in GetRestoreInfo()