Home
last modified time | relevance | path

Searched defs:MAX_PARCEL_CAPACITY (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_proxy_test/
H A Dbundle_resource_proxy_test.cpp26 constexpr int32_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp30 constexpr size_t MAX_PARCEL_CAPACITY = 1024 * 1024 * 1024; // max allow 1 GB resource size variable
H A Dbundle_resource_proxy.cpp31 constexpr size_t MAX_PARCEL_CAPACITY = 1024 * 1024 * 1024; // allow max 1GB resource size variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h115 constexpr int32_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp31 constexpr int32_t MAX_PARCEL_CAPACITY = 101 * 1024 * 1024; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp28 constexpr size_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M variable
H A Dsession_stage_proxy.cpp32 constexpr size_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M variable
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp30 constexpr size_t MAX_PARCEL_CAPACITY = 4 * 1024 * 1024; // 4M variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp44 constexpr size_t MAX_PARCEL_CAPACITY = 1024 * 1024 * 1024; // allow max 1GB resource size variable
H A Dbundle_mgr_host.cpp40 constexpr size_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M variable