Home
last modified time | relevance | path

Searched defs:shadowInfos (Results 1 – 3 of 3) sorted by relevance

/base/msdp/device_status/utils/common/src/
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()
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_data_manager.cpp53 void DragDataManager::SetShadowInfos(const std::vector<ShadowInfo> &shadowInfos) in SetShadowInfos()
/base/msdp/device_status/interfaces/innerkits/interaction/include/
Ddrag_data.h61 std::vector<ShadowInfo> shadowInfos; member