Home
last modified time | relevance | path

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

/developtools/profiler/device/services/ipc/test/unittest/
Dsocket_context_test.cpp56 EXPECT_FALSE(socketContext.ReceiveData(-1, buf.data(), buf.size()));
57 EXPECT_FALSE(socketContext.ReceiveData(1, nullptr, 0));
/developtools/profiler/device/services/ipc/src/
Dsocket_context.cpp73 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/
Dsocket_context.h76 static bool ReceiveData(int sock, uint8_t* databuf, uint32_t size);