Home
last modified time | relevance | path

Searched refs:ShadowInfo (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/base/msdp/device_status/utils/common/include/
H A Ddrag_data_packer.h41 …static int32_t Marshalling(const std::vector<ShadowInfo> &shadowInfos, Parcel &data, bool isCross …
42 …static int32_t UnMarshalling(Parcel &data, std::vector<ShadowInfo> &shadowInfos, bool isCross = fa…
43 … static int32_t PackUpShadowInfo(const ShadowInfo &shadowInfo, Parcel &data, bool isCross = false);
44 static int32_t UnPackShadowInfo(Parcel &data, ShadowInfo &shadowInfo, bool isCross = false);
45 static int32_t CheckShadowInfo(const ShadowInfo &shadowInfo);
/ohos5.0/base/msdp/device_status/rust/data/sys/src/ipc/
H A Ddrag.rs55 pub struct ShadowInfo { struct
60 impl ShadowInfo { argument
72 impl Serialize for ShadowInfo { implementation
82 impl Deserialize for ShadowInfo { implementation
97 pub shadow_info: ShadowInfo,
131 shadow_info: ShadowInfo::from_c(&mut value.shadow_info), in from_c()
166 shadow_info: ShadowInfo::deserialize(parcel)?, in deserialize()
/ohos5.0/base/msdp/device_status/utils/common/src/
H A Ddrag_data_packer.cpp101 int32_t ShadowPacker::Marshalling(const std::vector<ShadowInfo> &shadowInfos, Parcel &data, bool is… in Marshalling()
123 int32_t ShadowPacker::UnMarshalling(Parcel &data, std::vector<ShadowInfo> &shadowInfos, bool isCros… in UnMarshalling()
133 ShadowInfo shadowInfo; in UnMarshalling()
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/interfaces/innerkits/interaction/include/
H A Ddrag_data.h38 struct ShadowInfo { struct
43 bool operator == (const ShadowInfo &other) const
54 bool operator != (const ShadowInfo &other) const
61 std::vector<ShadowInfo> shadowInfos;
H A Dinteraction_manager.h250 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/include/
H A Ddrag_params.h106 explicit UpdateShadowPicParam(const ShadowInfo &shadowInfo);
111 ShadowInfo shadowInfo_ {};
/ohos5.0/base/msdp/device_status/intention/drag/data/include/
H A Ddrag_params.h107 explicit UpdateShadowPicParam(const ShadowInfo &shadowInfo);
112 ShadowInfo shadowInfo_ {};
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_data_manager.h38 void SetShadowInfos(const std::vector<ShadowInfo> &shadowInfos);
/ohos5.0/base/msdp/device_status/utils/common/
H A Dlibdevicestatus_util_map53 …DeviceStatus::ShadowPacker::PackUpShadowInfo(OHOS::Msdp::DeviceStatus::ShadowInfo const&, OHOS::Pa…
54 …tatus::ShadowPacker::UnPackShadowInfo(OHOS::Parcel&, OHOS::Msdp::DeviceStatus::ShadowInfo&, bool)";
55 …S::Msdp::DeviceStatus::ShadowPacker::CheckShadowInfo(OHOS::Msdp::DeviceStatus::ShadowInfo const&)";
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/include/
H A Ddrag_manager_impl.h53 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
H A Dinteraction_manager_impl.h60 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/
H A Di_drag_manager.h62 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) = 0;
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_data_manager.cpp53 void DragDataManager::SetShadowInfos(const std::vector<ShadowInfo> &shadowInfos) in SetShadowInfos()
/ohos5.0/base/msdp/device_status/services/communication/base/
H A Di_devicestatus.h63 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) = 0;
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/include/
H A Ddrag_client.h47 int32_t UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo);
/ohos5.0/base/msdp/device_status/intention/drag/client/include/
H A Ddrag_client.h47 int32_t UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo);
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h68 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) = 0;
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Ddevicestatus_client.h69 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.cpp45 Msdp::DeviceStatus::ShadowInfo msdpShadowInfo { nullptr, shadowInfo.x, shadowInfo.y }; in UpdateShadowPic()
48 …Msdp::DeviceStatus::ShadowInfo msdpShadowInfo { shadowInfo.pixelMap->GetPixelMapSharedPtr(), shado… in UpdateShadowPic()
/ohos5.0/base/msdp/device_status/services/communication/client/include/
H A Ddevicestatus_srv_proxy.h55 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/include/
H A Dintention_manager.h70 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
/ohos5.0/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h70 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp448 ShadowInfo shadowInfo = { pixelMap, 1, 0 };
652 ShadowInfo shadowInfo = { pixelMap, 0, 0 };
1097 ShadowInfo shadowInfo = { pixelMap, 0, 0 };
1629 ShadowInfo shadowInfo = { pixelMap, 0, 0 };
1668 ShadowInfo shadowInfo = { pixelMap, 1, 0 };
1669 ShadowInfo otherShadowInfo = {};
/ohos5.0/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager.cpp159 int32_t InteractionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h95 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;

12