Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h28 constexpr int SOCKET_DEFAULT_BUFF_SIZE = 4 * 1024; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp355 char *sendBuffer = sessionBuff->GetSendBufferAndLock(SOCKET_DEFAULT_BUFF_SIZE); in SendData()