Searched refs:SetTerminateSessionListener (Results 1 – 5 of 5) sorted by relevance
1171 HWTEST_F(WindowSessionTest, SetTerminateSessionListener, Function | SmallTest | Level2)1175 session_->SetTerminateSessionListener(nullptr);
2035 session_->SetTerminateSessionListener([&resultValue](const SessionInfo& info) { in __anond2f947a71102()
153 void SetTerminateSessionListener(NotifyTerminateSessionFunc&& func);
1464 void Session::SetTerminateSessionListener(NotifyTerminateSessionFunc&& func) in SetTerminateSessionListener() function in OHOS::Rosen::Session
1160 session->SetTerminateSessionListener([weakThis = wptr(this), where](const SessionInfo& info) { in ProcessTerminateSessionRegister()