Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_controller_test.cpp248 absController_->OnRsScreenConnectionChange(rsScreenId, event);
260 absController_->OnRsScreenConnectionChange(rsScreenId, event);
272 absController_->OnRsScreenConnectionChange(rsScreenId, event);
284 absController_->OnRsScreenConnectionChange(rsScreenId, event);
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen_controller.h96 void OnRsScreenConnectionChange(ScreenId rsScreenId, ScreenEvent screenEvent);
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp66 …[this](ScreenId rsScreenId, ScreenEvent screenEvent) { OnRsScreenConnectionChange(rsScreenId, scre… in RegisterRsScreenConnectionChangeListener()
237 void AbstractScreenController::OnRsScreenConnectionChange(ScreenId rsScreenId, ScreenEvent screenEv… in OnRsScreenConnectionChange() function in OHOS::Rosen::AbstractScreenController