Home
last modified time | relevance | path

Searched refs:SetSessionInfoPersistentId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_root_scene_session.cpp360 sceneSession->SetSessionInfoPersistentId(sceneSession->GetPersistentId()); in GenSceneSession()
372 sceneSession->SetSessionInfoPersistentId(sceneSession->GetPersistentId()); in GenSceneSession()
H A Djs_scene_session.cpp3202 sceneSession->SetSessionInfoPersistentId(sceneSession->GetPersistentId()); in GenSceneSession()
3213 sceneSession->SetSessionInfoPersistentId(sceneSession->GetPersistentId()); in GenSceneSession()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp915 session->SetSessionInfoPersistentId(123);
917 session->SetSessionInfoPersistentId(0);
1164 session->SetSessionInfoPersistentId(0);
H A Dsession_test2.cpp873 HWTEST_F(WindowSessionTest2, SetSessionInfoPersistentId, Function | SmallTest | Level2)
878 session_->SetSessionInfoPersistentId(persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h208 void SetSessionInfoPersistentId(int32_t persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp238 void Session::SetSessionInfoPersistentId(int32_t persistentId) in SetSessionInfoPersistentId() function in OHOS::Rosen::Session
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1698 sceneSession->SetSessionInfoPersistentId(sceneSession->GetPersistentId()); in CreateSceneSession()