Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/ipc/source/
H A Daie_ipc.cpp28 constexpr int IPC_MAX_TRANS_CAPACITY = 200; // memory beyond this limit will use shared memory variable
236 if (dataInfo->length < IPC_MAX_TRANS_CAPACITY) { in ParcelDataInfo()
265 if (dataInfo->length < IPC_MAX_TRANS_CAPACITY) { in UnParcelDataInfo()