Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp28 static constexpr size_t PARCEL_MAX_CPACITY = 4000 * 1024; // upper bound of parcel capacity variable
98 parcel.SetMaxCapacity(PARCEL_MAX_CPACITY); in Marshalling()