Home
last modified time | relevance | path

Searched defs:SOCKET_MAX_BUFF_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h29 constexpr int SOCKET_MAX_BUFF_SIZE = 1024 * 1024; variable
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c40 static const int SOCKET_MAX_BUFF_SIZE = 1024 * 1024; variable