/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | drag_data_packer.h | 41 …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 D | drag.rs | 55 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 D | drag_data_packer.cpp | 101 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 D | drag_data.h | 38 struct ShadowInfo { struct 43 bool operator == (const ShadowInfo &other) const 54 bool operator != (const ShadowInfo &other) const 61 std::vector<ShadowInfo> shadowInfos;
|
H A D | interaction_manager.h | 250 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/data/include/ |
H A D | drag_params.h | 106 explicit UpdateShadowPicParam(const ShadowInfo &shadowInfo); 111 ShadowInfo shadowInfo_ {};
|
/ohos5.0/base/msdp/device_status/intention/drag/data/include/ |
H A D | drag_params.h | 107 explicit UpdateShadowPicParam(const ShadowInfo &shadowInfo); 112 ShadowInfo shadowInfo_ {};
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_data_manager.h | 38 void SetShadowInfos(const std::vector<ShadowInfo> &shadowInfos);
|
/ohos5.0/base/msdp/device_status/utils/common/ |
H A D | libdevicestatus_util_map | 53 …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 D | drag_manager_impl.h | 53 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
H A D | interaction_manager_impl.h | 60 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_drag_manager.h | 62 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) = 0;
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_data_manager.cpp | 53 void DragDataManager::SetShadowInfos(const std::vector<ShadowInfo> &shadowInfos) in SetShadowInfos()
|
/ohos5.0/base/msdp/device_status/services/communication/base/ |
H A D | i_devicestatus.h | 63 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) = 0;
|
/ohos5.0/foundation/multimodalinput/input/intention/drag/client/include/ |
H A D | drag_client.h | 47 int32_t UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo);
|
/ohos5.0/base/msdp/device_status/intention/drag/client/include/ |
H A D | drag_client.h | 47 int32_t UpdateShadowPic(ITunnelClient &tunnel, const ShadowInfo &shadowInfo);
|
/ohos5.0/base/msdp/device_status/intention/prototype/include/ |
H A D | i_drag_manager.h | 68 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) = 0;
|
/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/ |
H A D | devicestatus_client.h | 69 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 45 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 D | devicestatus_srv_proxy.h | 55 virtual int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;
|
/ohos5.0/foundation/multimodalinput/input/intention/frameworks/client/include/ |
H A D | intention_manager.h | 70 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
/ohos5.0/base/msdp/device_status/intention/frameworks/client/include/ |
H A D | intention_manager.h | 70 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo);
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/ |
H A D | drag_manager_test.cpp | 448 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 D | interaction_manager.cpp | 159 int32_t InteractionManager::UpdateShadowPic(const ShadowInfo &shadowInfo) in UpdateShadowPic()
|
/ohos5.0/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 95 int32_t UpdateShadowPic(const ShadowInfo &shadowInfo) override;
|