Searched defs:isCross (Results 1 - 2 of 2) sorted by relevance
/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | drag_data_util.cpp | 26 int32_t DragDataUtil::Marshalling(const DragData &dragData, Parcel &data, bool isCross) in Marshalling() argument 31 int32_t DragDataUtil::UnMarshalling(Parcel &data, DragData &dragData, bool isCross) in UnMarshalling() argument
|
/base/msdp/device_status/utils/common/src/ |
H A D | drag_data_packer.cpp | 29 int32_t DragDataPacker::Marshalling(const DragData &dragData, Parcel &data, bool isCross) in Marshalling() argument 56 int32_t DragDataPacker::UnMarshalling(Parcel &data, DragData &dragData, bool isCross) in UnMarshalling() argument 101 int32_t ShadowPacker::Marshalling(const std::vector<ShadowInfo> &shadowInfos, Parcel &data, bool isCross) in Marshalling() argument 123 int32_t ShadowPacker::UnMarshalling(Parcel &data, std::vector<ShadowInfo> &shadowInfos, bool isCross) in UnMarshalling() argument 144 int32_t ShadowPacker::PackUpShadowInfo(const ShadowInfo &shadowInfo, Parcel &data, bool isCross) in PackUpShadowInfo() argument 168 UnPackShadowInfo(Parcel &data, ShadowInfo &shadowInfo, bool isCross) UnPackShadowInfo() argument [all...] |
Completed in 2 milliseconds