Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_controller_test.cpp956 absController_->ProcessDefaultScreenReconnected(rsScreenId);
959 absController_->ProcessDefaultScreenReconnected(rsScreenId);
961 absController_->ProcessDefaultScreenReconnected(rsScreenId);
973 absController_->ProcessDefaultScreenReconnected(rsScreenId);
977 absController_->ProcessDefaultScreenReconnected(rsScreenId);
980 absController_->ProcessDefaultScreenReconnected(rsScreenId);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen_controller.h99 void ProcessDefaultScreenReconnected(ScreenId rsScreenId);
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp256 void AbstractScreenController::ProcessDefaultScreenReconnected(ScreenId rsScreenId) in ProcessDefaultScreenReconnected() function in OHOS::Rosen::AbstractScreenController
308 ProcessDefaultScreenReconnected(rsScreenId); in ProcessScreenConnected()