Home
last modified time | relevance | path

Searched refs:OnSessionEvent (Results 1 - 22 of 22) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_cast_session_impl.h61 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 Dmock_session.h48 MOCK_METHOD1(OnSessionEvent, WSError(SessionEvent event));
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h48 WSError OnSessionEvent(SessionEvent event) override;
H A Dsession_interface.h58 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 Dsession_proxy_test.cpp36 * @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 Dsession_test.cpp485 * @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 Dscene_session_test.cpp1481 * @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 Dscene_session_test2.cpp1449 * @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 Dscene_session_test4.cpp1119 sceneSession->OnSessionEvent(event); in HWTEST_F()
1123 auto result = sceneSession->OnSessionEvent(event); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1926 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 Dsessioninterface_fuzzer.cpp199 proxy->OnSessionEvent(event); in ProxyInterfaceFuzzTestPart1()
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/
H A Dcast_session_impl_class.h159 void OnSessionEvent(const std::string& deviceId, const EventCode eventCode) override;
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl_class.h159 void OnSessionEvent(const std::string& deviceId, const EventCode eventCode) override;
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h262 void OnSessionEvent(uint32_t eventId, const SessionEventParam& param);
H A Djs_scene_session.cpp1123 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 Dcast_session_manager_service.cpp290 session->OnSessionEvent(deviceId, currentEventCode);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A 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_plus_stream/src/
H A 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/include/
H A Dscene_session.h184 WSError OnSessionEvent(SessionEvent event) override;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp453 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 Dsession_proxy.cpp579 WSError SessionProxy::OnSessionEvent(SessionEvent event) in OnSessionEvent() function in OHOS::Rosen::SessionProxy
H A Dsession_stub.cpp412 WSError errCode = OnSessionEvent(static_cast<SessionEvent>(eventId)); in HandleSessionEvent()

Completed in 48 milliseconds