Home
last modified time | relevance | path

Searched refs:DumpSessionWithId (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h89 virtual WMError DumpSessionWithId(int32_t persistentId, std::vector<std::string> &infos);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h78 WSError DumpSessionWithId(int32_t persistentId, std::vector<std::string> &infos) override;
H A Dscene_session_manager_interface.h144 … virtual WSError DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos) override in DumpSessionWithId() function
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h140 …virtual WSError DumpSessionWithId(int32_t persistentId, std::vector<std::string> &infos) { return … in DumpSessionWithId() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h708 WMError DumpSessionWithId(int32_t persistentId, std::vector<std::string> &infos);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp635 WMError WindowAdapter::DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos) in DumpSessionWithId() function in OHOS::Rosen::WindowAdapter
641 return static_cast<WMError>(wmsProxy->DumpSessionWithId(persistentId, infos)); in DumpSessionWithId()
H A Dwindow_manager.cpp1066 WMError WindowManager::DumpSessionWithId(int32_t persistentId, std::vector<std::string> &infos) in DumpSessionWithId() function in OHOS::Rosen::WindowManager
1068 WMError ret = SingletonContainer::Get<WindowAdapter>().DumpSessionWithId(persistentId, infos); in DumpSessionWithId()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp1359 HWTEST_F(SceneSessionManagerTest2, DumpSessionWithId, Function | SmallTest | Level3)
1368 WSError result = ssm_->DumpSessionWithId(windowSessionProperty->GetPersistentId(), infos);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_test.cpp871 HWTEST_F(WindowManagerTest, DumpSessionWithId, Function | SmallTest | Level2)
876 WMError res = WindowManager::GetInstance().DumpSessionWithId(persistentId, infos);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp551 WSError errCode = DumpSessionWithId(persistentId, infos); in HandleDumpSessionWithId()
H A Dscene_session_manager_proxy.cpp1066 WSError SceneSessionManagerProxy::DumpSessionWithId(int32_t persistentId, std::vector<std::string>&… in DumpSessionWithId() function in OHOS::Rosen::SceneSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h257 WSError DumpSessionWithId(int32_t persistentId, std::vector<std::string> &infos) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6827 WSError SceneSessionManager::DumpSessionWithId(int32_t persistentId, std::vector<std::string>& info… in DumpSessionWithId() function in OHOS::Rosen::SceneSessionManager
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp5750 Rosen::WindowManager::GetInstance().DumpSessionWithId(missionId, info); in DumpMissionInner()