Searched refs:NotifyCreateSystemSessionFunc (Results 1 – 3 of 3) sorted by relevance
85 using NotifyCreateSystemSessionFunc = std::function<void(const sptr<SceneSession>& session)>; variable186 void SetCreateSystemSessionListener(const NotifyCreateSystemSessionFunc& func);715 NotifyCreateSystemSessionFunc createSystemSessionFunc_;
485 NotifyCreateSystemSessionFunc func = [this](const sptr<SceneSession>& session) { in ProcessCreateSystemSessionRegister()
3105 void SceneSessionManager::SetCreateSystemSessionListener(const NotifyCreateSystemSessionFunc& func) in SetCreateSystemSessionListener()