Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h63 using NotifyTerminateSessionFuncNew = variable
154 void SetTerminateSessionListenerNew(NotifyTerminateSessionFuncNew&& func);
632 NotifyTerminateSessionFuncNew terminateSessionFuncNew_;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_lifecycle_test.cpp343 NotifyTerminateSessionFuncNew callback =
H A Dscene_session_lifecycle_test.cpp1014 NotifyTerminateSessionFuncNew callback =
H A Dsession_test2.cpp2067NotifyTerminateSessionFuncNew func3 = [](const SessionInfo& info, bool needStartCaller, bool isFro… in __anond2f947a71402()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1574 void Session::SetTerminateSessionListenerNew(NotifyTerminateSessionFuncNew&& func) in SetTerminateSessionListenerNew()