Home
last modified time | relevance | path

Searched defs:OnSessionEvent (Results 1 – 7 of 7) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/common/include/private/
Di_cast_session_impl.h61 virtual void OnSessionEvent(const std::string &deviceId, const EventCode eventCode) {} in OnSessionEvent() function
/foundation/window/window_manager/window_scene/session/host/include/zidl/
Dsession_interface.h47 virtual WSError OnSessionEvent(SessionEvent event) { return WSError::WS_OK; } in OnSessionEvent() function
/foundation/window/window_manager/window_scene/session/host/src/zidl/
Dsession_proxy.cpp395 WSError SessionProxy::OnSessionEvent(SessionEvent event) in OnSessionEvent() function in OHOS::Rosen::SessionProxy
/foundation/CastEngine/castengine_cast_plus_stream/src/
Dcast_session_impl.cpp1069 void CastSessionImpl::OnSessionEvent(const std::string &deviceId, const EventCode eventCode) in OnSessionEvent() function in OHOS::CastEngine::CastEngineService::CastSessionImpl
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
Dcast_session_impl.cpp1069 void CastSessionImpl::OnSessionEvent(const std::string &deviceId, const EventCode eventCode) in OnSessionEvent() function in OHOS::CastEngine::CastEngineService::CastSessionImpl
/foundation/window/window_manager/window_scene/session/host/src/
Dscene_session.cpp277 WSError SceneSession::OnSessionEvent(SessionEvent event) in OnSessionEvent() function in OHOS::Rosen::SceneSession
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_session.cpp634 void JsSceneSession::OnSessionEvent(uint32_t eventId) in OnSessionEvent() function in OHOS::Rosen::JsSceneSession