Home
last modified time | relevance | path

Searched refs:SetFreeze (Results 1 – 11 of 11) sorted by relevance

/foundation/windowmanager/dm/src/
Ddisplay_manager_adapter.cpp211 bool DisplayManagerAdapter::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) in SetFreeze() function in OHOS::Rosen::DisplayManagerAdapter
214 return displayManagerServiceProxy_->SetFreeze(displayIds, isFreeze); in SetFreeze()
Ddisplay_manager.cpp643 return SingletonContainer::Get<DisplayManagerAdapter>().SetFreeze(displayIds, true); in Freeze()
657 return SingletonContainer::Get<DisplayManagerAdapter>().SetFreeze(displayIds, false); in Unfreeze()
/foundation/windowmanager/dmserver/include/
Dabstract_display_controller.h49 void SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze);
Ddisplay_manager_proxy.h66 bool SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) override;
Ddisplay_manager_interface.h107 virtual bool SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) = 0;
Ddisplay_manager_service.h79 bool SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) override;
/foundation/windowmanager/dm/include/
Ddisplay_manager_adapter.h68 virtual bool SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze);
/foundation/windowmanager/dmserver/src/
Ddisplay_manager_service.cpp346 bool DisplayManagerService::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) in SetFreeze() function in OHOS::Rosen::DisplayManagerService
348 abstractDisplayController_->SetFreeze(displayIds, isFreeze); in SetFreeze()
Ddisplay_manager_stub.cpp206 SetFreeze(ids, data.ReadBool()); in OnRemoteRequest()
Dabstract_display_controller.cpp427 void AbstractDisplayController::SetFreeze(std::vector<DisplayId> displayIds, bool toFreeze) in SetFreeze() function in OHOS::Rosen::AbstractDisplayController
Ddisplay_manager_proxy.cpp709 bool DisplayManagerProxy::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze) in SetFreeze() function in OHOS::Rosen::DisplayManagerProxy