Searched refs:MAX_IPC_REWDATA_SIZE (Results 1 – 2 of 2) sorted by relevance
48 constexpr size_t MAX_IPC_REWDATA_SIZE = 120 * 1024 * 1024; // max ipc size 120MB variable2902 if (dataSize > MAX_IPC_REWDATA_SIZE) { in WriteVectorToParcelIntelligent()
45 constexpr size_t MAX_IPC_REWDATA_SIZE = 120 * 1024 * 1024; // max ipc size 120MB variable4562 if (dataSize > MAX_IPC_REWDATA_SIZE) { in InnerGetVectorFromParcelIntelligent()