Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_rpc_common.h77 constexpr size_t MAX_CAPACITY_TO_WRITE = 200 * 1024; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_parcel_write.cpp35 maxCapacityToWrite_ = MAX_CAPACITY_TO_WRITE; in NAPI_MessageParcel()
H A Dnapi_message_sequence_write.cpp39 maxCapacityToWrite_ = MAX_CAPACITY_TO_WRITE; in NAPI_MessageSequence()