Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dfold_screen_state_machine_test.cpp112 fsm.UnRegistrationTransitionCallback(callback);
125 fsm.UnRegistrationTransitionCallback(callback);
139 fsm.UnRegistrationTransitionCallback(callback);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/fold_screen_controller/
H A Dfold_screen_state_machine.h56 void UnRegistrationTransitionCallback(const std::shared_ptr<TransitionCallback>& callback);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/
H A Dfold_screen_state_machine.cpp42 void FoldScreenStateMachine::UnRegistrationTransitionCallback(const std::shared_ptr<TransitionCallb… in UnRegistrationTransitionCallback() function in OHOS::Rosen::FoldScreenStateMachine