/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 21 using namespace OHOS::Msdp::DeviceStatus; 24 Msdp::DeviceStatus::DragCursorStyle TranslateDragCursorStyle(OHOS::Ace::DragCursorStyleCore style); 25 Msdp::DeviceStatus::DragResult TranslateDragResult(DragRet dragResult); 26 Msdp::DeviceStatus::PreviewStyle TranslatePreviewStyle(const OHOS::Ace::PreviewStyle& previewStyle); 27 DragRet TranslateDragResult(Msdp::DeviceStatus::DragResult dragResult); 28 Msdp::DeviceStatus::DragBehavior TranslateDragBehavior(OHOS::Ace::DragBehavior dragBehavior); 29 OHOS::Ace::DragBehavior TranslateDragBehavior(Msdp::DeviceStatus::DragBehavior dragBehavior); 41 Msdp::DeviceStatus::ShadowInfo msdpShadowInfo { nullptr, shadowInfo.x, shadowInfo.y }; in UpdateShadowPic() 44 Msdp::DeviceStatus::ShadowInfo msdpShadowInfo { shadowInfo.pixelMap->GetPixelMapSharedPtr(), shadowInfo.x, in UpdateShadowPic() 62 std::function<void(const Msdp in StartDrag() [all...] |
H A D | start_drag_listener_impl.h | 23 using DragEndingCallback = std::function<void(const OHOS::Msdp::DeviceStatus::DragNotifyMsg&)>; 26 class StartDragListenerImpl : public OHOS::Msdp::DeviceStatus::IStartDragListener { 31 void OnDragEndMessage(const OHOS::Msdp::DeviceStatus::DragNotifyMsg &msg) override
|
H A D | coordination_listener_impl.h | 23 using DragOutCallback = std::function<void(OHOS::Msdp::CoordinationMessage)>; 26 class CoordinationListenerImpl : public OHOS::Msdp::ICoordinationListener { 31 void OnCoordinationMessage(const std::string &networkId, Msdp::CoordinationMessage msg) override
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_sensor_connector.cpp | 87 int32_t ret = OHOS::Msdp::SubscribeCallback(OHOS::Msdp::MOTION_TYPE_ROTATION, callback); in SubscribeMotionSensor() 101 int32_t ret = OHOS::Msdp::UnsubscribeCallback(OHOS::Msdp::MOTION_TYPE_ROTATION, motionEventCallback_); in UnsubscribeMotionSensor() 102 if (ret != static_cast<int32_t>(OHOS::Msdp::MotionErrorCode::MOTION_SUCCESS) in UnsubscribeMotionSensor() 103 && ret != static_cast<int32_t>(OHOS::Msdp::MotionErrorCode::MOTION_NO_SUBSCRIBE)) { in UnsubscribeMotionSensor() 148 int32_t ret = OHOS::Msdp::SubscribeCallback(OHOS::Msdp::MOTION_TYPE_TENT, callback); in SubscribeMotionSensor() 150 TLOGE(WmsLogTag::DMS, "dms: SubscribeCallback type:%{public}d failed", OHOS::Msdp::MOTION_TYPE_TENT); in SubscribeMotionSensor() 163 int32_t ret = OHOS::Msdp in UnsubscribeMotionSensor() [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
H A D | device_movement_observer.cpp | 35 case static_cast<int32_t>(Msdp::ImovementCallback::MOVEMENT_CHANGE): { in OnRemoteRequest() 48 Msdp::MovementDataUtils::MovementData movementData = { in OnReceiveDeviceMovementEvent() 49 static_cast<Msdp::MovementDataUtils::MovementType>(type), in OnReceiveDeviceMovementEvent() 50 static_cast<Msdp::MovementDataUtils::MovementValue>(value) in OnReceiveDeviceMovementEvent() 56 void DeviceMovementObserver::OnMovementChanged(const Msdp::MovementDataUtils::MovementData &movementData) in OnMovementChanged()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_msdp_state_listener.cpp | 38 void DeviceMovementCallback::OnMovementChanged(const Msdp::MovementDataUtils::MovementData &movementData) in OnMovementChanged() 42 if (movementData.type == Msdp::MovementDataUtils::MovementType::TYPE_STILL) { in OnMovementChanged() 43 if (movementData.value == Msdp::MovementDataUtils::MovementValue::VALUE_ENTER) { in OnMovementChanged() 49 if (movementData.type == Msdp::MovementDataUtils::MovementType::TYPE_STAY) { in OnMovementChanged()
|
H A D | wifi_msdp_state_listener.h | 25 class DeviceMovementCallback : public Msdp::MovementCallbackStub { 29 void OnMovementChanged(const Msdp::MovementDataUtils::MovementData &movementData) override;
|
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_builder.h | 29 namespace Msdp { namespace 44 bool OnPacket(const std::string &networkId, Msdp::NetPacket &packet) override 77 bool OnPacket(const std::string &networkId, Msdp::NetPacket &packet); 78 void OnPointerEvent(Msdp::NetPacket &packet); 79 void OnKeyEvent(Msdp::NetPacket &packet); 103 } // namespace Msdp
|
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/include/ |
H A D | device_movement_observer.h | 25 class DeviceMovementObserver : public IRemoteStub<Msdp::ImovementCallback> { 31 void OnMovementChanged(const Msdp::MovementDataUtils::MovementData &movementData) override;
|
/foundation/window/window_manager/dmserver/include/ |
H A D | sensor_connector.h | 68 using OHOS::Msdp::MotionCallbackStub; 69 using OHOS::Msdp::MotionEvent;
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_sensor_connector.h | 47 using OHOS::Msdp::MotionCallbackStub; 48 using OHOS::Msdp::MotionEvent;
|
/foundation/window/window_manager/dmserver/src/ |
H A D | sensor_connector.cpp | 203 int32_t ret = OHOS::Msdp::SubscribeCallback(OHOS::Msdp::MOTION_TYPE_ROTATION, callback); in SubscribeMotionSensor() 217 int32_t ret = OHOS::Msdp::UnsubscribeCallback(OHOS::Msdp::MOTION_TYPE_ROTATION, motionEventCallback_); in UnsubscribeMotionSensor()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | drag_preview.h | 35 using PreviewType = Msdp::DeviceStatus::PreviewType; 36 using PreviewStyle = Msdp::DeviceStatus::PreviewStyle; 37 using PreviewAnimation = Msdp::DeviceStatus::PreviewAnimation; 83 int32_t ret = Msdp::DeviceStatus::InteractionManager:: in SetForegroundColor() 126 int32_t ret = Msdp::DeviceStatus::InteractionManager:: in Animate()
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_builder.cpp | 29 namespace Msdp { namespace 102 bool InputEventBuilder::OnPacket(const std::string &networkId, Msdp::NetPacket &packet) in OnPacket() 126 void InputEventBuilder::OnPointerEvent(Msdp::NetPacket &packet) in OnPointerEvent() 146 void InputEventBuilder::OnKeyEvent(Msdp::NetPacket &packet) in OnKeyEvent() 238 } // namespace Msdp
|
/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_plugin_manager.h | 22 namespace Msdp { namespace 33 } // namespace Msdp
|
H A D | i_motion_drag.h | 22 namespace Msdp { namespace 34 } // namespace Msdp
|
H A D | i_timer_manager.h | 24 namespace Msdp { namespace 35 } // namespace Msdp
|
H A D | i_delegate_tasks.h | 22 namespace Msdp { namespace 35 } // namespace Msdp
|
H A D | i_epoll_event_source.h | 22 namespace Msdp { namespace 39 } // namespace Msdp
|
H A D | i_task_scheduler.h | 22 namespace Msdp { namespace 35 } // namespace Msdp
|
/foundation/multimodalinput/input/intention/prototype/src/ |
H A D | i_dsoftbus_adapter.cpp | 26 namespace Msdp { namespace 41 } // namespace Msdp
|
/foundation/multimodalinput/input/intention/ipc/tunnel/include/ |
H A D | intention_stub.h | 26 namespace Msdp { namespace 36 } // namespace Msdp
|
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/ |
H A D | common_event_adapter.cpp | 24 namespace Msdp { namespace 46 } // namespace Msdp
|
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/include/ |
H A D | common_event_adapter.h | 26 namespace Msdp { namespace 38 } // namespace Msdp
|
/foundation/multimodalinput/input/intention/services/device_manager/include/ |
H A D | enumerator.h | 26 namespace Msdp { namespace 45 } // namespace Msdp
|