Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h85 using NotifyCreateSystemSessionFunc = std::function<void(const sptr<SceneSession>& session)>; variable
186 void SetCreateSystemSessionListener(const NotifyCreateSystemSessionFunc& func);
715 NotifyCreateSystemSessionFunc createSystemSessionFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp485 NotifyCreateSystemSessionFunc func = [this](const sptr<SceneSession>& session) { 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()