Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_hgm_config_data.cpp20 static constexpr size_t PARCEL_MAX_CAPACITY = 2000 * 1024; variable
57 parcel.SetMaxCapacity(PARCEL_MAX_CAPACITY); in Marshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp77 static const size_t PARCEL_MAX_CAPACITY = 234 * 1024 * 1024; variable
83 return PARCEL_MAX_CAPACITY; in GetParcelMaxCapacity()