Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp48 constexpr size_t MAX_IPC_REWDATA_SIZE = 120 * 1024 * 1024; // max ipc size 120MB variable
2902 if (dataSize > MAX_IPC_REWDATA_SIZE) { in WriteVectorToParcelIntelligent()
H A Dbundle_mgr_proxy.cpp45 constexpr size_t MAX_IPC_REWDATA_SIZE = 120 * 1024 * 1024; // max ipc size 120MB variable
4562 if (dataSize > MAX_IPC_REWDATA_SIZE) { in InnerGetVectorFromParcelIntelligent()