Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp222 } else if (size <= SOCKET_BUFF_SIZE_USER_L) { in GetNeedBufferSize()
223 return SOCKET_BUFF_SIZE_USER_L; in GetNeedBufferSize()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dbuffer_object.h35 constexpr uint32_t SOCKET_BUFF_SIZE_USER_L = 64 * 1024; variable
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp461 EXPECT_EQ(object.GetNeedBufferSize(SOCKET_BUFF_SIZE_USER_L), SOCKET_BUFF_SIZE_USER_L);