/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | i_cast_session_impl.h | 61 virtual void OnSessionEvent(const std::string &deviceId, const EventCode eventCode) {} in OnSessionEvent() function in OHOS::CastEngine::ICastSessionImpl
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session.h | 48 MOCK_METHOD1(OnSessionEvent, WSError(SessionEvent event));
|
/foundation/window/window_manager/window_scene/session/host/include/zidl/ |
H A D | session_proxy.h | 48 WSError OnSessionEvent(SessionEvent event) override;
|
H A D | session_interface.h | 58 virtual WSError OnSessionEvent(SessionEvent event) { return WSError::WS_OK; } in OnSessionEvent() function in OHOS::OHOS::Rosen::ISession
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_proxy_test.cpp | 36 * @tc.name: OnSessionEvent 40 HWTEST_F(SessionProxyTest, OnSessionEvent, Function | SmallTest | Level2) in HWTEST_F() 42 GTEST_LOG_(INFO) << "SessionProxyTest: OnSessionEvent start"; in HWTEST_F() 46 WSError res = sProxy->OnSessionEvent(event); in HWTEST_F() 48 GTEST_LOG_(INFO) << "SessionProxyTest: OnSessionEvent end"; in HWTEST_F()
|
H A D | session_test.cpp | 485 * @tc.desc: OnSessionEvent 495 auto result = scensession->OnSessionEvent(SessionEvent::EVENT_MINIMIZE); in HWTEST_F() 502 result = scensession->OnSessionEvent(SessionEvent::EVENT_MINIMIZE); in HWTEST_F() 509 result = scensession->OnSessionEvent(SessionEvent::EVENT_MINIMIZE); in HWTEST_F() 515 * @tc.desc: OnSessionEvent drag 532 auto result = sceneSession->OnSessionEvent(SessionEvent::EVENT_DRAG); in HWTEST_F()
|
H A D | scene_session_test.cpp | 1481 * @tc.name: OnSessionEvent 1485 HWTEST_F(SceneSessionTest, OnSessionEvent, Function | SmallTest | Level2) in HWTEST_F() 1488 info.abilityName_ = "OnSessionEvent"; in HWTEST_F() 1489 info.bundleName_ = "OnSessionEvent"; in HWTEST_F() 1494 sceneSession->OnSessionEvent(SessionEvent::EVENT_START_MOVE); in HWTEST_F() 1499 ASSERT_EQ(sceneSession->OnSessionEvent(SessionEvent::EVENT_START_MOVE), WSError::WS_OK); in HWTEST_F() 1500 ASSERT_EQ(sceneSession->OnSessionEvent(SessionEvent::EVENT_END_MOVE), WSError::WS_OK); in HWTEST_F()
|
H A D | scene_session_test2.cpp | 1449 * @tc.desc: * @tc.name: OnSessionEvent 1465 sceneSession->OnSessionEvent(event); in HWTEST_F() 1469 auto result = sceneSession->OnSessionEvent(event); in HWTEST_F() 1472 ASSERT_EQ(sceneSession->OnSessionEvent(event), WSError::WS_OK); in HWTEST_F() 1474 ASSERT_EQ(sceneSession->OnSessionEvent(event), WSError::WS_OK); in HWTEST_F()
|
H A D | scene_session_test4.cpp | 1119 sceneSession->OnSessionEvent(event); in HWTEST_F() 1123 auto result = sceneSession->OnSessionEvent(event); in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 1926 hostSession->OnSessionEvent(SessionEvent::EVENT_MAXIMIZE); in SetLayoutFullScreen() 2118 hostSession->OnSessionEvent(SessionEvent::EVENT_MAXIMIZE); in SetFullScreen() 2182 hostSession->OnSessionEvent(SessionEvent::EVENT_MINIMIZE); in Minimize() 2249 hostSession->OnSessionEvent(SessionEvent::EVENT_MAXIMIZE); in Maximize() 2275 hostSession->OnSessionEvent(SessionEvent::EVENT_MAXIMIZE); in MaximizeFloating() 2280 hostSession->OnSessionEvent(SessionEvent::EVENT_MAXIMIZE_FLOATING); in MaximizeFloating() 2311 hostSession->OnSessionEvent(SessionEvent::EVENT_RECOVER); in Recover() 2373 hostSession->OnSessionEvent(SessionEvent::EVENT_RECOVER); in Recover() 2405 hostSession->OnSessionEvent(SessionEvent::EVENT_START_MOVE); in StartMove() 2457 hostSession->OnSessionEvent(SessionEven in MainWindowCloseInner() [all...] |
/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/ |
H A D | sessioninterface_fuzzer.cpp | 199 proxy->OnSessionEvent(event); in ProxyInterfaceFuzzTestPart1()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/ |
H A D | cast_session_impl_class.h | 159 void OnSessionEvent(const std::string& deviceId, const EventCode eventCode) override;
|
/foundation/CastEngine/castengine_cast_plus_stream/include/ |
H A D | cast_session_impl_class.h | 159 void OnSessionEvent(const std::string& deviceId, const EventCode eventCode) override;
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_session.h | 262 void OnSessionEvent(uint32_t eventId, const SessionEventParam& param);
|
H A D | js_scene_session.cpp | 1123 jsSceneSession->OnSessionEvent(eventId, param); in ProcessSessionEventRegister() 1393 void JsSceneSession::OnSessionEvent(uint32_t eventId, const SessionEventParam& param) in OnSessionEvent() function in OHOS::Rosen::JsSceneSession 1400 TLOGE(WmsLogTag::WMS_LIFE, "OnSessionEvent jsSceneSession id:%{public}d has been destroyed", in OnSessionEvent() 1415 taskScheduler_->PostMainThreadTask(task, "OnSessionEvent, EventId:" + std::to_string(eventId)); in OnSessionEvent()
|
/foundation/CastEngine/castengine_cast_framework/service/src/ |
H A D | cast_session_manager_service.cpp | 290 session->OnSessionEvent(deviceId, currentEventCode);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
H A D | cast_session_impl.cpp | 1069 void CastSessionImpl::OnSessionEvent(const std::string &deviceId, const EventCode eventCode) in OnSessionEvent() function in OHOS::CastEngine::CastEngineService::CastSessionImpl
|
/foundation/CastEngine/castengine_cast_plus_stream/src/ |
H A D | cast_session_impl.cpp | 1069 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/include/ |
H A D | scene_session.h | 184 WSError OnSessionEvent(SessionEvent event) override;
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 453 WSError SceneSession::OnSessionEvent(SessionEvent event) in OnSessionEvent() function in SceneSession 472 session->Session::UpdateRect(rect, SizeChangeReason::RECOVER, "OnSessionEvent", nullptr); in OnSessionEvent() 491 PostTask(task, "OnSessionEvent:" + std::to_string(static_cast<uint32_t>(event))); in OnSessionEvent() 515 session->OnSessionEvent(event); in OnSystemSessionEvent() 2378 OnSessionEvent(SessionEvent::EVENT_END_MOVE); in HandleMoveDragEnd() 2418 OnSessionEvent(SessionEvent::EVENT_DRAG); in OnMoveDragCallback() 2426 OnSessionEvent(SessionEvent::EVENT_DRAG_START); in OnMoveDragCallback()
|
/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_proxy.cpp | 579 WSError SessionProxy::OnSessionEvent(SessionEvent event) in OnSessionEvent() function in OHOS::Rosen::SessionProxy
|
H A D | session_stub.cpp | 412 WSError errCode = OnSessionEvent(static_cast<SessionEvent>(eventId)); in HandleSessionEvent()
|