Searched refs:NotifyPendingSessionToForegroundFunc (Results 1 – 2 of 2) sorted by relevance
70 using NotifyPendingSessionToForegroundFunc = std::function<void(const SessionInfo& info)>; variable158 void SetPendingSessionToForegroundListener(NotifyPendingSessionToForegroundFunc&& func);628 NotifyPendingSessionToForegroundFunc pendingSessionToForegroundFunc_;
1709 void Session::SetPendingSessionToForegroundListener(NotifyPendingSessionToForegroundFunc&& func) in SetPendingSessionToForegroundListener()