Lines Matching defs:const
33 const static uint32_t MAX_RETRY_NUM = 6;
34 const static uint32_t RETRY_WAIT_MS = 500;
35 const static uint32_t MAX_DISPLAY_SIZE = 32;
36 const static uint32_t MAX_INTERVAL_US = 25000;
48 bool CheckRectValid(const Media::Rect& rect, int32_t oriHeight, int32_t oriWidth) const;
49 bool CheckSizeValid(const Media::Size& size, int32_t oriHeight, int32_t oriWidth) const;
60 void SetFoldDisplayMode(const FoldDisplayMode);
61 DMError SetFoldDisplayModeFromJs(const FoldDisplayMode);
90 DMError ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy);
113 void NotifyDisplayChangeInfoChanged(const sptr<DisplayChangeInfo>& info);
349 virtual void NotifyDisplayChangeInfoChanged(const sptr<DisplayChangeInfo>& info) override
388 bool DisplayManager::Impl::CheckRectValid(const Media::Rect& rect, int32_t oriHeight, int32_t oriWidth) const
411 bool DisplayManager::Impl::CheckSizeValid(const Media::Size& size, int32_t oriHeight, int32_t oriWidth) const
719 std::shared_ptr<Media::PixelMap> DisplayManager::GetScreenshot(DisplayId displayId, const Media::Rect &rect,
720 const Media::Size &size, int rotation, DmErrorCode* errorCode)
762 void DisplayManager::AddDisplayIdFromAms(DisplayId displayId, const wptr<IRemoteObject>& abilityToken)
770 [displayId, abilityToken](const auto &item) -> bool {
781 void DisplayManager::RemoveDisplayIdFromAms(const wptr<IRemoteObject>& abilityToken)
793 [abilityToken](const auto &item) -> bool {
811 for (const auto &iter : displayIdList_) {
828 for (const auto &iter : displayIdList_) {
877 const sptr<Display> display = GetDisplayById(displayId);
937 void DisplayManager::SetFoldDisplayMode(const FoldDisplayMode mode)
942 DMError DisplayManager::SetFoldDisplayModeFromJs(const FoldDisplayMode mode)
958 void DisplayManager::Impl::SetFoldDisplayMode(const FoldDisplayMode mode)
963 DMError DisplayManager::Impl::SetFoldDisplayModeFromJs(const FoldDisplayMode mode)
1513 void DisplayManager::Impl::NotifyDisplayChangeInfoChanged(const sptr<DisplayChangeInfo>& info)
1922 uint32_t DisplayManager::GetScreenBrightness(uint64_t screenId) const
2036 DMError DisplayManager::Impl::ProxyForFreeze(const std::set<int32_t>& pidList, bool isProxy)