Home
last modified time | relevance | path

Searched refs:SOURCE_START (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp87 EXPECT_EQ(distributedUI.status_, DistributedUI::StateMachine::SOURCE_START);
95 EXPECT_EQ(distributedUI.status_, DistributedUI::StateMachine::SOURCE_START);
131 EXPECT_EQ(distributedUI.status_, DistributedUI::StateMachine::SOURCE_START);
170 EXPECT_EQ(distributedUI.status_, DistributedUI::StateMachine::SOURCE_START);
206 EXPECT_EQ(distributedUI.status_, DistributedUI::StateMachine::SOURCE_START);
245 EXPECT_EQ(distributedUI.status_, DistributedUI::StateMachine::SOURCE_START);
292 EXPECT_EQ(distributedUI.status_, DistributedUI::StateMachine::SOURCE_START);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp86 status_ = StateMachine::SOURCE_START; in DumpUITree()
226 if (status_ == StateMachine::SOURCE_START) { in OnPageChanged()
378 if (onUpdateCb_ && status_ == StateMachine::SOURCE_START) { in ReadyToDumpUpdate()
H A Ddistributed_ui.h49 SOURCE_START = 1, enumerator