Home
last modified time | relevance | path

Searched refs:GetAllSessionDumpInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test7.cpp515 * @tc.name: GetAllSessionDumpInfo
516 * @tc.desc: GetAllSessionDumpInfo
519 HWTEST_F(SceneSessionManagerTest7, GetAllSessionDumpInfo, Function | SmallTest | Level3) in HWTEST_F()
523 sessionInfo.abilityName_ = "GetAllSessionDumpInfo"; in HWTEST_F()
531 auto ret = ssm_->GetAllSessionDumpInfo(dumpInfo); in HWTEST_F()
534 ret = ssm_->GetAllSessionDumpInfo(dumpInfo); in HWTEST_F()
537 ret = ssm_->GetAllSessionDumpInfo(dumpInfo); in HWTEST_F()
540 ret = ssm_->GetAllSessionDumpInfo(dumpInfo); in HWTEST_F()
543 ret = ssm_->GetAllSessionDumpInfo(dumpInfo); in HWTEST_F()
549 * @tc.desc: GetAllSessionDumpInfo
[all...]
H A Dscene_session_manager_test4.cpp244 * @tc.name: GetAllSessionDumpInfo
245 * @tc.desc: SceneSesionManager test GetAllSessionDumpInfo
248 HWTEST_F(SceneSessionManagerTest4, GetAllSessionDumpInfo, Function | SmallTest | Level3) in HWTEST_F()
269 ASSERT_EQ(ssm_->GetAllSessionDumpInfo(dumpInfo), WSError::WS_OK); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h220 WSError GetAllSessionDumpInfo(std::string& info);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4283 WSError SceneSessionManager::GetAllSessionDumpInfo(std::string& dumpInfo) in GetAllSessionDumpInfo() function in OHOS::Rosen::SceneSessionManager
4474 return GetAllSessionDumpInfo(dumpInfo); in GetSessionDumpInfo()

Completed in 25 milliseconds