Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp220 } else if (size <= SOCKET_BUFF_SIZE_USER_M) { in GetNeedBufferSize()
221 return SOCKET_BUFF_SIZE_USER_M; in GetNeedBufferSize()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h34 constexpr uint32_t SOCKET_BUFF_SIZE_USER_M = 16 * 1024; variable
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp450 EXPECT_EQ(object.GetNeedBufferSize(SOCKET_BUFF_SIZE_USER_M), SOCKET_BUFF_SIZE_USER_M);