Home
last modified time | relevance | path

Searched refs:InteractionManager (Results 1 - 13 of 13) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction_manager.cpp32 InteractionManager::InteractionManager() in InteractionManager() function in OHOS::Sharing::InteractionManager
38 InteractionManager::~InteractionManager() in ~InteractionManager()
46 void InteractionManager::Init() in Init()
50 sharedFromThis_ = Ptr(this, [](InteractionManager *) { SHARING_LOGD("trace."); }); in Init()
55 int32_t InteractionManager::HandleEvent(SharingEvent &event) in HandleEvent()
102 Interaction::Ptr InteractionManager::CreateInteraction(const std::string &className) in CreateInteraction()
117 void InteractionManager::DestroyInteraction(uint32_t interactionId) in DestroyInteraction()
127 void InteractionManager
[all...]
H A Dinteraction_manager.h43 class InteractionManager final : public Singleton<InteractionManager>,
47 friend class Singleton<InteractionManager>;
50 using Ptr = std::shared_ptr<InteractionManager>;
51 InteractionManager();
52 ~InteractionManager() override;
H A Dinteraction.cpp60 InteractionManager::GetInstance().SendDomainMsg(msg); in ForwardDomainMsg()
/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.cpp42 return InteractionManager::GetInstance()->UpdateShadowPic(msdpShadowInfo); in UpdateShadowPic()
46 return InteractionManager::GetInstance()->UpdateShadowPic(msdpShadowInfo); in UpdateShadowPic()
51 return InteractionManager::GetInstance()->SetDragWindowVisible(visible); in SetDragWindowVisible()
56 return InteractionManager::GetInstance()->SetMouseDragMonitorState(state); in SetMouseDragMonitorState()
82 return InteractionManager::GetInstance()->StartDrag(msdpDragData, in StartDrag()
88 return InteractionManager::GetInstance()->UpdateDragStyle(TranslateDragCursorStyle(style), eventId); in UpdateDragStyle()
94 return InteractionManager::GetInstance()->UpdatePreviewStyle(msdpPreviewStyle); in UpdatePreviewStyle()
102 return InteractionManager::GetInstance()->UpdatePreviewStyleWithAnimation(msdpPreviewStyle, msdpAnimation); in UpdatePreviewStyleWithAnimation()
109 return InteractionManager::GetInstance()->StopDrag(dragDropResult); in StopDrag()
114 return InteractionManager in GetUdKey()
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp59 InteractionManager &manager = InteractionManager::GetInstance(); in HWTEST_F()
66 InteractionManager &manager = InteractionManager::GetInstance(); in HWTEST_F()
76 InteractionManager &manager = InteractionManager::GetInstance(); in HWTEST_F()
86 InteractionManager &manager = InteractionManager::GetInstance(); in HWTEST_F()
94 InteractionManager &manager = InteractionManager in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_service_stub.cpp41 auto interaction = InteractionManager::GetInstance().CreateInteraction(className); in GetSubSystemAbility()
64 InteractionManager::GetInstance().AddInteractionKey(key, interaction->GetId()); in GetSubSystemAbility()
H A Dinter_ipc_service.cpp66 InteractionManager::GetInstance().Init(); in OnStart()
H A Dinter_ipc_sub_stub.cpp65 auto interaction = InteractionManager::GetInstance().GetInteraction(key); in SetListenerObject()
/foundation/CastEngine/castengine_wifi_display/services/scheduler/
H A Dscheduler.cpp57 ret = InteractionManager::GetInstance().HandleEvent(event); in HandleEvent()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Ddrag_preview.h83 int32_t ret = Msdp::DeviceStatus::InteractionManager:: in SetForegroundColor()
126 int32_t ret = Msdp::DeviceStatus::InteractionManager:: in Animate()
H A Djs_drag_controller.cpp796 int32_t ret = Msdp::DeviceStatus::InteractionManager::GetInstance()->StartDrag(dragData.value(), in StartDragService()
812 Msdp::DeviceStatus::InteractionManager::GetInstance()->SetDragWindowVisible(true); in StartDragService()
910 Msdp::DeviceStatus::InteractionManager::GetInstance()->SetDragWindowVisible(true); in ExecuteHandleOnDragStart()
985 result = Msdp::DeviceStatus::InteractionManager::GetInstance()->StartDrag(dragData, in TryToStartDrag()
1581 Msdp::DeviceStatus::InteractionManager::GetInstance()->StopDrag(dropResult); in HandleStopDragCallback()
1582 Msdp::DeviceStatus::InteractionManager::GetInstance()->SetDragWindowVisible(false); in HandleStopDragCallback()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2116 Msdp::DeviceStatus::InteractionManager::GetInstance()->GetDragState(state); in RotateDragWindow()
2118 Msdp::DeviceStatus::InteractionManager::GetInstance()->RotateDragWindowSync(rsTransaction); in RotateDragWindow()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp5082 auto interactionManager = Msdp::DeviceStatus::InteractionManager::GetInstance(); in SetDragWindowScreenId()

Completed in 26 milliseconds