Home
last modified time | relevance | path

Searched refs:OnSessionEvent_ (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h123 NotifySessionEventFunc OnSessionEvent_; member
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp508 scensessionchangeCallBack->OnSessionEvent_ = onSessionEvent_; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp486 if (session->sessionChangeCallback_ && session->sessionChangeCallback_->OnSessionEvent_) { in OnSessionEvent()
487 session->sessionChangeCallback_->OnSessionEvent_(static_cast<uint32_t>(event), session->sessionEventParam_); in OnSessionEvent()
5055 session->sessionChangeCallback_->OnSessionEvent_ = nullptr; in UnregisterSessionChangeListeners()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp1117 sessionchangeCallback->OnSessionEvent_ = [weakThis = wptr(this)](uint32_t eventId, const SessionEventParam& param) { in ProcessSessionEventRegister()

Completed in 20 milliseconds