Searched refs:NotifySessionForCallback (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_supplement_test.cpp | 551 ssm_->NotifySessionForCallback(sceneSession, true);
in HWTEST_F() 557 ssm_->NotifySessionForCallback(sceneSession, true);
in HWTEST_F() 559 ssm_->NotifySessionForCallback(sceneSession, true);
in HWTEST_F() 580 * @tc.name: NotifySessionForCallback
581 * @tc.desc: NotifySessionForCallback
584 HWTEST_F(SceneSessionManagerSupplementTest, NotifySessionForCallback, Function | SmallTest | Level3)
in HWTEST_F() 594 ssm_->NotifySessionForCallback(sceneSession, true);
in HWTEST_F() 597 ssm_->NotifySessionForCallback(sceneSession, true);
in HWTEST_F() 598 ssm_->NotifySessionForCallback(sceneSession, true);
in HWTEST_F() 599 ssm_->NotifySessionForCallback(sceneSessio in HWTEST_F() [all...] |
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 660 void NotifySessionForCallback(const sptr<SceneSession>& scnSession, const bool needRemoveSession);
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 2302 NotifySessionForCallback(sceneSession, needRemoveSession); in RequestSceneSessionDestructionInner() 4138 void SceneSessionManager::NotifySessionForCallback(const sptr<SceneSession>& sceneSession, const bool needRemoveSession) in NotifySessionForCallback() function in OHOS::Rosen::SceneSessionManager
|
Completed in 20 milliseconds