Searched refs:AbstractScreenController (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen_controller.cpp | 47 AbstractScreenController::AbstractScreenController(std::recursive_mutex& mutex) in AbstractScreenController() function in OHOS::Rosen::AbstractScreenController 54 AbstractScreenController::~AbstractScreenController() = default; 56 void AbstractScreenController::Init() in Init() 62 void AbstractScreenController::RegisterRsScreenConnectionChangeListener() in RegisterRsScreenConnectionChangeListener() 77 std::vector<ScreenId> AbstractScreenController::GetAllScreenIds() const in GetAllScreenIds() 190 ScreenId AbstractScreenController::GetDefaultAbstractScreenId() in GetDefaultAbstractScreenId() 833 void AbstractScreenController::SetScreenRotateAnimation( in SetScreenRotateAnimation() 898 void AbstractScreenController::OpenRotationSyncTransaction() in OpenRotationSyncTransaction() 912 void AbstractScreenController::CloseRotationSyncTransaction() in CloseRotationSyncTransaction() 1398 void AbstractScreenController::NotifyScreenGroupChanged( in NotifyScreenGroupChanged() [all …]
|
H A D | abstract_screen.cpp | 30 AbstractScreen::AbstractScreen(sptr<AbstractScreenController> screenController, const std::string& … in AbstractScreen() 492 AbstractScreenGroup::AbstractScreenGroup(sptr<AbstractScreenController> screenController, ScreenId … in AbstractScreenGroup()
|
H A D | abstract_display_controller.cpp | 47 void AbstractDisplayController::Init(sptr<AbstractScreenController> abstractScreenController) in Init() 52 abstractScreenCallback_ = new(std::nothrow) AbstractScreenController::AbstractScreenCallback(); in Init()
|
H A D | display_dumper.cpp | 66 const sptr<AbstractScreenController>& abstractScreenController, std::recursive_mutex& mutex) in DisplayDumper()
|
H A D | display_manager_service.cpp | 55 abstractScreenController_(new AbstractScreenController(mutex_)), in DisplayManagerService()
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen.h | 35 class AbstractScreenController; variable 38 …AbstractScreen(sptr<AbstractScreenController>, const std::string& name, ScreenId dmsId, ScreenId r… 97 const sptr<AbstractScreenController> screenController_; 110 …AbstractScreenGroup(sptr<AbstractScreenController>, ScreenId dmsId, ScreenId rsId, std::string nam…
|
H A D | abstract_display_controller.h | 40 void Init(sptr<AbstractScreenController> abstractScreenController); 77 sptr<AbstractScreenController> abstractScreenController_; 78 sptr<AbstractScreenController::AbstractScreenCallback> abstractScreenCallback_;
|
H A D | display_dumper.h | 35 … const sptr<AbstractScreenController>& abstractScreenController, std::recursive_mutex& mutex); 55 const sptr<AbstractScreenController> abstractScreenController_;
|
H A D | abstract_screen_controller.h | 36 class AbstractScreenController : public RefBase { 46 explicit AbstractScreenController(std::recursive_mutex& mutex); 47 ~AbstractScreenController(); 48 WM_DISALLOW_COPY_AND_MOVE(AbstractScreenController);
|
H A D | display_manager_service.h | 137 sptr<AbstractScreenController> abstractScreenController_;
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_screen_test.cpp | 47 sptr<AbstractScreenController> absScreenController = new AbstractScreenController(mutex_); in SetUpTestCase() 192 sptr<AbstractScreenController> absScreenController0 = new AbstractScreenController(mutex_); 326 sptr<AbstractScreenController> absScreenController = new AbstractScreenController(mutex_); 582 sptr<AbstractScreenController> absScreenController = new AbstractScreenController(mutex_);
|
H A D | abstract_screen_controller_test.cpp | 34 sptr<AbstractScreenController> absController_ = new AbstractScreenController(mutex); 210 absController_->abstractScreenCallback_ = new AbstractScreenController::AbstractScreenCallback; 224 absController_->abstractScreenCallback_ = new AbstractScreenController::AbstractScreenCallback; 392 sptr<AbstractScreenController::AbstractScreenCallback> cb = nullptr; 590 absController_->abstractScreenCallback_ = new AbstractScreenController::AbstractScreenCallback; 665 absController_->abstractScreenCallback_ = new AbstractScreenController::AbstractScreenCallback; 1204 absController_->abstractScreenCallback_ = new AbstractScreenController::AbstractScreenCallback;
|
H A D | abstract_display_controller_test.cpp | 40 sptr<AbstractScreenController> absScreenController_ = nullptr; 62 absScreenController_ = new AbstractScreenController(mutex_); in SetUp() 524 absDisplayController->abstractScreenController_ = new AbstractScreenController(mutex_);
|
H A D | abstract_display_test.cpp | 37 sptr<AbstractScreenController> absController;
|
H A D | display_cutout_controller_test.cpp | 219 sptr<AbstractScreenController> absScreenController;
|