Searched refs:ReceiveData (Results 1 – 3 of 3) sorted by relevance
| /developtools/profiler/device/services/ipc/test/unittest/ |
| D | socket_context_test.cpp | 56 EXPECT_FALSE(socketContext.ReceiveData(-1, buf.data(), buf.size())); 57 EXPECT_FALSE(socketContext.ReceiveData(1, nullptr, 0));
|
| /developtools/profiler/device/services/ipc/src/ |
| D | socket_context.cpp | 73 bool SocketContext::ReceiveData(int sock, uint8_t* databuf, uint32_t size) in ReceiveData() function in SocketContext 109 if (!ReceiveData(pssr->socketHandle_, buf.data(), head_size)) { in UnixSocketRecv() 123 if (!ReceiveData(pssr->socketHandle_, buf.data() + head_size, pph->protoSize - head_size)) { in UnixSocketRecv()
|
| /developtools/profiler/device/services/ipc/include/ |
| D | socket_context.h | 76 static bool ReceiveData(int sock, uint8_t* databuf, uint32_t size);
|