Lines Matching defs:const

42 const std::string CONTROLLER_THREAD_ID = "AbstractScreenControllerThread";

43 const static uint32_t MAX_RETRY_NUM = 3;
44 const static uint32_t RETRY_WAIT_MS = 100;
77 std::vector<ScreenId> AbstractScreenController::GetAllScreenIds() const
81 for (const auto& iter : dmsScreenMap_) {
87 std::vector<ScreenId> AbstractScreenController::GetAllValidScreenIds(const std::vector<ScreenId>& screenIds) const
104 const std::shared_ptr<RSDisplayNode>& AbstractScreenController::GetRSDisplayNodeByScreenId(ScreenId dmsScreenId) const
167 sptr<AbstractScreen> AbstractScreenController::GetAbstractScreen(ScreenId dmsScreenId) const
210 ScreenId AbstractScreenController::ConvertToRsScreenId(ScreenId dmsScreenId) const
216 ScreenId AbstractScreenController::ConvertToDmsScreenId(ScreenId rsScreenId) const
295 const uint32_t level = 165;
429 for (const RSScreenModeInfo& rsScreenModeInfo : allModes) {
526 bool AbstractScreenController::CheckScreenInScreenGroup(sptr<AbstractScreen> screen) const
614 const sptr<IRemoteObject>& displayManagerAgent)
635 new AgentDeathRecipient([this](const sptr<IRemoteObject>& agent) { OnRemoteDied(agent); });
802 std::sort(screens.begin(), screens.end(), [](const auto &a, const auto &b) {
847 const std::shared_ptr<RSDisplayNode>& displayNode = GetRSDisplayNodeByScreenId(screenId);
863 static const RSAnimationTimingProtocol timingProtocol(600); // animation time
865 static const RSAnimationTimingCurve curve = RSAnimationTimingCurve::CreateCubicCurve(0.2, 0.0, 0.2, 1.0);
891 const std::shared_ptr<RSDisplayNode>& displayNode, struct ScreenRect srect)
1113 DMError AbstractScreenController::StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombination stopCombination)
1154 void AbstractScreenController::ChangeScreenGroup(sptr<AbstractScreenGroup> group, const std::vector<ScreenId>& screens,
1155 const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination)
1186 const std::vector<ScreenId>& addScreens, const std::vector<Point>& addChildPos,
1269 bool AbstractScreenController::OnRemoteDied(const sptr<IRemoteObject>& agent)
1319 bool AbstractScreenController::ScreenIdManager::HasDmsScreenId(ScreenId dmsScreenId) const
1324 bool AbstractScreenController::ScreenIdManager::HasRsScreenId(ScreenId dmsScreenId) const
1329 bool AbstractScreenController::ScreenIdManager::ConvertToRsScreenId(ScreenId dmsScreenId, ScreenId& rsScreenId) const
1339 ScreenId AbstractScreenController::ScreenIdManager::ConvertToRsScreenId(ScreenId dmsScreenId) const
1346 bool AbstractScreenController::ScreenIdManager::ConvertToDmsScreenId(ScreenId rsScreenId, ScreenId& dmsScreenId) const
1356 ScreenId AbstractScreenController::ScreenIdManager::ConvertToDmsScreenId(ScreenId rsScreenId) const
1363 void AbstractScreenController::NotifyScreenConnected(sptr<ScreenInfo> screenInfo) const
1376 void AbstractScreenController::NotifyScreenDisconnected(ScreenId screenId) const
1385 void AbstractScreenController::NotifyScreenChanged(sptr<ScreenInfo> screenInfo, ScreenChangeEvent event) const
1399 const sptr<ScreenInfo>& screenInfo, ScreenGroupChangeEvent event) const
1414 const std::vector<sptr<ScreenInfo>>& screenInfo, ScreenGroupChangeEvent event) const
1482 ScreenPowerState AbstractScreenController::GetScreenPower(ScreenId dmsScreenId) const