Home
last modified time | relevance | path

Searched defs:MAX_PARCEL_CAPACITY (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_proxy_test/
H A Dbundle_resource_proxy_test.cpp28 constexpr int32_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M member
/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 member
H A Dbundle_resource_proxy.cpp31 constexpr size_t MAX_PARCEL_CAPACITY = 1024 * 1024 * 1024; // allow max 1GB resource size member
/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; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h107 constexpr int32_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M member
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_proxy.cpp32 constexpr size_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M member
H A Dsession_stage_stub.cpp28 constexpr size_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M member
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp30 constexpr size_t MAX_PARCEL_CAPACITY = 4 * 1024 * 1024; // 4M member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp39 constexpr size_t MAX_PARCEL_CAPACITY = 100 * 1024 * 1024; // 100M member

Completed in 23 milliseconds