Searched refs:GetSessionSnapshotFilePath (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test4.cpp | 386 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 D | scene_session_manager_test2.cpp | 1804 HWTEST_F(SceneSessionManagerTest2, GetSessionSnapshotFilePath, Function | SmallTest | Level3) 1811 ret = ssm_->GetSessionSnapshotFilePath(100); 1819 ret = ssm_->GetSessionSnapshotFilePath(100);
|
H A D | scene_session_test2.cpp | 468 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 D | js_scene_session_manager.h | 76 static napi_value GetSessionSnapshotFilePath(napi_env env, napi_callback_info info);
|
H A D | js_scene_session_manager.cpp | 149 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 D | scene_session.h | 347 std::string GetSessionSnapshotFilePath() const;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 295 std::string GetSessionSnapshotFilePath(int32_t persistentId);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 2869 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 D | scene_session_manager.cpp | 7713 std::string SceneSessionManager::GetSessionSnapshotFilePath(int32_t persistentId) in GetSessionSnapshotFilePath() function in OHOS::Rosen::SceneSessionManager 7728 std::string filePath = scnSession->GetSessionSnapshotFilePath(); in GetSessionSnapshotFilePath()
|