Home
last modified time | relevance | path

Searched refs:SetSessionInfoCallerPersistentId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp887 HWTEST_F(WindowSessionTest2, SetSessionInfoCallerPersistentId, Function | SmallTest | Level2)
892 session_->SetSessionInfoCallerPersistentId(callerPersistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h209 void SetSessionInfoCallerPersistentId(int32_t callerPersistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp244 void Session::SetSessionInfoCallerPersistentId(int32_t callerPersistentId) in SetSessionInfoCallerPersistentId() function in OHOS::Rosen::Session