Home
last modified time | relevance | path

Searched refs:needCallChildrenUpdate_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h175 needCallChildrenUpdate_ = needCallChildrenUpdate; in SetNeedCallChildrenUpdate()
853 bool needCallChildrenUpdate_ = true; variable
H A Dui_node.cpp347 if (needCallChildrenUpdate_) { in UpdateConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp1431 EXPECT_TRUE(parent->needCallChildrenUpdate_);
1448 EXPECT_TRUE(parent->needCallChildrenUpdate_);
1456 EXPECT_FALSE(parent->needCallChildrenUpdate_);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_column_test_ng.cpp934 EXPECT_FALSE(frameNode->needCallChildrenUpdate_);
937 EXPECT_FALSE(frameNode->needCallChildrenUpdate_);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_property_test_ng.cpp1216 EXPECT_FALSE(videoNode->needCallChildrenUpdate_);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_pattern_test_ng.cpp1318 EXPECT_EQ(menuNode->needCallChildrenUpdate_, false);