Lines Matching defs:std

37 const std::string SCREEN_CAPTURE_PERMISSION = "ohos.permission.CAPTURE_SCREEN";

53 std::bind(&DisplayManagerService::NotifyDisplayStateChange, this,
54 std::placeholders::_1, std::placeholders::_2, std::placeholders::_3, std::placeholders::_4))),
57 std::bind(&DisplayManagerService::NotifyDisplayStateChange, this,
58 std::placeholders::_1, std::placeholders::_2, std::placeholders::_3, std::placeholders::_4))),
65 int DisplayManagerService::Dump(int fd, const std::vector<std::u16string>& args)
116 static_cast<std::vector<int>>(numbersConfig["curvedScreenBoundary"]));
120 static_cast<std::string>(stringConfig["defaultDisplayCutoutPath"]));
160 std::vector<DisplayId> displayIds = GetAllDisplayIds();
161 auto iter = std::find(displayIds.begin(), displayIds.end(), displayId);
174 const std::map<DisplayId, sptr<DisplayInfo>>& displayInfoMap, DisplayStateChangeType type)
237 accessTokenIdMaps_.insert(std::pair(screenId, IPCSkeleton::GetCallingTokenID()));
297 std::shared_ptr<Media::PixelMap> DisplayManagerService::GetDisplaySnapshot(DisplayId displayId, DmErrorCode* errorCode)
314 std::vector<ScreenColorGamut>& colorGamuts)
485 std::lock_guard<std::recursive_mutex> lock(mutex_);
517 bool DisplayManagerService::SetFreeze(std::vector<DisplayId> displayIds, bool isFreeze)
527 DMError DisplayManagerService::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenIds,
536 auto iter = std::find(allMirrorScreenIds.begin(), allMirrorScreenIds.end(), mainScreenId);
560 DMError DisplayManagerService::StopMirror(const std::vector<ScreenId>& mirrorScreenIds)
582 void DisplayManagerService::RemoveVirtualScreenFromGroup(std::vector<ScreenId> screens)
588 std::shared_ptr<RSSurfaceNode>& surfaceNode, bool isAdd, bool isMultiDisplay)
600 std::shared_ptr<RSSurfaceNode>& surfaceNode, bool onTop)
612 std::shared_ptr<RSSurfaceNode>& surfaceNode)
653 std::vector<DisplayId> DisplayManagerService::GetAllDisplayIds()
658 DMError DisplayManagerService::GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screenInfos)
664 std::vector<ScreenId> screenIds = abstractScreenController_->GetAllScreenIds();
676 DMError DisplayManagerService::MakeExpand(std::vector<ScreenId> expandScreenIds, std::vector<Point> startPoints,
689 std::map<ScreenId, Point> pointsMap;
700 auto iter = std::find(allExpandScreenIds.begin(), allExpandScreenIds.end(), defaultScreenId);
708 std::shared_ptr<RSDisplayNode> rsDisplayNode;
709 std::vector<Point> points;
732 DMError DisplayManagerService::StopExpand(const std::vector<ScreenId>& expandScreenIds)
822 std::vector<DisplayPhysicalResolution> DisplayManagerService::GetAllDisplayPhysicalResolution()