Lines Matching refs:std

70     std::shared_ptr<RSSurfaceNode> surfaceNode, uint32_t& windowId, const sptr<IRemoteObject>& token)
124 std::lock_guard<std::mutex> lock(mutex_);
126 windowManagerAgentMap_[type] = std::set<sptr<IWindowManagerAgent>>();
143 std::lock_guard<std::mutex> lock(mutex_);
150 auto agent = std::find(agentSet.begin(), agentSet.end(), windowManagerAgent);
169 WMError WindowAdapter::GetAccessibilityWindowInfo(std::vector<sptr<AccessibilityWindowInfo>>& infos)
179 std::vector<sptr<UnreliableWindowInfo>>& infos)
188 WMError WindowAdapter::GetVisibilityWindowInfo(std::vector<sptr<WindowVisibilityInfo>>& infos)
282 std::lock_guard<std::mutex> lock(mutex_);
321 std::lock_guard<std::mutex> lock(mutex_);
325 WMError WindowAdapter::GetSnapshotByWindowId(int32_t windowId, std::shared_ptr<Media::PixelMap>& pixelMap)
336 std::lock_guard<std::mutex> lock(mutex_);
359 std::map<int32_t, SessionRecoverCallbackFunc> sessionRecoverCallbackFuncMap;
361 std::lock_guard<std::mutex> lock(mutex_);
377 std::lock_guard<std::mutex> lock(mutex_);
403 std::lock_guard<std::mutex> lock(mutex_);
410 wmsDeath_ = new (std::nothrow) WMSDeathRecipient();
438 std::lock_guard<std::mutex> lock(mutex_);
516 void WindowAdapter::MinimizeWindowsByLauncher(std::vector<uint32_t> windowIds, bool isAnimated,
590 std::shared_ptr<Media::PixelMap> WindowAdapter::GetSnapshot(int32_t windowId)
608 void WindowAdapter::DispatchKeyEvent(uint32_t windowId, std::shared_ptr<MMI::KeyEvent> event)
617 void WindowAdapter::NotifyDumpInfoResult(const std::vector<std::string>& info)
626 WMError WindowAdapter::DumpSessionAll(std::vector<std::string>& infos)
635 WMError WindowAdapter::DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos)
653 WMError WindowAdapter::GetWindowAnimationTargets(std::vector<uint32_t> missionIds,
654 std::vector<sptr<RSWindowAnimationTarget>>& targets)
748 const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode,
761 const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode,
794 const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode,
950 int32_t x, int32_t y, std::vector<int32_t>& windowIds)
960 std::lock_guard<std::mutex> lock(mutex_);
972 WMError WindowAdapter::SetProcessWatermark(int32_t pid, const std::string& watermarkName, bool isEnabled)