Signed-off-by: whqwe <taylor.wanghao@huawei.com>
This commit is contained in:
whqwe 2024-11-16 11:46:38 +08:00
parent 97a12488ba
commit ca7a706274

View File

@ -174,7 +174,7 @@ public:
sptr<SceneSession> GetSceneSession(int32_t persistentId);
sptr<SceneSession> GetMainParentSceneSession(int32_t persistentId,
const std::map<int32_t, sptr<SceneSession>>& sessionMap);
void PostFlushWindowInfoTask(FlushWindowInfoTask &&task, const std::string& taskName, const int delayTime);
void PostFlushWindowInfoTask(FlushWindowInfoTask&& task, const std::string& taskName, const int delayTime);
sptr<SceneSession> GetSceneSessionByIdentityInfo(const SessionIdentityInfo& info);
sptr<SceneSession> GetSceneSessionByType(WindowType type);