Home
last modified time | relevance | path

Searched defs:shadowInfo (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/msdp/device_status/utils/common/src/
H A Ddrag_data_packer.cpp85 for (const auto& shadowInfo : dragData.shadowInfos) { in CheckDragData() local
133 ShadowInfo shadowInfo; in UnMarshalling() local
144 int32_t ShadowPacker::PackUpShadowInfo(const ShadowInfo &shadowInfo, Parcel &data, bool isCross) in PackUpShadowInfo()
168 int32_t ShadowPacker::UnPackShadowInfo(Parcel &data, ShadowInfo &shadowInfo, bool isCross) in UnPackShadowInfo()
189 int32_t ShadowPacker::CheckShadowInfo(const ShadowInfo &shadowInfo) in CheckShadowInfo()
/ohos5.0/base/msdp/device_status/rust/data/binding/include/
H A Dfusion_data_binding.h32 struct CShadowInfo shadowInfo; member
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.cpp41 int32_t InteractionImpl::UpdateShadowPic(const OHOS::Ace::ShadowInfoCore& shadowInfo) in UpdateShadowPic()
78 for (auto& shadowInfo: dragData.shadowInfos) { in StartDrag() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/
H A Dinteraction_impl.cpp26 int32_t InteractionImpl::UpdateShadowPic(const OHOS::Ace::ShadowInfoCore& shadowInfo) in UpdateShadowPic()
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp448 ShadowInfo shadowInfo = { pixelMap, 1, 0 }; variable
652 ShadowInfo shadowInfo = { pixelMap, 0, 0 }; variable
1097 ShadowInfo shadowInfo = { pixelMap, 0, 0 }; variable
1629 ShadowInfo shadowInfo = { pixelMap, 0, 0 }; variable
1668 ShadowInfo shadowInfo = { pixelMap, 1, 0 }; variable
H A Ddrag_server_test.cpp1050 ShadowInfo shadowInfo = { pixelMap, 0, 0 }; variable
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp183 for (const auto& shadowInfo : dragData.shadowInfos) { in PrintDragData() local
398 int32_t DragManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()
665 for (const auto& shadowInfo : dragData.shadowInfos) { in Dump() local
675 for (const auto& shadowInfo : dragData.shadowInfos) { in Dump() local
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Ddrag_manager_impl.cpp248 int32_t DragManagerImpl::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()
H A Dinteraction_manager.cpp159 int32_t InteractionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()
H A Dinteraction_manager_impl.cpp323 int32_t InteractionManagerImpl::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp39 for (const auto& shadowInfo : dragData.shadowInfos) { in StartDrag() local
205 int32_t DragClient::UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo) in UpdateShadowPic()
/ohos5.0/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp39 for (const auto& shadowInfo : dragData.shadowInfos) { in StartDrag() local
205 int32_t DragClient::UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo) in UpdateShadowPic()
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp128 UpdateShadowPicParam::UpdateShadowPicParam(const ShadowInfo &shadowInfo) in UpdateShadowPicParam()
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp426 int32_t DeviceStatusClient::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()
/ohos5.0/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp129 UpdateShadowPicParam::UpdateShadowPicParam(const ShadowInfo &shadowInfo) in UpdateShadowPicParam()
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/src/
H A Dintention_manager.cpp336 int32_t IntentionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()
/ohos5.0/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp343 int32_t IntentionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/
H A Dinteraction_drag_drawing_test.cpp368 ShadowInfo shadowInfo = { pixelMap, 0, 0 }; variable
H A Dinteraction_manager_test.cpp390 ShadowInfo shadowInfo { pixelMap, 0, 0 }; in CreateDragData() local
523 for (const auto &shadowInfo : dragData.shadowInfos) { in PrintDragData() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp693 Msdp::DeviceStatus::ShadowInfo shadowInfo { pixelMap, -x, -y }; in GetShadowInfoArray() local
698 bool JudgeCoordinateCanDrag(Msdp::DeviceStatus::ShadowInfo& shadowInfo) in JudgeCoordinateCanDrag()
921 Msdp::DeviceStatus::ShadowInfo shadowInfo { asyncCtx->pixelMap, -x, -y }; in OnComplete() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp82 ShadowInfoCore shadowInfo { pixelMap, -x, -y }; in GetShadowInfoArray() local
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp604 ShadowInfo shadowInfo = { pixelMap, 0, 0 }; variable
/ohos5.0/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp675 int32_t DeviceStatusSrvProxy::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()
/ohos5.0/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp783 ShadowInfo shadowInfo; in UpdateShadowPicStub() local
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp849 int32_t DeviceStatusService::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()

12