/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 78 WSError DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos) override;
|
H A D | scene_session_manager_interface.h | 141 virtual WSError DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos) override
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_manager.h | 700 WMError DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos);
|
/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 89 virtual WMError DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos);
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 140 virtual WSError DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos) { return WSError::WS_OK; } in DumpSessionWithId() function in OHOS::Rosen::IWindowManager
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 635 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 D | window_manager.cpp | 1140 WMError WindowManager::DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos)
in DumpSessionWithId() function in OHOS::Rosen::WindowManager 1142 WMError ret = SingletonContainer::Get<WindowAdapter>().DumpSessionWithId(persistentId, infos);
in DumpSessionWithId()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test2.cpp | 1402 * @tc.name: DumpSessionWithId 1406 HWTEST_F(SceneSessionManagerTest2, DumpSessionWithId, Function | SmallTest | Level3) in HWTEST_F() 1410 sessionInfo.abilityName_ = "DumpSessionWithId"; in HWTEST_F() 1415 WSError result = ssm_->DumpSessionWithId(windowSessionProperty->GetPersistentId(), infos); in HWTEST_F()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_manager_test.cpp | 874 infos.push_back("DumpSessionWithId");
in HWTEST_F() 880 * @tc.name: DumpSessionWithId
881 * @tc.desc: DumpSessionWithId
884 HWTEST_F(WindowManagerTest, DumpSessionWithId, Function | SmallTest | Level2)
in HWTEST_F() 887 infos.push_back("DumpSessionWithId");
in HWTEST_F() 889 WMError res = WindowManager::GetInstance().DumpSessionWithId(persistentId, infos);
in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 227 WSError DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos) override;
|
/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_stub.cpp | 566 WSError errCode = DumpSessionWithId(persistentId, infos); in HandleDumpSessionWithId()
|
H A D | scene_session_manager_proxy.cpp | 1066 WSError SceneSessionManagerProxy::DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos) in DumpSessionWithId() function in OHOS::Rosen::SceneSessionManagerProxy 1068 WLOGFI("run SceneSessionManagerProxy::DumpSessionWithId"); in DumpSessionWithId() 1073 WLOGFE("DumpSessionWithId write interface token failed."); in DumpSessionWithId() 1077 WLOGFE("DumpSessionWithId write persistentId failed."); in DumpSessionWithId() 1087 WLOGFE("DumpSessionWithId sendRequest failed."); in DumpSessionWithId() 1091 WLOGFE("DumpSessionWithId read session info failed."); in DumpSessionWithId()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 5732 Rosen::WindowManager::GetInstance().DumpSessionWithId(missionId, info); in DumpMissionInner()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 6571 WSError SceneSessionManager::DumpSessionWithId(int32_t persistentId, std::vector<std::string>& infos) in DumpSessionWithId() function in OHOS::Rosen::SceneSessionManager 6575 WLOGFE("DumpSessionWithId permission denied!"); in DumpSessionWithId() 6591 return taskScheduler_->PostSyncTask(task, "DumpSessionWithId"); in DumpSessionWithId()
|