Home
last modified time | relevance | path

Searched refs:GetSessionSnapshotFilePath (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp386 HWTEST_F(SceneSessionTest4, GetSessionSnapshotFilePath, Function | SmallTest | Level2)
394 EXPECT_EQ("GetSessionSnapshotFilePath_1.astc", session->GetSessionSnapshotFilePath());
397 EXPECT_EQ("GetSessionSnapshotFilePath_1.astc", session->GetSessionSnapshotFilePath());
H A Dscene_session_manager_test2.cpp1804 HWTEST_F(SceneSessionManagerTest2, GetSessionSnapshotFilePath, Function | SmallTest | Level3)
1811 ret = ssm_->GetSessionSnapshotFilePath(100);
1819 ret = ssm_->GetSessionSnapshotFilePath(100);
H A Dscene_session_test2.cpp468 HWTEST_F(SceneSessionTest2, GetSessionSnapshotFilePath, Function | SmallTest | Level2)
485 std::string result = scensession->GetSessionSnapshotFilePath();
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.h76 static napi_value GetSessionSnapshotFilePath(napi_env env, napi_callback_info info);
H A Djs_scene_session_manager.cpp149 JsSceneSessionManager::GetSessionSnapshotFilePath); in Init()
811 napi_value JsSceneSessionManager::GetSessionSnapshotFilePath(napi_env env, napi_callback_info info) in GetSessionSnapshotFilePath() function in OHOS::Rosen::JsSceneSessionManager
2247 std::string path = SceneSessionManager::GetInstance().GetSessionSnapshotFilePath(persistentId); in OnGetSessionSnapshotFilePath()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h347 std::string GetSessionSnapshotFilePath() const;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h295 std::string GetSessionSnapshotFilePath(int32_t persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2869 std::string SceneSession::GetSessionSnapshotFilePath() const in GetSessionSnapshotFilePath() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp7713 std::string SceneSessionManager::GetSessionSnapshotFilePath(int32_t persistentId) in GetSessionSnapshotFilePath() function in OHOS::Rosen::SceneSessionManager
7728 std::string filePath = scnSession->GetSessionSnapshotFilePath(); in GetSessionSnapshotFilePath()