Home
last modified time | relevance | path

Searched refs:SetCreateSystemSessionListener (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp881 HWTEST_F(SceneSessionManagerTest3, SetCreateSystemSessionListener, Function | SmallTest | Level3)
884 ssm_->SetCreateSystemSessionListener(nullptr);
H A Dscene_session_manager_test5.cpp819 ssm_->SetCreateSystemSessionListener(nullptr);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h186 void SetCreateSystemSessionListener(const NotifyCreateSystemSessionFunc& func);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp489 SceneSessionManager::GetInstance().SetCreateSystemSessionListener(func); in ProcessCreateSystemSessionRegister()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3105 void SceneSessionManager::SetCreateSystemSessionListener(const NotifyCreateSystemSessionFunc& func) in SetCreateSystemSessionListener() function in OHOS::Rosen::SceneSessionManager