Home
last modified time | relevance | path

Searched refs:MarshalVector (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Di_anco_consumer.cpp30 static bool MarshalVector(const std::vector<T> &data, Parcel &parcel, bool (*writeOne)(const T &arg… in MarshalVector() function
101 MarshalVector(windowInfo.defaultHotAreas, parcel, &MarshalRect) && in MarshalWindowInfo()
102 MarshalVector(windowInfo.ancoExcludedAreas, parcel, &MarshalRect) in MarshalWindowInfo()
129 MarshalVector(windows.windows, parcel, &MarshalWindowInfo) in Marshalling()