Home
last modified time | relevance | path

Searched refs:STARTING_CREATED (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h33 STARTING_CREATED, member in OHOS::Rosen::WindowNodeState
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp86 node->stateMachine_.TransitionTo(WindowNodeState::STARTING_CREATED); in CreateWindowNode()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp126 node_->stateMachine_.currState_ = WindowNodeState::STARTING_CREATED; in HWTEST_F()
188 srcNode->stateMachine_.currState_ = WindowNodeState::STARTING_CREATED; in HWTEST_F()
193 srcNode->stateMachine_.currState_ = WindowNodeState::STARTING_CREATED; in HWTEST_F()
198 srcNode->stateMachine_.currState_ = WindowNodeState::STARTING_CREATED; in HWTEST_F()
203 dstNode->stateMachine_.currState_ = WindowNodeState::STARTING_CREATED; in HWTEST_F()
209 dstNode->stateMachine_.currState_ = WindowNodeState::STARTING_CREATED; in HWTEST_F()
H A Dremote_animation_test.cpp425 node_->stateMachine_.TransitionTo(WindowNodeState::STARTING_CREATED); in HWTEST_F()
431 EXPECT_EQ(WindowNodeState::STARTING_CREATED, node_->stateMachine_.currState_); in HWTEST_F()
489 EXPECT_EQ(WindowNodeState::STARTING_CREATED, node_->stateMachine_.currState_); in HWTEST_F()

Completed in 7 milliseconds