Home
last modified time | relevance | path

Searched refs:Msdp (Results 1 - 25 of 160) sorted by relevance

1234567

/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.cpp21 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 Dstart_drag_listener_impl.h23 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 Dcoordination_listener_impl.h23 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 Dscreen_sensor_connector.cpp87 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 Ddevice_movement_observer.cpp35 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 Dwifi_msdp_state_listener.cpp38 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 Dwifi_msdp_state_listener.h25 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 Dinput_event_builder.h29 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 Ddevice_movement_observer.h25 class DeviceMovementObserver : public IRemoteStub<Msdp::ImovementCallback> {
31 void OnMovementChanged(const Msdp::MovementDataUtils::MovementData &movementData) override;
/foundation/window/window_manager/dmserver/include/
H A Dsensor_connector.h68 using OHOS::Msdp::MotionCallbackStub;
69 using OHOS::Msdp::MotionEvent;
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_sensor_connector.h47 using OHOS::Msdp::MotionCallbackStub;
48 using OHOS::Msdp::MotionEvent;
/foundation/window/window_manager/dmserver/src/
H A Dsensor_connector.cpp203 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 Ddrag_preview.h35 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 Dinput_event_builder.cpp29 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 Di_plugin_manager.h22 namespace Msdp { namespace
33 } // namespace Msdp
H A Di_motion_drag.h22 namespace Msdp { namespace
34 } // namespace Msdp
H A Di_timer_manager.h24 namespace Msdp { namespace
35 } // namespace Msdp
H A Di_delegate_tasks.h22 namespace Msdp { namespace
35 } // namespace Msdp
H A Di_epoll_event_source.h22 namespace Msdp { namespace
39 } // namespace Msdp
H A Di_task_scheduler.h22 namespace Msdp { namespace
35 } // namespace Msdp
/foundation/multimodalinput/input/intention/prototype/src/
H A Di_dsoftbus_adapter.cpp26 namespace Msdp { namespace
41 } // namespace Msdp
/foundation/multimodalinput/input/intention/ipc/tunnel/include/
H A Dintention_stub.h26 namespace Msdp { namespace
36 } // namespace Msdp
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/
H A Dcommon_event_adapter.cpp24 namespace Msdp { namespace
46 } // namespace Msdp
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/include/
H A Dcommon_event_adapter.h26 namespace Msdp { namespace
38 } // namespace Msdp
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Denumerator.h26 namespace Msdp { namespace
45 } // namespace Msdp

Completed in 9 milliseconds

1234567