Home
last modified time | relevance | path

Searched refs:NotifyPendingSessionToForegroundFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h70 using NotifyPendingSessionToForegroundFunc = std::function<void(const SessionInfo& info)>; variable
158 void SetPendingSessionToForegroundListener(NotifyPendingSessionToForegroundFunc&& func);
628 NotifyPendingSessionToForegroundFunc pendingSessionToForegroundFunc_;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1709 void Session::SetPendingSessionToForegroundListener(NotifyPendingSessionToForegroundFunc&& func) in SetPendingSessionToForegroundListener()