Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h114 constexpr int32_t CAPACITY_SIZE = 1 * 1024 * 1000; // 1M variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp782 reply.SetDataCapacity(Constants::CAPACITY_SIZE); in HandleGetBundleInfoForSelf()
802 reply.SetDataCapacity(Constants::CAPACITY_SIZE); in HandleGetDependentBundleInfo()
820 reply.SetDataCapacity(Constants::CAPACITY_SIZE); in HandleGetBundleInfoWithIntFlags()
846 reply.SetDataCapacity(Constants::CAPACITY_SIZE); in HandleGetBundleInfoWithIntFlagsV9()
879 reply.SetDataCapacity(Constants::CAPACITY_SIZE); in HandleBatchGetBundleInfo()
3535 reply.SetDataCapacity(Constants::CAPACITY_SIZE); in HandleGetUninstalledBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_proxy.cpp670 data.SetDataCapacity(Constants::CAPACITY_SIZE); in WriteParcelableVector()